Started by user Radek Felcman Running as Radek Felcman Obtained etc/jenkins/build.groovy from git https://github.com/eclipse-ee4j/eclipselink.git [Pipeline] Start of Pipeline [Pipeline] echo [WARNING] label option is deprecated. To use a static pod template, use the 'inheritFrom' option. [Pipeline] podTemplate [Pipeline] { [Pipeline] node Still waiting to schedule task Waiting for next available executor Created Pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-d00zw Agent el-master-agent-pod-g2pzn-d00zw is provisioned from template el-master-agent-pod-g2pzn --- apiVersion: "v1" kind: "Pod" metadata: annotations: buildUrl: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/job/eclipselink-nightly-3.0/109/" runUrl: "job/eclipselink-nightly-3.0/109/" labels: jenkins: "slave" jenkins/label-digest: "3d62520732501e7b9e0bcd1206f227b6ebd57128" jenkins/label: "el-master-agent-pod" name: "el-master-agent-pod-g2pzn-d00zw" 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-g2pzn-d00zw" - name: "JENKINS_NAME" value: "el-master-agent-pod-g2pzn-d00zw" - name: "JENKINS_AGENT_WORKDIR" value: "/home/jenkins/agent" - name: "JENKINS_URL" value: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/" image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3131.vf2b_b_798b_ce99" name: "jnlp" resources: limits: memory: "4Gi" cpu: "2" requests: memory: "4Gi" cpu: "1" volumeMounts: - mountPath: "/home/jenkins/.ssh" name: "volume-known-hosts" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false - command: - "cat" image: "tkraus/el-build:2.0.2" name: "el-build" resources: limits: memory: "12Gi" cpu: "6" requests: memory: "12Gi" cpu: "5.5" tty: true volumeMounts: - mountPath: "/opt/tools" name: "tools" - mountPath: "/home/jenkins/.m2/settings.xml" name: "settings-xml" readOnly: true subPath: "settings.xml" - mountPath: "/home/jenkins/.m2/toolchains.xml" name: "toolchains-xml" readOnly: true subPath: "toolchains.xml" - mountPath: "/home/jenkins/.m2/settings-security.xml" name: "settings-security-xml" readOnly: true subPath: "settings-security.xml" - mountPath: "/home/jenkins/.m2/repository" name: "m2-repo" - mountPath: "/home/jenkins/agent" name: "workspace-volume" readOnly: false nodeSelector: kubernetes.io/os: "linux" restartPolicy: "Never" volumes: - name: "settings-security-xml" secret: items: - key: "settings-security.xml" path: "settings-security.xml" secretName: "m2-secret-dir" - configMap: items: - key: "toolchains.xml" path: "toolchains.xml" name: "m2-dir" name: "toolchains-xml" - emptyDir: {} name: "m2-repo" - name: "settings-xml" secret: items: - key: "settings.xml" path: "settings.xml" secretName: "m2-secret-dir" - emptyDir: medium: "" name: "workspace-volume" - name: "tools" persistentVolumeClaim: claimName: "tools-claim-jiro-eclipselink" - configMap: name: "known-hosts" name: "volume-known-hosts" Running on el-master-agent-pod-g2pzn-d00zw in /home/jenkins/agent/workspace/eclipselink-nightly-3.0 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git No credentials specified Cloning the remote Git repository Cloning repository https://github.com/eclipse-ee4j/eclipselink.git > git init /home/jenkins/agent/workspace/eclipselink-nightly-3.0 # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d32bad7036d76bc89887814a12cac52b85d6b2c8 (refs/remotes/origin/3.0) > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/3.0^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d32bad7036d76bc89887814a12cac52b85d6b2c8 # timeout=10 Commit message: "Eclipselink.jar - add JPMS descriptor (module-info.java) (#1972)" > git rev-list --no-walk 813a6a9d85fadd7b83a7c6351d33d4e1ecabb671 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Tool Install) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Init) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] git The recommended git tool is: git No credentials specified Warning: JENKINS-30600: special launcher org.csanchez.jenkins.plugins.kubernetes.pipeline.ContainerExecDecorator$1@a8eb1fa; decorates RemoteLauncher[hudson.remoting.Channel@13abd1:JNLP4-connect connection from 10.40.23.174/10.40.23.174:33778] will be ignored (a typical symptom is the Git executable not being run inside a designated container) Fetching changes from the remote Git repository Checking out Revision d32bad7036d76bc89887814a12cac52b85d6b2c8 (refs/remotes/origin/3.0) > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-nightly-3.0/.git # timeout=10 > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink.git # timeout=10 Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink.git > git --version # timeout=10 > git --version # 'git version 2.20.1' > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/remotes/origin/3.0^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d32bad7036d76bc89887814a12cac52b85d6b2c8 # timeout=10 Commit message: "Eclipselink.jar - add JPMS descriptor (module-info.java) (#1972)" > git branch -a -v --no-abbrev # timeout=10 > git checkout -b 3.0 d32bad7036d76bc89887814a12cac52b85d6b2c8 # timeout=10 > git rev-list --no-walk 813a6a9d85fadd7b83a7c6351d33d4e1ecabb671 # timeout=10 [Pipeline] sh + etc/jenkins/init.sh -[ EclipseLink Init ]----------------------------------------------------------- [Pipeline] withCredentials Masking supported pattern matches of $KEYRING [Pipeline] { [Pipeline] sh + gpg --batch --import **** gpg: directory '/home/jenkins/.gnupg' created gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created gpg: key F956DAF8F18311D3: public key "Eclipselink Project " imported gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status gpg: key F956DAF8F18311D3: secret key imported gpg: Total number processed: 1 gpg: imported: 1 gpg: secret keys read: 1 gpg: secret keys imported: 1 ++ gpg --list-keys --with-colons ++ awk -F: '/fpr:/ {print $10}' ++ sort -u + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key AB11759F53250EEBD92E2F85836B571D384E2887 trust Secret subkeys are available. pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: unknown validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: unknown validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: unknown ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ unknown] (1). Eclipselink Project Please note that the shown key validity is not necessarily correct unless you restart the program. + for fpr in $(gpg --list-keys --with-colons | awk -F: '/fpr:/ {print $10}' | sort -u) + echo -e '5\ny\n' + gpg --batch --command-fd 0 --expert --edit-key D8216E428324480EEA98EE26F956DAF8F18311D3 trust Secret subkeys are available. gpg: checking the trustdb gpg: marginals needed: 3 completes needed: 1 trust model: pgp gpg: depth: 0 valid: 1 signed: 0 trust: 0-, 0q, 0n, 0m, 0f, 1u gpg: next trustdb check due at 2024-05-14 pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project Please decide how far you trust this user to correctly verify other users' keys (by looking at passports, checking fingerprints from different sources, etc.) 1 = I don't know or won't say 2 = I do NOT trust 3 = I trust marginally 4 = I trust fully 5 = I trust ultimately m = back to the main menu pub rsa4096/F956DAF8F18311D3 created: 2019-05-16 expires: 2024-05-14 usage: SCEA trust: ultimate validity: ultimate ssb rsa4096/836B571D384E2887 created: 2019-05-16 expires: 2024-05-14 usage: S [ultimate] (1). Eclipselink Project [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/build.sh -[ EclipseLink Build ]----------------------------------------------------------- Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/ee4j/project/1.0.6/project-1.0.6.pom (13 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.pom (12 kB at 568 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.8/nexus-staging-1.6.8.pom (2.8 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.8/nexus-maven-plugins-1.6.8.pom (18 kB at 731 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/6/public-parent-6.pom (760 B at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/6/buildsupport-6.pom (23 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.pom (2.2 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.pom (3.0 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/12/spice-parent-12.pom (6.8 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/4/forge-parent-4.pom (8.4 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.pom (4.2 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/15/spice-parent-15.pom (8.4 kB at 298 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/5/forge-parent-5.pom (8.4 kB at 465 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.pom (5.4 kB at 244 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/14.0.1/guava-parent-14.0.1.pom (2.6 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/7/oss-parent-7.pom (4.8 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.pom (4.9 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.14.3-02/nexus-components-2.14.3-02.pom (2.6 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-parent/2.14.3-02/nexus-parent-2.14.3-02.pom (38 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/9/public-parent-9.pom (760 B at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/9/buildsupport-9.pom (24 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.14.3-02/nexus-buildsupport-all-2.14.3-02.pom (6.5 kB at 497 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.14.3-02/nexus-buildsupport-2.14.3-02.pom (2.2 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.14.3-02/nexus-buildsupport-commons-2.14.3-02.pom (3.1 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.14.3-02/nexus-buildsupport-db-2.14.3-02.pom (3.2 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-gwt/2.14.3-02/nexus-buildsupport-gwt-2.14.3-02.pom (2.2 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.14.3-02/nexus-buildsupport-httpclient-2.14.3-02.pom (2.1 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-insight/2.14.3-02/nexus-buildsupport-insight-2.14.3-02.pom (4.4 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.14.3-02/nexus-buildsupport-maven-2.14.3-02.pom (7.1 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-messaging/2.14.3-02/nexus-buildsupport-messaging-2.14.3-02.pom (5.0 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.14.3-02/nexus-buildsupport-shiro-2.14.3-02.pom (3.4 kB at 104 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.14.3-02/nexus-buildsupport-bouncycastle-2.14.3-02.pom (2.1 kB at 32 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.14.3-02/nexus-buildsupport-jetty-2.14.3-02.pom (4.5 kB at 144 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.14.3-02/nexus-buildsupport-goodies-2.14.3-02.pom (3.6 kB at 275 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.14.3-02/nexus-buildsupport-groovy-2.14.3-02.pom (3.1 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.14.3-02/nexus-buildsupport-guice-2.14.3-02.pom (3.7 kB at 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.14.3-02/nexus-buildsupport-logging-2.14.3-02.pom (3.3 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.14.3-02/nexus-buildsupport-osgi-2.14.3-02.pom (2.0 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.14.3-02/nexus-buildsupport-other-2.14.3-02.pom (7.0 kB at 280 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.14.3-02/nexus-buildsupport-plexus-2.14.3-02.pom (4.5 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.14.3-02/nexus-buildsupport-rest-2.14.3-02.pom (5.1 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.14.3-02/nexus-buildsupport-testing-2.14.3-02.pom (5.0 kB at 334 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.14.3-02/nexus-buildsupport-metrics-2.14.3-02.pom (3.0 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.pom (3.5 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.14.3-02/nexus-plugins-restlet1x-2.14.3-02.pom (6.0 kB at 500 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.14.3-02/nexus-plugins-2.14.3-02.pom (32 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.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 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.4/maven-3.0.4.pom (22 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/21/maven-parent-21.pom (26 kB at 799 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/10/apache-10.pom (15 kB at 643 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.pom (2.7 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.7/slf4j-parent-1.7.7.pom (12 kB at 627 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.pom (965 B at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/intellij/annotations/9.0.4/annotations-9.0.4.pom (1.2 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.pom (10 kB at 484 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/25/commons-parent-25.pom (48 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/9/apache-9.pom (15 kB at 583 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.pom (11 kB at 624 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.7/xstream-parent-1.4.7.pom (26 kB at 772 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/3/codehaus-parent-3.pom (4.1 kB at 342 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.pom (386 B at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.pom (1.6 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/joda-time/joda-time/2.2/joda-time-2.2.pom (16 kB at 490 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.pom (17 kB at 729 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/17/commons-parent-17.pom (31 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/7/apache-7.pom (14 kB at 498 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.pom (1.6 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/4/apache-4.pom (4.5 kB at 112 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.pom (1.8 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.7/siesta-1.7.pom (12 kB at 483 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/5/public-parent-5.pom (760 B at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/5/buildsupport-5.pom (22 kB at 862 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.pom (2.1 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.pom (5.5 kB at 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.pom (10 kB at 371 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-project/1.17.1/jersey-project-1.17.1.pom (21 kB at 649 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/1/jvnet-parent-1.pom (4.7 kB at 152 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.pom (7.9 kB at 393 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-client/1.17.1/jersey-client-1.17.1.pom (6.7 kB at 393 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.pom (6.2 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-contribs/1.17.1/jersey-contribs-1.17.1.pom (3.6 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.pom (5.2 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.3.5/httpcomponents-client-4.3.5.pom (15 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/7/project-7.pom (27 kB at 504 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/13/apache-13.pom (14 kB at 998 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.pom (4.6 kB at 383 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.3.2/httpcomponents-core-4.3.2.pom (12 kB at 467 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.pom (11 kB at 465 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/22/commons-parent-22.pom (42 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.pom (1.9 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.pom (2.6 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.pom (1.7 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/11/oss-parent-11.pom (23 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.pom (6.0 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/12/oss-parent-12.pom (23 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.pom (5.9 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.0/jackson-annotations-2.3.0.pom (1.3 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.pom (3.2 kB at 140 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-providers/2.3.1/jackson-jaxrs-providers-2.3.1.pom (3.8 kB at 289 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.pom (1.9 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.pom (4.5 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.pom (612 B at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.pom (4.6 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.pom (4.5 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-project/1.9/hawtbuf-project-1.9.pom (11 kB at 595 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/fusesource-pom/1.9/fusesource-pom-1.9.pom (15 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.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 236 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (3.1 kB at 262 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.2/plexus-3.2.pom (19 kB at 347 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/17/spice-parent-17.pom (6.8 kB at 260 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/10/forge-parent-10.pom (14 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.pom (1.0 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.0.1/plexus-3.0.1.pom (19 kB at 846 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.pom (1.4 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether/1.13.1/aether-1.13.1.pom (10 kB at 375 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.pom (5.0 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.1.2/logback-parent-1.1.2.pom (15 kB at 596 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.pom (12 kB at 494 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.8/nexus-staging-maven-plugin-1.6.8.jar (251 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.4/plexus-sec-dispatcher-1.4.jar (28 kB at 923 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.14.3-02/nexus-restlet1x-model-2.14.3-02.jar (163 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.4/maven-model-3.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.8/nexus-common-1.6.8.jar (16 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar (29 kB at 357 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.7/plexus-cipher-1.7.jar (13 kB at 142 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-model/3.0.4/maven-model-3.0.4.jar (164 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/2.0.1/jsr305-2.0.1.jar (32 kB at 301 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.14.3-02/nexus-client-core-2.14.3-02.jar (216 kB at 2.0 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/com/intellij/annotations/9.0.4/annotations-9.0.4.jar (10.0 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlpull/xmlpull/1.1.3.1/xmlpull-1.1.3.1.jar (7.2 kB at 56 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/xpp3/xpp3_min/1.1.4c/xpp3_min-1.1.4c.jar (25 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.7/xstream-1.4.7.jar (532 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.4/commons-io-2.4.jar (185 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.7/siesta-client-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.6/commons-lang-2.6.jar (284 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.7/siesta-client-1.7.jar (20 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/14.0.1/guava-14.0.1.jar (2.2 MB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.7/siesta-common-1.7.jar (11 kB at 68 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/javax/ws/rs/jsr311-api/1.1.1/jsr311-api-1.1.1.jar (46 kB at 270 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/joda-time/joda-time/2.2/joda-time-2.2.jar (574 kB at 3.2 MB/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/javax/validation/validation-api/1.1.0.Final/validation-api-1.1.0.Final.jar (64 kB at 360 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-jackson/1.7/siesta-jackson-1.7.jar (6.3 kB at 35 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.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 704 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils-core/1.8.3/commons-beanutils-core-1.8.3.jar (207 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.3.1/jackson-annotations-2.3.1.jar (37 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-core/1.17.1/jersey-core-1.17.1.jar (467 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/contribs/jersey-apache-client4/1.17.1/jersey-apache-client4-1.17.1.jar (16 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-json-provider/2.3.1/jackson-jaxrs-json-provider-2.3.1.jar (16 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jaxrs/jackson-jaxrs-base/2.3.1/jackson-jaxrs-base-2.3.1.jar (28 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.3.1/jackson-core-2.3.1.jar (198 kB at 943 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/module/jackson-module-jaxb-annotations/2.3.1/jackson-module-jaxb-annotations-2.3.1.jar (32 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.6/commons-codec-1.6.jar (233 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/inject/javax.inject/1/javax.inject-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.3.5/httpclient-4.3.5.jar (591 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.7/jcl-over-slf4j-1.7.7.jar (17 kB at 71 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/javax/inject/javax.inject/1/javax.inject-1.jar (2.5 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/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/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar (282 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.3/spice-zapper-1.3.jar (121 kB at 494 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf/1.9/hawtbuf-1.9.jar (50 kB at 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/fusesource/hawtbuf/hawtbuf-proto/1.9/hawtbuf-proto-1.9.jar (27 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.jar (232 kB at 899 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.13.1/aether-api-1.13.1.jar (90 kB at 348 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.3.1/jackson-databind-2.3.1.jar (914 kB at 3.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.15/plexus-interpolation-1.15.jar (60 kB at 226 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.1.2/logback-classic-1.1.2.jar (271 kB at 940 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.1.2/logback-core-1.1.2.jar (428 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.1/maven-bundle-plugin-5.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.1/maven-bundle-plugin-5.1.1.pom (11 kB at 881 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/6/felix-parent-6.pom (22 kB at 342 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/21/apache-21.pom (17 kB at 323 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.pom (1.1 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.pom (4.1 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.pom (3.8 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.25/slf4j-parent-1.7.25.pom (14 kB at 795 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.pom (5.9 kB at 294 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/2.1/felix-parent-2.1.pom (9.7 kB at 644 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.pom (193 B at 5.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.pom (5.3 kB at 355 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.pom (3.3 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.pom (463 B at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.pom (8.3 kB at 592 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.3.9/maven-3.3.9.pom (24 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/27/maven-parent-27.pom (41 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/17/apache-17.pom (16 kB at 642 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.pom (4.0 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.pom (3.8 kB at 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.1/plexus-3.3.1.pom (20 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.pom (22 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/37/commons-parent-37.pom (63 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/16/apache-16.pom (15 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.pom (1.8 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.pom (2.6 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.pom (1.7 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.pom (1.5 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3.1/plexus-components-1.3.1.pom (3.1 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.pom (748 B at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.6/plexus-containers-1.6.pom (3.8 kB at 377 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3.2/plexus-3.3.2.pom (22 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.pom (3.0 kB at 329 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.5/plexus-utils-1.5.5.pom (5.1 kB at 468 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.11/plexus-1.0.11.pom (9.0 kB at 897 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.pom (2.1 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.pom (1.9 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.pom (2.1 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.pom (2.7 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.pom (4.2 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.2/sisu-plexus-0.3.2.pom (14 kB at 392 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/9/oss-parent-9.pom (6.6 kB at 505 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.pom (1.4 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/1.0/weld-api-parent-1.0.pom (2.4 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/1.0/weld-api-bom-1.0.pom (7.9 kB at 293 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/6/weld-parent-6.pom (21 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.pom (1.0 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.pom (2.6 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.2/sisu-inject-0.3.2.pom (14 kB at 335 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.pom (815 B at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.5/plexus-containers-1.5.5.pom (4.2 kB at 471 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.7/plexus-2.0.7.pom (17 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.pom (7.3 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.17/plexus-utils-3.0.17.pom (3.4 kB at 162 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.pom (3.1 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.pom (5.7 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/18.0/guava-parent-18.0.pom (7.7 kB at 366 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.pom (4.0 kB at 202 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.pom (1.8 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/1.0.2.v20150114/aether-1.0.2.v20150114.pom (29 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.pom (2.0 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.pom (2.1 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.pom (3.4 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0.pom (11 kB at 483 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.0/guice-parent-4.0.pom (15 kB at 815 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/5/google-5.pom (2.5 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.pom (363 B at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/16.0.1/guava-16.0.1.pom (6.1 kB at 277 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/16.0.1/guava-parent-16.0.1.pom (7.3 kB at 282 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.pom (3.8 kB at 240 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.pom (1.7 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.10/wagon-2.10.pom (21 kB at 977 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/26/maven-parent-26.pom (40 kB at 884 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.pom (3.1 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.pom (2.4 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/15/maven-shared-components-15.pom (9.3 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/16/maven-parent-16.pom (23 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.pom (1.4 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0/doxia-1.0.pom (9.6 kB at 301 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/10/maven-parent-10.pom (32 kB at 608 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.pom (4.5 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/33/maven-shared-components-33.pom (5.1 kB at 364 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/33/maven-parent-33.pom (44 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.pom (1.9 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0/maven-3.0.pom (22 kB at 421 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/15/maven-parent-15.pom (24 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/6/apache-6.pom (13 kB at 800 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.pom (3.3 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.6/plexus-2.0.6.pom (17 kB at 466 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.pom (3.9 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.pom (6.6 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.pom (1.9 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.pom (2.2 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.pom (910 B at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.18/plexus-components-1.1.18.pom (5.4 kB at 243 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.pom (1.9 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.pom (2.3 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.pom (5.4 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/1.4.2/guice-plexus-1.4.2.pom (3.1 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/1.4.2/guice-bean-1.4.2.pom (2.6 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/1.4.2/sisu-inject-1.4.2.pom (1.2 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/1.4.2/sisu-parent-1.4.2.pom (7.8 kB at 598 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/6/forge-parent-6.pom (11 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.4/plexus-component-annotations-1.5.4.pom (815 B at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.5.4/plexus-containers-1.5.4.pom (4.2 kB at 236 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.5/plexus-2.0.5.pom (17 kB at 620 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.pom (4.0 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.5/plexus-utils-2.0.5.pom (3.3 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.pom (5.5 kB at 321 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7.pom (11 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.pom (2.2 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.pom (2.5 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.pom (1.7 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-parent/1.7/aether-parent-1.7.pom (7.7 kB at 209 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.pom (2.1 kB at 62 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.pom (3.7 kB at 194 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.pom (1.7 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.pom (5.6 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/30/maven-shared-components-30.pom (4.6 kB at 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/30/maven-parent-30.pom (41 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/18/apache-18.pom (16 kB at 746 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.pom (13 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/39/commons-parent-39.pom (62 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.pom (4.8 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom (23 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.pom (5.2 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.pom (4.5 kB at 267 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.pom (14 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/42/commons-parent-42.pom (68 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.pom (18 kB at 351 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/48/commons-parent-48.pom (72 kB at 3.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.pom (15 kB at 661 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.pom (1.9 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.pom (2.6 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.pom (7.4 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/21/maven-shared-components-21.pom (5.1 kB at 232 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/25/maven-parent-25.pom (37 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/15/apache-15.pom (15 kB at 896 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.pom (2.0 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether/0.9.0.M2/aether-0.9.0.M2.pom (28 kB at 593 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom (3.2 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.pom (8.1 kB at 403 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.2/plexus-2.0.2.pom (12 kB at 893 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.pom (4.4 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.0/doxia-sitetools-1.0.pom (9.6 kB at 355 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/11/maven-parent-11.pom (32 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/5/apache-5.pom (4.1 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.pom (2.4 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.7/plexus-utils-1.5.7.pom (8.1 kB at 218 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.pom (3.5 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-30/plexus-containers-1.0-alpha-30.pom (1.9 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.pom (2.3 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-9/plexus-classworlds-1.2-alpha-9.pom (3.2 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.10/plexus-1.0.10.pom (8.2 kB at 589 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.pom (998 B at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.pom (1.1 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.12/plexus-components-1.1.12.pom (3.0 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.1/plexus-utils-1.4.1.pom (1.9 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.pom (2.0 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-20/plexus-container-default-1.0-alpha-20.pom (3.0 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0-alpha-20/plexus-containers-1.0-alpha-20.pom (1.9 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.3/plexus-utils-1.3.pom (1.0 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.8/plexus-1.0.8.pom (7.2 kB at 207 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/1.2-alpha-7/plexus-classworlds-1.2-alpha-7.pom (2.4 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.9/plexus-1.0.9.pom (7.7 kB at 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.pom (7.8 kB at 311 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.1/commons-collections-3.1.pom (6.1 kB at 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.pom (9.9 kB at 432 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.pom (140 B at 5.8 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.pom (3.2 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.pom (11 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.pom (2.3 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.0/doxia-modules-1.0.pom (2.4 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.pom (2.7 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.pom (2.2 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.pom (1.6 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.pom (2.2 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.1/maven-bundle-plugin-5.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/5.1.1/maven-bundle-plugin-5.1.1.jar (213 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar (41 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/6.0.0/org.osgi.core-6.0.0.jar (475 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.6/org.apache.felix.bundlerepository-1.6.6.jar (168 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/2.4/easymock-2.4.jar (81 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.3.9/maven-model-3.3.9.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-settings/3.3.9/maven-settings-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.utils/1.6.0/org.apache.felix.utils-1.6.0.jar (68 kB at 751 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.3.9/maven-settings-3.3.9.jar (44 kB at 422 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.3.9/maven-settings-builder-3.3.9.jar (43 kB at 398 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.compendium/4.2.0/org.osgi.compendium-4.2.0.jar (614 kB at 5.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.3.9/maven-artifact-3.3.9.jar (55 kB at 458 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.3.9/maven-core-3.3.9.jar (638 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.3.9/maven-repository-metadata-3.3.9.jar (27 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.3.9/maven-plugin-api-3.3.9.jar (47 kB at 291 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.3.9/maven-builder-support-3.3.9.jar (15 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/5.1.1/biz.aQute.bndlib-5.1.1.jar (3.7 MB at 21 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.3.9/maven-model-builder-3.3.9.jar (177 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-spi/1.0.2.v20150114/aether-spi-1.0.2.v20150114.jar (31 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/1.0.2.v20150114/aether-api-1.0.2.v20150114.jar (136 kB at 646 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.3.9/maven-aether-provider-3.3.9.jar (67 kB at 311 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.2/org.eclipse.sisu.plexus-0.3.2.jar (205 kB at 955 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/annotation/jsr250-api/1.0/jsr250-api-1.0.jar (5.8 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-impl/1.0.2.v20150114/aether-impl-1.0.2.v20150114.jar (173 kB at 797 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/1.0.2.v20150114/aether-util-1.0.2.v20150114.jar (147 kB at 674 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/enterprise/cdi-api/1.0/cdi-api-1.0.jar (45 kB at 204 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.2/org.eclipse.sisu.inject-0.3.2.jar (378 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/aopalliance/aopalliance/1.0/aopalliance-1.0.jar (4.5 kB at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.0/guice-4.0-no_aop.jar (424 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.6/plexus-component-annotations-1.6.jar (4.3 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.21/plexus-interpolation-1.21.jar (62 kB at 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/18.0/guava-18.0.jar (2.3 MB at 8.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-sec-dispatcher/1.3/plexus-sec-dispatcher-1.3.jar (29 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.2/plexus-classworlds-2.5.2.jar (53 kB at 198 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.4/commons-lang3-3.4.jar (435 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/3.0/maven-reporting-api-3.0.jar (11 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-cipher/1.4/plexus-cipher-1.4.jar (13 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.10/wagon-provider-api-2.10.jar (54 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/3.5.0/maven-archiver-3.5.0.jar (26 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.3.9/maven-compat-3.3.9.jar (290 kB at 934 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.1/maven-shared-utils-3.2.1.jar (167 kB at 517 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.5/commons-io-2.5.jar (209 kB at 644 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/3.2.0/plexus-io-3.2.0.jar (76 kB at 233 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/iq80/snappy/snappy/0.4/snappy-0.4.jar (58 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.8/xz-1.8.jar (109 kB at 325 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0/maven-dependency-tree-3.0.jar (37 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar (8.5 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0/doxia-sink-api-1.0.jar (10 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.3.0/plexus-utils-3.3.0.jar (263 kB at 765 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.0/doxia-site-renderer-1.0.jar (47 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-7/plexus-i18n-1.0-beta-7.jar (11 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.0/doxia-core-1.0.jar (55 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.0/plexus-archiver-4.2.0.jar (196 kB at 555 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.1.7/plexus-velocity-1.1.7.jar (7.7 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.1/junit-3.8.1.jar (121 kB at 335 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/oro/oro/2.0.8/oro-2.0.8.jar (65 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-30/plexus-container-default-1.0-alpha-30.jar (237 kB at 651 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.1/commons-lang-2.1.jar (208 kB at 558 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.0/doxia-decoration-model-1.0.jar (49 kB at 131 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.0/doxia-module-fml-1.0.jar (19 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-apt/1.0/doxia-module-apt-1.0.jar (47 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.5/velocity-1.5.jar (392 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.19/commons-compress-1.19.jar (615 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2/commons-collections-3.2.jar (571 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.0/doxia-module-xhtml-1.0.jar (22 kB at 55 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xdoc/1.0/doxia-module-xdoc-1.0.jar (28 kB at 70 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1/jdom-1.1.jar (153 kB at 377 kB/s) [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:3.0.4-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-failsafe-plugin @ line 1362, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] Inspecting build with total of 39 modules... [INFO] Installing Nexus Staging features: [INFO] ... total of 39 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] EclipseLink Parent [pom] [INFO] EclipseLink Hermes Parser [jar] [INFO] EclipseLink Core [jar] [INFO] EclipseLink Core Test Framework [jar] [INFO] EclipseLink JPA [jar] [INFO] EclipseLink JPA Test Framework [jar] [INFO] EclipseLink JPA Model Generator [jar] [INFO] EclipseLink MOXy [jar] [INFO] EclipseLink DBWS [jar] [INFO] EclipseLink JPA-RS [jar] [INFO] EclipseLink Core Test [jar] [INFO] EclipseLink CORBA Extension [jar] [INFO] EclipseLink Extension [jar] [INFO] EclipseLink Test Server Parent [pom] [INFO] EclipseLink JPA Test [jar] [INFO] EclipseLink NoSQL Extension [jar] [INFO] EclipseLink MOXy XJC [jar] [INFO] EclipseLink SDO [jar] [INFO] EclipseLink DBWS Builder [jar] [INFO] EclipseLink Package Rename Utility [jar] [INFO] EclipseLink Oracle Extension [jar] [INFO] EclipseLink Oracle NoSQL Extension [jar] [INFO] EclipseLink Bundles Parent [pom] [INFO] EclipseLink Bundles MOXy standalone [pom] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) [jar] [INFO] EclipseLink Bundles tests [jar] [INFO] EclipseLink Bundles Other [jar] [INFO] EclipseLink Bundles P2 Site [pom] [INFO] EclipseLink Test Server Parent [pom] [INFO] EclipseLink SDO Test Server [jar] [INFO] EclipseLink JPA NoSQL Test [jar] [INFO] EclipseLink JPA JSE Test [jar] [INFO] EclipseLink JPA Spring Test [jar] [INFO] EclipseLink JPA WDF Test [jar] [INFO] EclipseLink Oracle Extension Test [jar] [INFO] EclipseLink DBWS Test Oracle [jar] [INFO] EclipseLink DBWS Builder Test Oracle [jar] [INFO] EclipseLink DBWS Builder Test Oracle Server [jar] [INFO] EclipseLink Package Signature Compare Utility [jar] [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [INFO] Building EclipseLink Parent 3.0.4-SNAPSHOT [1/39] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.pom (7.3 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/50/mojo-parent-50.pom (34 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/build-helper-maven-plugin/3.2.0/build-helper-maven-plugin-3.2.0.jar (69 kB at 7.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.pom (6.8 kB at 311 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer/3.0.0-M2/enforcer-3.0.0-M2.pom (7.9 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/31/maven-parent-31.pom (43 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/19/apache-19.pom (15 kB at 397 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-enforcer-plugin/3.0.0-M2/maven-enforcer-plugin-3.0.0-M2.jar (26 kB at 726 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.pom (20 kB at 610 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/34/maven-plugins-34.pom (11 kB at 465 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/34/maven-parent-34.pom (43 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/23/apache-23.pom (18 kB at 877 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-javadoc-plugin/3.2.0/maven-javadoc-plugin-3.2.0.jar (492 kB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.pom (15 kB at 505 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-checkstyle-plugin/3.1.2/maven-checkstyle-plugin-3.1.2.jar (112 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.pom (16 kB at 583 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-assembly-plugin/3.3.0/maven-assembly-plugin-3.3.0.jar (242 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.pom (16 kB at 450 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-dependency-plugin/3.1.2/maven-dependency-plugin-3.1.2.jar (172 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.pom (14 kB at 314 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/38/mojo-parent-38.pom (33 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/buildnumber-maven-plugin/1.4/buildnumber-maven-plugin-1.4.jar (40 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.pom (3.6 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/2.2.6/kuali-maven-2.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/2.2.6/kuali-maven-2.2.6.pom (4.0 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.6/kuali-common-2.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.6/kuali-common-2.2.6.pom (40 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.6/kuali-pom-2.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.6/kuali-pom-2.2.6.pom (59 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/plugins/properties-maven-plugin/2.0.1/properties-maven-plugin-2.0.1.jar (36 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.0.0-M4/maven-surefire-report-plugin-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.0.0-M4/maven-surefire-report-plugin-3.0.0-M4.pom (11 kB at 291 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire/3.0.0-M4/surefire-3.0.0-M4.pom (27 kB at 896 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.0.0-M4/maven-surefire-report-plugin-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-report-plugin/3.0.0-M4/maven-surefire-report-plugin-3.0.0-M4.jar (45 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.pom (6.9 kB at 692 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/33/maven-plugins-33.pom (11 kB at 465 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-source-plugin/3.2.1/maven-source-plugin-3.2.1.jar (32 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.pom (5.3 kB at 526 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/27/maven-plugins-27.pom (11 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-gpg-plugin/1.6/maven-gpg-plugin-1.6.jar (47 kB at 4.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.pom (6.2 kB at 476 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-install-plugin/3.0.0-M1/maven-install-plugin-3.0.0-M1.jar (29 kB at 1.3 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.pom (4.1 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/4.0/plexus-4.0.pom (22 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.pom (5.0 kB at 333 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.pom (4.7 kB at 223 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/22/maven-shared-components-22.pom (5.1 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.pom (4.2 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.pom (4.0 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.pom (1.8 kB at 45 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-6/wagon-1.0-beta-6.pom (12 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.pom (2.0 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.pom (5.6 kB at 215 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0/maven-core-3.0.jar (527 kB at 18 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0/maven-repository-metadata-3.0.jar (30 kB at 3.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0/maven-settings-builder-3.0.jar (38 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0/maven-aether-provider-3.0.jar (51 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0/maven-artifact-3.0.jar (52 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0/maven-model-3.0.jar (165 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0/maven-settings-3.0.jar (47 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0/maven-model-builder-3.0.jar (148 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.7/aether-impl-1.7.jar (106 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.7/aether-spi-1.7.jar (14 kB at 398 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-api/1.7/aether-api-1.7.jar (74 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.7/aether-util-1.7.jar (108 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/1.4.2/sisu-inject-bean-1.4.2.jar (153 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.14/plexus-interpolation-1.14.jar (61 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.1.7/sisu-guice-2.1.7-noaop.jar (472 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.24/plexus-utils-3.0.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.3/plexus-classworlds-2.2.3.jar (46 kB at 960 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/1.4.2/sisu-inject-plexus-1.4.2.jar (202 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.5.5/plexus-component-annotations-1.5.5.jar (4.2 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0/maven-plugin-api-3.0.jar (49 kB at 889 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache-extras/beanshell/bsh/2.0b6/bsh-2.0b6.jar (389 kB at 6.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-compat/3.0/maven-compat-3.0.jar (285 kB at 4.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/file-management/3.0.0/file-management-3.0.0.jar (35 kB at 491 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 3.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-io/3.0.0/maven-shared-io-3.0.0.jar (41 kB at 532 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.0.0/maven-shared-utils-3.0.0.jar (155 kB at 1.9 MB/s) [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.pom (4.7 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.pom (770 B at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.7.1/plexus-containers-1.7.1.pom (5.0 kB at 457 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.pom (2.9 kB at 264 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.pom (1.2 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/1.0.3/plexus-containers-1.0.3.pom (492 B at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.4/plexus-1.0.4.pom (5.7 kB at 637 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.pom (2.3 kB at 260 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.pom (766 B at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-parent/1.3/hamcrest-parent-1.3.pom (2.0 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.pom (3.1 kB at 284 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.pom (3.9 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.pom (4.8 kB at 403 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.pom (5.0 kB at 498 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.pom (23 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/41/commons-parent-41.pom (65 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.pom (1.2 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/beanshell/2.0b4/beanshell-2.0b4.pom (1.4 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.pom (7.3 kB at 908 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/20/maven-shared-components-20.pom (5.1 kB at 567 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/24/maven-parent-24.pom (37 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/14/apache-14.pom (15 kB at 474 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/1.7.1/plexus-component-annotations-1.7.1.jar (4.3 kB at 429 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar (45 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9/plexus-container-default-1.0-alpha-9.jar (195 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.0/plexus-utils-3.1.0.jar (262 kB at 15 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.1/maven-common-artifact-filters-3.0.1.jar (61 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.1.0/maven-shared-utils-3.1.0.jar (164 kB at 7.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1-alpha-2/classworlds-1.1-alpha-2.jar (38 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-api/3.0.0-M2/enforcer-api-3.0.0-M2.jar (12 kB at 533 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.2/maven-dependency-tree-2.2.jar (64 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/enforcer/enforcer-rules/3.0.0-M2/enforcer-rules-3.0.0-M2.jar (104 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar (480 kB at 11 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-6/wagon-provider-api-1.0-beta-6.jar (53 kB at 1.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-util/0.9.0.M2/aether-util-0.9.0.M2.jar (134 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar (282 kB at 5.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.11/junit-4.11.jar (245 kB at 4.8 MB/s) [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.1/checkstyle-10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.1/checkstyle-10.1.pom (144 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.pom (1.4 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.pom (3.6 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.9.3/antlr4-master-4.9.3.pom (4.4 kB at 441 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.pom (18 kB at 581 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/47/commons-parent-47.pom (78 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.pom (19 kB at 739 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/34/commons-parent-34.pom (56 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.pom (12 kB at 539 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.pom (11 kB at 379 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/31.1-jre/guava-parent-31.1-jre.pom (15 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.pom (2.4 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-android/guava-parent-26.0-android.pom (10 kB at 509 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.pom (2.3 kB at 207 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.pom (4.3 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.pom (2.1 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.pom (2.2 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.11.0/error_prone_parent-2.11.0.pom (11 kB at 976 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.pom (2.8 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.pom (9.3 kB at 582 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.pom (11 kB at 675 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.pom (3.8 kB at 384 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.32/slf4j-parent-1.7.32.pom (14 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.pom (2.6 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.pom (750 B at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.0.0/plexus-containers-2.0.0.pom (4.8 kB at 192 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.pom (5.0 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.pom (1.5 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.1/maven-2.2.1.pom (22 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.pom (4.9 kB at 542 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/19/maven-shared-components-19.pom (6.4 kB at 454 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/23/maven-parent-23.pom (33 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.2/doxia-sink-api-1.2.pom (1.6 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.2/doxia-1.2.pom (19 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/19/maven-parent-19.pom (25 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.2/doxia-logging-api-1.2.pom (1.6 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.pom (4.0 kB at 439 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.pom (1.4 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.pom (1.8 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/3/apache-3.pom (3.4 kB at 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.pom (14 kB at 437 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/9/commons-parent-9.pom (22 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.pom (7.5 kB at 750 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.0.2/httpcomponents-client-4.0.2.pom (9.0 kB at 996 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.1/project-4.1.pom (16 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.pom (4.9 kB at 326 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.0.1/httpcomponents-core-4.0.1.pom (9.4 kB at 445 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/project/4.0/project-4.0.pom (13 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.pom (18 kB at 875 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/5/commons-parent-5.pom (16 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.pom (6.1 kB at 610 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.2/doxia-site-renderer-1.2.pom (6.2 kB at 693 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.2/doxia-sitetools-1.2.pom (16 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.2/doxia-decoration-model-1.2.pom (3.1 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.2/doxia-module-xhtml-1.2.pom (1.8 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.2/doxia-modules-1.2.pom (2.5 kB at 278 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.2/doxia-module-fml-1.2.pom (5.6 kB at 563 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.pom (13 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.pom (9.0 kB at 451 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.pom (357 B at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.pom (866 B at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.pom (974 B at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.6/commons-beanutils-1.6.pom (2.3 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0/commons-logging-1.0.pom (163 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.0/commons-collections-2.0.pom (171 B at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/2.1/commons-collections-2.1.pom (3.3 kB at 417 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.0.b2/xml-apis-1.0.b2.pom (2.2 kB at 250 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.pom (5.3 kB at 251 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.pom (1.5 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.4/doxia-1.4.pom (18 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.pom (1.5 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.pom (2.7 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.4/doxia-sitetools-1.4.pom (17 kB at 858 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.pom (3.1 kB at 262 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.3/plexus-3.3.pom (20 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.pom (6.1 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.4/doxia-core-1.4.pom (4.1 kB at 452 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.pom (1.6 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.4/doxia-modules-1.4.pom (2.6 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.pom (4.8 kB at 178 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.pom (18 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.pom (7.0 kB at 778 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1/commons-logging-1.1.pom (6.2 kB at 618 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.12/log4j-1.2.12.pom (145 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/logkit/logkit/1.0.1/logkit-1.0.1.pom (147 B at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/avalon-framework/avalon-framework/4.1.3/avalon-framework-4.1.3.pom (167 B at 8.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/servlet/servlet-api/2.3/servlet-api-2.3.pom (156 B at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.pom (6.0 kB at 501 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.pom (142 B at 4.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.pom (653 B at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.pom (4.3 kB at 431 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-parent/1.3.8/struts-parent-1.3.8.pom (9.8 kB at 447 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-master/4/struts-master-4.pom (12 kB at 986 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/2/apache-2.pom (3.4 kB at 341 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.pom (145 B at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.pom (3.1 kB at 308 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.pom (2.9 kB at 323 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.pom (11 kB at 664 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.pom (7.0 kB at 497 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-tools/3/doxia-tools-3.pom (9.9 kB at 993 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.pom (13 kB at 774 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/7/commons-parent-7.pom (17 kB at 398 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.pom (1.6 kB at 4.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.15/plexus-utils-1.5.15.pom (6.8 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.pom (3.2 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.6/doxia-logging-api-1.6.pom (1.5 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.6/doxia-1.6.pom (19 kB at 452 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.6/doxia-decoration-model-1.6.pom (3.0 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.6/doxia-sitetools-1.6.pom (18 kB at 715 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.pom (6.9 kB at 343 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.pom (3.2 kB at 122 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/4.0/plexus-components-4.0.pom (2.7 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.pom (3.9 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom (2.7 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.pom (2.8 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.pom (11 kB at 639 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.pom (20 kB at 229 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api-parent/2.3.1/jaxb-api-parent-2.3.1.pom (8.1 kB at 129 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/5/jvnet-parent-5.pom (8.9 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.pom (4.9 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.0/all-1.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/activation/all/1.2.0/all-1.2.0.pom (18 kB at 309 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.1/checkstyle-10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/puppycrawl/tools/checkstyle/10.1/checkstyle-10.1.jar (2.0 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/31.1-jre/guava-31.1-jre.jar (3.0 MB at 53 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/failureaccess/1.0.1/failureaccess-1.0.1.jar (4.6 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.9.4/commons-beanutils-1.9.4.jar (247 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.9.3/antlr4-runtime-4.9.3.jar (337 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/3.12.0/checker-qual-3.12.0.jar (209 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.11.0/error_prone_annotations-2.11.0.jar (16 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/info/picocli/picocli/4.6.3/picocli-4.6.3.jar (406 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/listenablefuture/9999.0-empty-to-avoid-conflict-with-guava/listenablefuture-9999.0-empty-to-avoid-conflict-with-guava.jar (2.2 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.2/commons-logging-1.2.jar (62 kB at 442 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/3.0.2/jsr305-3.0.2.jar (20 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.32/slf4j-api-1.7.32.jar (42 kB at 241 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.3/j2objc-annotations-1.3.jar (8.8 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reflections/reflections/0.10.2/reflections-0.10.2.jar (130 kB at 749 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/javassist/javassist/3.28.0-GA/javassist-3.28.0-GA.jar (852 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.6/maven-shared-utils-0.6.jar (165 kB at 738 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/2.3/maven-reporting-impl-2.3.jar (18 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.2/doxia-core-1.2.jar (154 kB at 621 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04.jar (194 kB at 774 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/saxon/Saxon-HE/10.6/Saxon-HE-10.6.jar (5.8 MB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1.jar (1.2 MB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.0.1/httpcore-4.0.1.jar (173 kB at 497 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.0.2/httpclient-4.0.2.jar (293 kB at 839 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar (139 kB at 325 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.3/commons-codec-1.3.jar (47 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.6/commons-digester-1.6.jar (168 kB at 388 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.4/doxia-sink-api-1.4.jar (11 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.4/doxia-logging-api-1.4.jar (11 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar (347 kB at 786 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-chain/commons-chain/1.1/commons-chain-1.1.jar (90 kB at 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.4/doxia-site-renderer-1.4.jar (53 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-fml/1.4/doxia-module-fml-1.4.jar (38 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.4/doxia-decoration-model-1.4.jar (61 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.4/doxia-module-xhtml-1.4.jar (15 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/dom4j/dom4j/1.1/dom4j-1.1.jar (457 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/sslext/sslext/1.2-0/sslext-1.2-0.jar (26 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar (120 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar (329 kB at 681 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-integration-tools/1.6/doxia-integration-tools-1.6.jar (45 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.4/commons-io-1.4.jar (109 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar (252 kB at 454 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/antlr/antlr/2.7.2/antlr-2.7.2.jar (358 kB at 642 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-velocity/1.2/plexus-velocity-1.2.jar (8.1 kB at 14 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.1/commons-collections-3.2.1.jar (575 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-lang/commons-lang/2.4/commons-lang-2.4.jar (262 kB at 464 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar (85 kB at 151 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/velocity/velocity/1.7/velocity-1.7.jar (450 kB at 794 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.1.0/plexus-resources-1.1.0.jar (23 kB at 40 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.0.0/plexus-component-annotations-2.0.0.jar (4.2 kB at 7.1 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/javax.activation-api/1.2.0/javax.activation-api-1.2.0.jar (57 kB at 93 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/xml/bind/jaxb-api/2.3.1/jaxb-api-2.3.1.jar (128 kB at 210 kB/s) [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- assembly:3.3.0:single (test-defaults) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.pom (5.3 kB at 165 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.pom (11 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.pom (5.1 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.pom (14 kB at 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.pom (2.7 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.5/slf4j-parent-1.7.5.pom (12 kB at 207 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.pom (4.8 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.pom (5.7 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.22/plexus-interpolation-1.22.pom (1.5 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.1.0/maven-common-artifact-filters-3.1.0.jar (61 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.11.0/maven-artifact-transfer-0.11.0.jar (128 kB at 32 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.25/plexus-interpolation-1.25.jar (85 kB at 3.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.5/slf4j-api-1.7.5.jar (26 kB at 841 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/3.1.1/maven-filtering-3.1.1.jar (51 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.1/plexus-archiver-4.2.1.jar (196 kB at 3.6 MB/s) [INFO] Reading assembly descriptor: src/main/assembly/test-defaults.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.pom (7.6 kB at 173 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/3.2.0/maven-shared-utils-3.2.0.pom (4.9 kB at 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.pom (1.5 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.7/doxia-1.7.pom (15 kB at 299 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.pom (1.5 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.pom (3.4 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.7.4/doxia-sitetools-1.7.4.pom (14 kB at 392 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.7/doxia-core-1.7.pom (4.1 kB at 116 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xmlunit/xmlunit/1.5/xmlunit-1.5.pom (3.0 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.7.4/doxia-site-renderer-1.7.4.pom (6.7 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.7.4/doxia-skin-model-1.7.4.pom (3.0 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.7/doxia-module-xhtml-1.7.pom (1.6 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.7/doxia-modules-1.7.pom (2.6 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.pom (1.6 kB at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9/doxia-1.9.pom (19 kB at 509 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.pom (1.6 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.pom (2.8 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.pom (3.8 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.5.1/plexus-classworlds-2.5.1.pom (5.0 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.pom (5.1 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.7/xbean-3.7.pom (15 kB at 257 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-java5-flava/2.0/genesis-java5-flava-2.0.pom (5.5 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis-default-flava/2.0/genesis-default-flava-2.0.pom (18 kB at 396 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/2.0/genesis-2.0.pom (18 kB at 472 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.pom (2.5 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/google/1/google-1.pom (1.6 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.pom (4.4 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.pom (6.6 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.8/httpcomponents-client-4.5.8.pom (16 kB at 278 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/11/httpcomponents-parent-11.pom (35 kB at 598 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.pom (5.2 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.11/httpcomponents-core-4.4.11.pom (13 kB at 535 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.pom (6.7 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9/doxia-sitetools-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9/doxia-sitetools-1.9.pom (16 kB at 288 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9/doxia-decoration-model-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9/doxia-decoration-model-1.9.pom (3.4 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.pom (3.0 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.pom (2.0 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9/doxia-modules-1.9.pom (2.7 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.pom (2.0 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.pom (2.1 kB at 34 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom (28 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.pom (4.4 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.1/plexus-6.1.pom (24 kB at 485 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.pom (18 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.pom (6.7 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.pom (2.9 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/ow2/1.5/ow2-1.5.pom (11 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.1/plexus-utils-1.5.1.pom (2.3 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.5/maven-model-2.0.5.pom (2.7 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.5/maven-2.0.5.pom (5.7 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/5/maven-parent-5.pom (15 kB at 162 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.pom (767 B at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.5/maven-artifact-2.0.5.pom (727 B at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.pom (7.5 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.pom (3.3 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-impl/3.0.0/maven-reporting-impl-3.0.0.jar (18 kB at 484 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9/doxia-sink-api-1.9.jar (12 kB at 371 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9/doxia-logging-api-1.9.jar (12 kB at 367 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.7.4/doxia-decoration-model-1.7.4.jar (61 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9/doxia-core-1.9.jar (219 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.6/commons-io-2.6.jar (215 kB at 4.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.7/xbean-reflect-3.7.jar (148 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.11/httpcore-4.4.11.jar (327 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.8/httpclient-4.5.8.jar (772 kB at 9.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/collections/google-collections/1.0/google-collections-1.0.jar (640 kB at 7.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.7.1/plexus-container-default-1.7.1.jar (231 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-i18n/1.0-beta-10/plexus-i18n-1.0-beta-10.jar (12 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9/doxia-module-xhtml-1.9.jar (18 kB at 182 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9/doxia-skin-model-1.9.jar (17 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9/doxia-site-renderer-1.9.jar (66 kB at 669 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-digester/commons-digester/1.8/commons-digester-1.8.jar (144 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar (189 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9/doxia-module-xhtml5-1.9.jar (18 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-analyzer/1.11.1/maven-dependency-analyzer-1.11.1.jar (35 kB at 272 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.3.1/asm-7.3.1.jar (122 kB at 916 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/4.2.2/plexus-archiver-4.2.2.jar (194 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/3.0.1/maven-dependency-tree-3.0.1.jar (37 kB at 262 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.20/commons-compress-1.20.jar (632 kB at 4.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.11/commons-codec-1.11.jar (335 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/classworlds/classworlds/1.1/classworlds-1.1.jar (38 kB at 194 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-collections/commons-collections/3.2.2/commons-collections-3.2.2.jar (588 kB at 2.9 MB/s) [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.pom (2.8 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.pom (2.2 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.pom (889 B at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.14/plexus-components-1.1.14.pom (5.8 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.pom (24 kB at 846 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.pom (2.2 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.pom (3.1 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.pom (1.9 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.pom (880 B at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.pom (1.9 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.pom (12 kB at 284 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.pom (2.0 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.pom (1.9 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.5.6/slf4j-parent-1.5.6.pom (7.9 kB at 317 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.pom (3.0 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.pom (2.2 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.pom (1.9 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.1/maven-reporting-2.2.1.pom (1.4 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.pom (2.0 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.1/doxia-1.1.pom (15 kB at 337 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.pom (1.6 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.pom (1.7 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.pom (8.0 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/11/commons-parent-11.pom (25 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.pom (2.1 kB at 1.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.pom (7.1 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.pom (1.3 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.pom (1.6 kB at 10.0 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.4/maven-scm-1.9.4.pom (22 kB at 539 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.pom (2.2 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.4/maven-scm-managers-1.9.4.pom (1.5 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.pom (1.9 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.4/maven-scm-providers-1.9.4.pom (3.5 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.pom (2.6 kB at 57 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.9.4/maven-scm-providers-svn-1.9.4.pom (2.1 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.pom (2.7 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.pom (2.5 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.4/maven-scm-providers-git-1.9.4.pom (2.2 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.pom (11 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/24/commons-parent-24.pom (47 kB at 927 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.pom (2.1 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.pom (2.7 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-cvs/1.9.4/maven-scm-providers-cvs-1.9.4.pom (1.7 kB at 95 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.pom (2.3 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.pom (2.6 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.pom (2.6 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.pom (2.5 kB at 63 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.pom (2.3 kB at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.pom (9.8 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.8/maven-scm-provider-svn-commons-1.8.pom (2.7 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-svn/1.8/maven-scm-providers-svn-1.8.pom (2.1 kB at 133 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.8/maven-scm-providers-1.8.pom (3.7 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.8/maven-scm-1.8.pom (21 kB at 437 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/22/maven-parent-22.pom (30 kB at 826 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/11/apache-11.pom (15 kB at 926 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.8/maven-scm-api-1.8.pom (1.6 kB at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.3/plexus-utils-3.0.3.pom (2.5 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/3.1/plexus-3.1.pom (19 kB at 405 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.pom (1.2 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.14/plexus-utils-3.0.14.pom (3.1 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.pom (11 kB at 665 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.pom (2.5 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.pom (1.1 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.7/jsch.agentproxy-0.0.7.pom (4.3 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/oss/oss-parent/6/oss-parent-6.pom (4.8 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.pom (1.1 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.pom (804 B at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.pom (2.1 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.pom (3.1 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-master/3.4/antlr-master-3.4.pom (9.4 kB at 427 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.pom (1.4 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.pom (1.7 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.pom (1.3 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.pom (2.2 kB at 216 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.pom (2.4 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.pom (996 B at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.pom (971 B at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.pom (1.3 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.pom (1.3 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.pom (3.8 kB at 346 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.1/maven-project-2.2.1.jar (156 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.1/maven-profile-2.2.1.jar (35 kB at 3.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.1/maven-model-2.2.1.jar (88 kB at 8.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.1/maven-artifact-manager-2.2.1.jar (68 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.11/plexus-interpolation-1.11.jar (51 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.1/maven-artifact-2.2.1.jar (80 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-9-stable-1/plexus-container-default-1.0-alpha-9-stable-1.jar (194 kB at 6.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.1/maven-settings-2.2.1.jar (49 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.1/maven-plugin-parameter-documenter-2.2.1.jar (22 kB at 584 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.1/maven-plugin-registry-2.2.1.jar (30 kB at 782 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.1/maven-core-2.2.1.jar (178 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-jdk14/1.5.6/slf4j-jdk14-1.5.6.jar (8.8 kB at 205 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.5.6/jcl-over-slf4j-1.5.6.jar (17 kB at 348 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.5.6/slf4j-api-1.5.6.jar (22 kB at 465 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/backport-util-concurrent/backport-util-concurrent/3.1/backport-util-concurrent-3.1.jar (332 kB at 6.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.1/doxia-sink-api-1.1.jar (13 kB at 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.1/doxia-logging-api-1.1.jar (11 kB at 202 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.2/commons-cli-1.2.jar (41 kB at 685 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.1/maven-plugin-descriptor-2.2.1.jar (39 kB at 586 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.1/maven-repository-metadata-2.2.1.jar (26 kB at 372 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.1/maven-monitor-2.2.1.jar (10 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-4/plexus-interactivity-api-1.0-alpha-4.jar (13 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.1/maven-error-diagnostics-2.2.1.jar (13 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.1/maven-reporting-api-2.2.1.jar (9.8 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.4/maven-scm-api-1.9.4.jar (107 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.4/maven-scm-provider-gitexe-1.9.4.jar (66 kB at 666 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.1/maven-plugin-api-2.2.1.jar (12 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.4/maven-scm-manager-plexus-1.9.4.jar (11 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.2/commons-io-2.2.jar (174 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svnexe/1.9.4/maven-scm-provider-svnexe-1.9.4.jar (78 kB at 739 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.4/maven-scm-provider-git-commons-1.9.4.jar (34 kB at 306 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-bazaar/1.9.4/maven-scm-provider-bazaar-1.9.4.jar (56 kB at 493 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-svn-commons/1.9.4/maven-scm-provider-svn-commons-1.9.4.jar (37 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvs-commons/1.9.4/maven-scm-provider-cvs-commons-1.9.4.jar (76 kB at 637 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-cvsexe/1.9.4/maven-scm-provider-cvsexe-1.9.4.jar (30 kB at 248 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-starteam/1.9.4/maven-scm-provider-starteam-1.9.4.jar (71 kB at 580 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-perforce/1.9.4/maven-scm-provider-perforce-1.9.4.jar (83 kB at 659 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-scm-provider-svnjava/maven-scm-provider-svnjava/2.1.1/maven-scm-provider-svnjava-2.1.1.jar (62 kB at 465 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-hg/1.9.4/maven-scm-provider-hg-1.9.4.jar (66 kB at 462 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.svnkit-trilead-ssh2/0.0.7/jsch.agentproxy.svnkit-trilead-ssh2-0.0.7.jar (3.8 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-clearcase/1.9.4/maven-scm-provider-clearcase-1.9.4.jar (68 kB at 450 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.7/jsch.agentproxy.core-0.0.7.jar (9.6 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.5.2/jna-3.5.2.jar (692 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/sqljet/sqljet/1.1.10/sqljet-1.1.10.jar (762 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr-runtime/3.4/antlr-runtime-3.4.jar (164 kB at 839 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.7/jsch.agentproxy.usocket-jna-0.0.7.jar (6.6 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.7/jsch.agentproxy.connector-factory-0.0.7.jar (12 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tmatesoft/svnkit/svnkit/1.8.5/svnkit-1.8.5.jar (3.8 MB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.7/jsch.agentproxy.sshagent-0.0.7.jar (4.2 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/regnis/q/sequence/sequence-library/1.0.2/sequence-library-1.0.2.jar (71 kB at 318 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/trilead/trilead-ssh2/1.0.0-build217/trilead-ssh2-1.0.0-build217.jar (250 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.7/jsch.agentproxy.usocket-nc-0.0.7.jar (5.3 kB at 23 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.7/jsch.agentproxy.pageant-0.0.7.jar (7.8 kB at 35 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.21/plexus-utils-3.0.21.jar (245 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.5.2/platform-3.5.2.jar (1.2 MB at 4.7 MB/s) [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.parent --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0 [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697530796984 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.pom (2.1 kB at 195 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.pom (8.4 kB at 233 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.pom (2.5 kB at 85 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/1.2.23/kuali-maven-1.2.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-maven/1.2.23/kuali-maven-1.2.23.pom (3.9 kB at 304 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/1.2.23/kuali-common-1.2.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/1.2.23/kuali-common-1.2.23.pom (35 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/1.2.23/kuali-pom-1.2.23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/1.2.23/kuali-pom-1.2.23.pom (49 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.pom (9.9 kB at 617 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.8.2/ant-parent-1.8.2.pom (4.7 kB at 293 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.pom (2.4 kB at 269 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.pom (4.1 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/16/spice-parent-16.pom (8.4 kB at 214 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.3/commons-io-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.3/commons-io-2.3.pom (11 kB at 460 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.pom (2.7 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.2/slf4j-parent-1.7.2.pom (12 kB at 590 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.pom (1.9 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.pom (1.6 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.pom (22 kB at 725 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.pom (6.1 kB at 225 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.1/kuali-common-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-common/2.2.1/kuali-common-2.2.1.pom (40 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.1/kuali-pom-2.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/pom/kuali-pom/2.2.1/kuali-pom-2.2.1.pom (58 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.pom (3.2 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.pom (17 kB at 477 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.pom (11 kB at 311 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/14/commons-parent-14.pom (31 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.pom (5.3 kB at 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.pom (2.5 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.pom (1.9 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.pom (1.6 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-io/1.3.2/commons-io-1.3.2.pom (640 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.pom (9.7 kB at 304 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/3/commons-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/3/commons-parent-3.pom (12 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/3.2.1.RELEASE/spring-core-3.2.1.RELEASE.jar (864 kB at 43 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/maven/common/maven-kuali-common/1.2.8/maven-kuali-common-1.2.8.jar (23 kB at 941 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0/plexus-utils-3.0.jar (226 kB at 9.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kuali/common/kuali-util/4.1.0/kuali-util-4.1.0.jar (232 kB at 6.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.49/jsch-0.1.49.jar (229 kB at 6.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jasypt/jasypt/1.9.0/jasypt-1.9.0.jar (126 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-beanutils/commons-beanutils/1.8.3/commons-beanutils-1.8.3.jar (232 kB at 5.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.8.2/ant-launcher-1.8.2.jar (12 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/3.2.0.RELEASE/spring-aop-3.2.0.RELEASE.jar (335 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/3.2.0.RELEASE/spring-expression-3.2.0.RELEASE.jar (194 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/3.2.0.RELEASE/spring-context-3.2.0.RELEASE.jar (854 kB at 9.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.1/commons-lang3-3.1.jar (316 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/3.2.0.RELEASE/spring-beans-3.2.0.RELEASE.jar (605 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/1.3.2/commons-io-1.3.2.jar (88 kB at 869 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.8.2/ant-1.8.2.jar (1.9 MB at 19 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.2/slf4j-api-1.7.2.jar (26 kB at 244 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.2/jcl-over-slf4j-1.7.2.jar (16 kB at 154 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/log4j/log4j/1.2.17/log4j-1.2.17.jar (490 kB at 3.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-log4j12/1.7.2/slf4j-log4j12-1.7.2.jar (8.8 kB at 71 kB/s) [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- assembly:3.3.0:single (common-license) @ org.eclipse.persistence.parent --- [INFO] Reading assembly descriptor: src/main/assembly/common-license.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.0.0-M4/surefire-report-parser-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.0.0-M4/surefire-report-parser-3.0.0-M4.pom (4.1 kB at 169 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.pom (3.6 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.pom (3.4 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.1/doxia-sitetools-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.1/doxia-sitetools-1.9.1.pom (16 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.pom (6.8 kB at 375 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.pom (3.0 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.0.0-M4/surefire-report-parser-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-report-parser/3.0.0-M4/surefire-report-parser-3.0.0-M4.jar (57 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.1/doxia-decoration-model-1.9.1.jar (60 kB at 6.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.1/doxia-site-renderer-1.9.1.jar (66 kB at 6.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar (502 kB at 33 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.1/doxia-skin-model-1.9.1.jar (17 kB at 722 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-logger-api/3.0.0-M4/surefire-logger-api-3.0.0-M4.jar (14 kB at 605 kB/s) [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.pom (1.7 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.pom (2.5 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.pom (1.4 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.pom (5.0 kB at 359 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.pom (4.8 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.pom (11 kB at 424 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.pom (7.5 kB at 393 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sitetools/1.9.2/doxia-sitetools-1.9.2.pom (15 kB at 980 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.pom (4.2 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.9.1/doxia-1.9.1.pom (18 kB at 806 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.9.1/doxia-sink-api-1.9.1.pom (1.5 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.9.1/doxia-logging-api-1.9.1.pom (1.5 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.pom (3.3 kB at 220 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.pom (2.9 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.pom (1.9 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-modules/1.9.1/doxia-modules-1.9.1.pom (2.7 kB at 178 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.pom (1.9 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.pom (1.7 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.4/wagon-2.4.pom (20 kB at 824 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.pom (16 kB at 609 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.pom (4.6 kB at 177 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.5/plexus-languages-1.0.5.pom (3.9 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/6.2/plexus-6.2.pom (24 kB at 759 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.pom (2.9 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.pom (16 kB at 566 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.pom (726 B at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity/1.0-alpha-6/plexus-interactivity-1.0-alpha-6.pom (1.1 kB at 43 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.9/plexus-components-1.1.9.pom (2.4 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4/plexus-utils-1.4.pom (1.2 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-impl/1.13.1/aether-impl-1.13.1.jar (130 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/3.0.0/maven-invoker-3.0.0.jar (33 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.1/maven-artifact-transfer-0.10.1.jar (128 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-spi/1.13.1/aether-spi-1.13.1.jar (15 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/aether/aether-util/1.13.1/aether-util-1.13.1.jar (130 kB at 8.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.7/doxia-sink-api-1.7.jar (11 kB at 1.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-logging-api/1.7/doxia-logging-api-1.7.jar (12 kB at 1.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-site-renderer/1.9.2/doxia-site-renderer-1.9.2.jar (65 kB at 11 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-core/1.9.1/doxia-core-1.9.1.jar (217 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-skin-model/1.9.2/doxia-skin-model-1.9.2.jar (16 kB at 2.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml/1.9.1/doxia-module-xhtml-1.9.1.jar (17 kB at 2.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-module-xhtml5/1.9.1/doxia-module-xhtml5-1.9.1.jar (18 kB at 2.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.5/plexus-java-1.0.5.jar (52 kB at 7.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-decoration-model/1.9.2/doxia-decoration-model-1.9.2.jar (60 kB at 8.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-common-artifact-filters/3.0.0/maven-common-artifact-filters-3.0.0.jar (57 kB at 8.1 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.2/asm-7.2.jar (115 kB at 16 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.4/wagon-provider-api-2.4.jar (52 kB at 7.1 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interactivity-api/1.0-alpha-6/plexus-interactivity-api-1.0-alpha-6.jar (12 kB at 1.6 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M10/qdox-2.0-M10.jar (317 kB at 43 kB/s) [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.20/plexus-utils-3.0.20.jar (243 kB at 1.8 MB/s) [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.pom (12 kB at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/31/maven-shared-components-31.pom (5.1 kB at 256 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.4/plexus-utils-2.0.4.jar (222 kB at 6.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-artifact-transfer/0.10.0/maven-artifact-transfer-0.10.0.jar (128 kB at 2.2 MB/s) [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.4-SNAPSHOT/org.eclipse.persistence.parent-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.4-SNAPSHOT/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.4-SNAPSHOT/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.4-SNAPSHOT/org.eclipse.persistence.parent-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.4-SNAPSHOT/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.parent/3.0.4-SNAPSHOT/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip.asc [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [INFO] Building EclipseLink Hermes Parser 3.0.4-SNAPSHOT [2/39] [INFO] from jpa/org.eclipse.persistence.jpa.jpql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.pom (7.2 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-plugins/31/maven-plugins-31.pom (10 kB at 347 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-resources-plugin/3.1.0/maven-resources-plugin-3.1.0.jar (32 kB at 672 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.pom (12 kB at 520 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-compiler-plugin/3.8.1/maven-compiler-plugin-3.8.1.jar (62 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.pom (8.1 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-surefire-plugin/3.0.0-M4/maven-surefire-plugin-3.0.0-M4.jar (42 kB at 516 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.pom (7.3 kB at 403 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-jar-plugin/3.2.0/maven-jar-plugin-3.2.0.jar (29 kB at 983 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.pom (15 kB at 105 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.pom (27 kB at 466 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/persistence/jakarta.persistence-api/3.0.0/jakarta.persistence-api-3.0.0.jar (156 kB at 1.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.13.2/junit-4.13.2.jar (385 kB at 2.8 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.jpql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.jpql --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697530810221 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.pom (2.6 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.24/plexus-interpolation-1.24.jar (79 kB at 312 kB/s) [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.pom (4.7 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.1/maven-shared-utils-0.1.pom (4.0 kB at 96 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/18/maven-shared-components-18.pom (4.9 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.pom (5.1 kB at 464 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/0.9.10/plexus-languages-0.9.10.pom (4.1 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.pom (2.9 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.pom (867 B at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.4/plexus-compiler-2.8.4.pom (6.0 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.pom (692 B at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.pom (771 B at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.4/plexus-compilers-2.8.4.pom (1.3 kB at 41 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-incremental/1.1/maven-shared-incremental-1.1.jar (14 kB at 387 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/qdox/qdox/2.0-M9/qdox-2.0-M9.jar (317 kB at 53 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.4/plexus-compiler-manager-2.8.4.jar (4.7 kB at 248 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.4/plexus-compiler-javac-2.8.4.jar (21 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.4/plexus-compiler-api-2.8.4.jar (27 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/0.9.10/plexus-java-0.9.10.jar (39 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/6.2/asm-6.2.jar (111 kB at 4.6 MB/s) [INFO] Changes detected - recompiling the module! [INFO] Compiling 696 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/DeclarationResolver.java:[436,17] possible fall-through into case [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 256 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.jpql --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.pom (13 kB at 844 B/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.pom (5.1 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.pom (3.8 kB at 42 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.pom (8.0 kB at 102 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.pom (2.2 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0-alpha-2/maven-3.0-alpha-2.pom (21 kB at 822 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.pom (4.8 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-languages/1.0.3/plexus-languages-1.0.3.pom (4.2 kB at 128 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.pom (2.9 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/maven-surefire-common/3.0.0-M4/maven-surefire-common-3.0.0-M4.jar (804 kB at 17 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-toolchain/3.0-alpha-2/maven-toolchain-3.0-alpha-2.jar (36 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/7.0/asm-7.0.jar (114 kB at 23 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-api/3.0.0-M4/surefire-api-3.0.0-M4.jar (343 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-extensions-api/3.0.0-M4/surefire-extensions-api-3.0.0-M4.jar (14 kB at 394 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-java/1.0.3/plexus-java-1.0.3.jar (51 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-booter/3.0.0-M4/surefire-booter-3.0.0-M4.jar (317 kB at 6.3 MB/s) [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.jpql --- [INFO] No previous run data found, generating javadoc. [INFO] 150 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/OrExpression.java:22: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/OrExpression.java:27: warning: empty

tag [WARNING] *

[WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:93: warning: no @param for type [WARNING] Object[] getConstructors(Object type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:144: warning: no @param for expression [WARNING] Object getManagedType(Expression expression); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:144: warning: no @return [WARNING] Object getManagedType(Expression expression); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:218: warning: no @param for typeDeclaration [WARNING] Object getType(Object typeDeclaration); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:316: warning: no @param for type [WARNING] boolean isEnumType(Object type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:338: warning: no @param for managedType [WARNING] boolean isManagedTypeResolvable(Object managedType); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/SemanticValidatorHelper.java:404: warning: no @param for type [WARNING] boolean isTypeResolvable(Object type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/Expression.java:871: warning: no @param for queryPosition [WARNING] void populatePosition(QueryPosition queryPosition, int position); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractExpression.java:240: warning: no @throws for java.lang.NoSuchMethodException [WARNING] protected void acceptUnknownVisitor(ExpressionVisitor visitor, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractExpression.java:240: warning: no @throws for java.lang.IllegalAccessException [WARNING] protected void acceptUnknownVisitor(ExpressionVisitor visitor, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractExpression.java:240: warning: no @throws for java.lang.reflect.InvocationTargetException [WARNING] protected void acceptUnknownVisitor(ExpressionVisitor visitor, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractExpression.java:472: warning: no @param for identifier [WARNING] public JPAVersion getIdentifierVersion(String identifier) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/ExpressionFactory.java:109: warning: no @param for tolerant [WARNING] protected abstract AbstractExpression buildExpression(AbstractExpression parent, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/ExpressionRegistry.java:190: warning: no @param for queryBNFId [WARNING] public Iterable getIdentifiers(String queryBNFId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/ExpressionRegistry.java:199: warning: no @param for identifier [WARNING] public JPAVersion getIdentifierVersion(String identifier) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/ExpressionRegistry.java:322: warning: no @param for fallbackExpressionFactoryId [WARNING] public void setFallbackExpressionFactoryId(String queryBNFId, String fallbackExpressionFactoryId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractJPQLGrammar.java:264: warning: no @param for fallbackExpressionFactoryId [WARNING] public void setFallbackExpressionFactoryId(String queryBNFId, String fallbackExpressionFactoryId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/JPQLQueryBNF.java:483: warning: no @return [WARNING] public boolean handlesNestedArray() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractLiteralExpressionFactory.java:56: warning: no @param for tolerant [WARNING] protected abstract AbstractExpression buildExpression(AbstractExpression parent, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AbstractLiteralExpressionFactory.java:137: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/AggregateFunction.java:95: warning: no @param for wordParser [WARNING] protected AbstractExpression buildEncapsulatedExpression(WordParser wordParser, String word) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/DeleteStatement.java:78: warning: no @return [WARNING] public DeleteClause addDeleteClause() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/parser/NullComparisonExpression.java:61: warning: no @param for identifier [WARNING] public NullComparisonExpression(AbstractExpression parent, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:1238: warning: no @param for expression [WARNING] protected RangeVariableDeclaration findRangeVariableDeclaration(UpdateClause expression) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:1504: warning: no @param for [WARNING] protected final T getHelper(Class helperClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:1919: warning: no description for @param [WARNING] * @param expression [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:1920: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:2217: warning: no description for @param [WARNING] * @param queryBNF [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:2236: warning: no description for @param [WARNING] * @param queryBNFId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:2388: warning: no @param for [WARNING] protected final void registerHelper(Class helperClass, T helper) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:4030: warning: no @param for [WARNING] protected void visitCollectionExpression(T expression, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:4539: warning: no description for @param [WARNING] * @param expression [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:4543: warning: no @param for [WARNING] protected void visitStatement(T expression, StatementHelper helper) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:7007: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:9285: warning: no @return [WARNING] protected abstract boolean add(AbstractContentAssistVisitor contentAssist, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/AbstractContentAssistVisitor.java:9371: warning: no @return [WARNING] protected boolean isPossibleCompositeIdentifier(String clause, String fragment) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/ContentAssistExtension.java:71: warning: no description for @param [WARNING] * @param prefix [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/ContentAssistProposals.java:150: warning: no @return [WARNING] ClassType getClassType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/ContentAssistProposals.java:227: warning: no @return [WARNING] Iterable enumConstants(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/DefaultJPQLQueryContext.java:47: warning: no @param for jpqlGrammar [WARNING] public DefaultJPQLQueryContext(JPQLGrammar jpqlGrammar) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/RefactoringDelta.java:41: warning: no @return [WARNING] String applyChanges(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/DefaultSemanticValidator.java:518: warning: no @return [WARNING] protected boolean validateBooleanType(Expression expression, String messageKey) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/RefactoringTool.java:460: warning: no @param for [WARNING] protected void visit(T stateObject, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/RefactoringTool.java:671: warning: no @param for managedTypeProvider [WARNING] public FieldNameRenamer(IManagedTypeProvider managedTypeProvider, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/IScalarExpressionStateObjectBuilder.java:139: warning: no @param for jdbcDate [WARNING] T date(String jdbcDate); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/AbstractStateObjectBuilder.java:73: warning: no @param for [WARNING] protected final > void checkBuilders(T... builders) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/DefaultCaseExpressionStateObjectBuilder.java:32: warning: no @param for parent [WARNING] public DefaultCaseExpressionStateObjectBuilder(StateObject parent) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/IPropertyChangeEvent.java:56: warning: no @param for [WARNING] S getSource(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for list [WARNING] public ListChangeEvent(StateObject source, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for eventType [WARNING] public ListChangeEvent(StateObject source, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for listName [WARNING] public ListChangeEvent(StateObject source, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for items [WARNING] public ListChangeEvent(StateObject source, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for startIndex [WARNING] public ListChangeEvent(StateObject source, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/ListChangeEvent.java:52: warning: no @param for endIndex [WARNING] public ListChangeEvent(StateObject source, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/StateObject.java:152: warning: no @return [WARNING] boolean isDecorated(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:154: warning: no @throws for java.lang.NoSuchMethodException [WARNING] protected void acceptUnknownVisitor(StateObjectVisitor visitor, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:154: warning: no @throws for java.lang.IllegalAccessException [WARNING] protected void acceptUnknownVisitor(StateObjectVisitor visitor, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:154: warning: no @throws for java.lang.reflect.InvocationTargetException [WARNING] protected void acceptUnknownVisitor(StateObjectVisitor visitor, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:256: warning: no @param for [WARNING] protected T buildStateObject(CharSequence jpqlFragment, String queryBNFId) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:273: warning: no @param for [WARNING] protected List buildStateObjects(CharSequence jpqlFragment, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:469: warning: no @param for [WARNING] protected List parent(List stateObjects) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:482: warning: no @param for [WARNING] protected T[] parent(T... stateObjects) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java:495: warning: no @param for [WARNING] protected T parent(T stateObject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ListHolderStateObject.java:39: warning: no @param for [WARNING] S addItem(S item); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ListHolderStateObject.java:39: warning: no @return [WARNING] S addItem(S item); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractIdentificationVariableDeclarationStateObject.java:172: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractPathExpressionStateObject.java:269: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractPathExpressionStateObject.java:281: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractPathExpressionStateObject.java:294: warning: no @return [WARNING] public IMapping getMapping(int index) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractPathExpressionStateObject.java:440: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractRangeVariableDeclarationStateObject.java:82: warning: no @param for root [WARNING] public AbstractRangeVariableDeclarationStateObject(AbstractIdentificationVariableDeclarationStateObject parent, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractSelectClauseStateObject.java:80: warning: no @return [WARNING] public boolean hasDistinct() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ArithmeticFactorStateObject.java:75: warning: no @param for plusSign [WARNING] public ArithmeticFactorStateObject(StateObject parent, boolean plusSign, StateObject stateObject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/BadExpressionStateObject.java:37: warning: no @param for text [WARNING] public BadExpressionStateObject(StateObject parent, String text) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ChangeSupport.java:150: warning: no @param for [WARNING] protected void addListener(Map> listeners, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ChangeSupport.java:195: warning: no @param for [WARNING] public boolean canMoveDown(List list, T stateObject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ChangeSupport.java:209: warning: no @param for [WARNING] public boolean canMoveUp(List list, T item) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ChangeSupport.java:272: warning: no @param for listeners [WARNING] protected boolean hasListeners(Map listeners, String name) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ChangeSupport.java:483: warning: no @param for [WARNING] protected void removeListener(Map> listeners, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:92: warning: no description for @param [WARNING] * @param entityStateObject [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:95: warning: no description for @param [WARNING] * @param of [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:96: warning: no description for @param [WARNING] * @param collectionValuedPath [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:116: warning: no description for @param [WARNING] * @param entityStateObject [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:117: warning: no description for @param [WARNING] * @param collectionValuedPath [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/CollectionMemberExpressionStateObject.java:239: warning: no description for @param [WARNING] * @param entityStateObject [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/ConcatExpressionStateObject.java:61: warning: no @param for parent [WARNING] public ConcatExpressionStateObject(StateObject parent, List stateObjects) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/IdentificationVariableStateObject.java:167: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/IdentificationVariableStateObject.java:238: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:98: warning: no description for @param [WARNING] * @param path [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:118: warning: no description for @param [WARNING] * @param path [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:139: warning: no description for @param [WARNING] * @param stateObject [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:142: warning: no description for @param [WARNING] * @param items [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:159: warning: no description for @param [WARNING] * @param stateFieldPath [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:160: warning: no description for @param [WARNING] * @param items [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:174: warning: no description for @param [WARNING] * @param path [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:219: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:238: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/InExpressionStateObject.java:330: warning: no description for @param [WARNING] * @param stateObject [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/LikeExpressionStateObject.java:252: warning: no @param for escapeCharacter [WARNING] public void setEscapeCharacter(String escapeCharacter) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/OrderByClauseStateObject.java:87: warning: no @param for paths [WARNING] public OrderByItemStateObject addItem(String... paths) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/OrderByItemStateObject.java:99: warning: no @param for ordering [WARNING] public OrderByItemStateObject(OrderByClauseStateObject parent, Ordering ordering) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/SimpleSelectClauseStateObject.java:111: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/UpdateItemStateObject.java:180: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/FromSubqueryResolver.java:100: warning: no description for @param [WARNING] * @param subquery [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/FromSubqueryResolver.java:321: warning: no description for @param [WARNING] * @param name [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/FromSubqueryResolver.java:322: warning: no description for @param [WARNING] * @param resolver [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/FromSubqueryResolver.java:323: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/StateFieldResolver.java:40: warning: no @param for path [WARNING] public StateFieldResolver(Resolver parent, String path) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/filter/AndFilter.java:58: warning: no @param for [WARNING] public static Filter and(Filter... filters) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/CloneIterable.java:63: warning: no @param for element [WARNING] protected void remove(@SuppressWarnings("unused") E element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:165: warning: no @param for element [WARNING] void remove(T element); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/EmptyIterable.java:61: warning: no @param for [WARNING] public static Iterable instance() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SingleElementListIterable.java:49: warning: no @param for element [WARNING] public SingleElementListIterable(E element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:67: warning: no @param for iterator [WARNING] public SnapshotCloneIterable(Iterator iterator) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:77: warning: no @param for iterator [WARNING] public SnapshotCloneIterable(Iterator iterator, CloneIterator.Remover remover) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:77: warning: no @param for remover [WARNING] public SnapshotCloneIterable(Iterator iterator, CloneIterator.Remover remover) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:89: warning: no @param for collection [WARNING] public SnapshotCloneIterable(Collection collection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:99: warning: no @param for collection [WARNING] public SnapshotCloneIterable(Collection collection, CloneIterator.Remover remover) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterable/SnapshotCloneIterable.java:99: warning: no @param for remover [WARNING] public SnapshotCloneIterable(Collection collection, CloneIterator.Remover remover) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:60: warning: no @param for collection [WARNING] public CloneIterator(Collection collection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:69: warning: no @param for array [WARNING] public CloneIterator(E[] array) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:78: warning: no @param for collection [WARNING] public CloneIterator(Collection collection, Remover remover) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:78: warning: no @param for remover [WARNING] public CloneIterator(Collection collection, Remover remover) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:87: warning: no @param for array [WARNING] public CloneIterator(E[] array, Remover remover) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:87: warning: no @param for remover [WARNING] public CloneIterator(E[] array, Remover remover) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:96: warning: no @param for remover [WARNING] protected CloneIterator(Remover remover, Object... array) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:96: warning: no @param for array [WARNING] protected CloneIterator(Remover remover, Object... array) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:138: warning: no @return [WARNING] protected E nestedNext() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/CloneIterator.java:148: warning: no @param for e [WARNING] protected void remove(E e) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/utility/iterator/EmptyIterator.java:48: warning: no @param for [WARNING] public static synchronized Iterator instance() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/CollectionTools.java:101: warning: no @param for [WARNING] public static T[] array(Class componentType, Iterable iterable) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/CollectionTools.java:114: warning: no @param for [WARNING] public static T[] array(Class componentType, Iterator iterator) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/CollectionTools.java:136: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/CollectionTools.java:155: warning: no @param for [WARNING] public static List list(Iterator iterator) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/filter/NullFilter.java:46: warning: no @param for [WARNING] public static Filter instance() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:41: warning: no @param for array [WARNING] public ArrayIterable(E... array) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:50: warning: no @param for array [WARNING] public ArrayIterable(E[] array, int start) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:50: warning: no @param for start [WARNING] public ArrayIterable(E[] array, int start) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:59: warning: no @param for array [WARNING] public ArrayIterable(E[] array, int start, int length) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:59: warning: no @param for start [WARNING] public ArrayIterable(E[] array, int start, int length) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/ArrayIterable.java:59: warning: no @param for length [WARNING] public ArrayIterable(E[] array, int start, int length) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/CloneListIterable.java:63: warning: no @param for index [WARNING] protected void add(@SuppressWarnings("unused") int index, @SuppressWarnings("unused") E element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/CloneListIterable.java:63: warning: no @param for element [WARNING] protected void add(@SuppressWarnings("unused") int index, @SuppressWarnings("unused") E element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/CloneListIterable.java:74: warning: no @param for index [WARNING] protected void remove(@SuppressWarnings("unused") int index) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/CloneListIterable.java:85: warning: no @param for index [WARNING] protected void set(@SuppressWarnings("unused") int index, @SuppressWarnings("unused") E element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterable/CloneListIterable.java:85: warning: no @param for element [WARNING] protected void set(@SuppressWarnings("unused") int index, @SuppressWarnings("unused") E element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterator/CloneListIterator.java:231: warning: no @param for index [WARNING] void add(int index, T o); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/utility/iterator/CloneListIterator.java:231: warning: no @param for o [WARNING] void add(int index, T o); [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.jpql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jpql/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [INFO] Building EclipseLink Core 3.0.4-SNAPSHOT [3/39] [INFO] from foundation/org.eclipse.persistence.core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.pom (22 kB at 347 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom (14 kB at 302 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.pom (11 kB at 273 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-parent/3.0.0/jakarta.enterprise.cdi-parent-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-parent/3.0.0/jakarta.enterprise.cdi-parent-3.0.0.pom (913 B at 30 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.pom (12 kB at 372 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.pom (12 kB at 339 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.pom (16 kB at 461 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.pom (5.3 kB at 176 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.pom (10.0 kB at 356 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.0.0/jakarta.json-api-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.0.0/jakarta.json-api-2.0.0.pom (18 kB at 517 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.pom (6.4 kB at 195 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/all/2.0.1/all-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/all/2.0.1/all-2.0.1.pom (24 kB at 635 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.0.0/jakarta.resource-api-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.0.0/jakarta.resource-api-2.0.0.pom (13 kB at 459 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.pom (12 kB at 375 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.pom (6.8 kB at 213 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/all/2.0.1/all-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/all/2.0.1/all-2.0.1.pom (23 kB at 736 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.pom (13 kB at 509 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api-parent/3.0.1/jakarta.xml.bind-api-parent-3.0.1.pom (9.5 kB at 298 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.pom (4.6 kB at 136 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba/4.2.4/glassfish-corba-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba/4.2.4/glassfish-corba-4.2.4.pom (18 kB at 552 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar (290 kB at 5.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/enterprise/jakarta.enterprise.cdi-api/3.0.0/jakarta.enterprise.cdi-api-3.0.0.jar (119 kB at 4.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.0.0/jakarta.json-api-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/json/jakarta.json-api/2.0.0/jakarta.json-api-2.0.0.jar (45 kB at 853 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.jar (221 kB at 2.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.0.0/jakarta.resource-api-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/2.0.0/jakarta.inject-api-2.0.0.jar (10 kB at 115 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/resource/jakarta.resource-api/2.0.0/jakarta.resource-api-2.0.0.jar (68 kB at 640 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/interceptor/jakarta.interceptor-api/2.0.0/jakarta.interceptor-api-2.0.0.jar (25 kB at 226 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/el/jakarta.el-api/4.0.0/jakarta.el-api-4.0.0.jar (81 kB at 695 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jms/jakarta.jms-api/3.0.0/jakarta.jms-api-3.0.0.jar (56 kB at 440 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/2.0.0/jakarta.transaction-api-2.0.0.jar (28 kB at 212 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/annotation/jakarta.annotation-api/2.0.0/jakarta.annotation-api-2.0.0.jar (25 kB at 190 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar (48 kB at 309 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar (129 kB at 796 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-omgapi/4.2.4/glassfish-corba-omgapi-4.2.4.jar (1.4 MB at 5.9 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697530854151 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1695 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[124,13] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1083,13] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java:[1598,14] redundant cast to org.eclipse.persistence.mappings.DatabaseMapping [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[792,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1913,47] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java:[1095,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/databaseaccess/ConnectionCustomizer.java:[103,12] Class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer.Empty overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/server/ClientSession.java:[797,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/history/AsOfClause.java:[46,8] Class org.eclipse.persistence.history.AsOfClause overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DirectCollectionChangeRecord.java:[381,19] Class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord.NULL overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ArgumentListFunctionExpression.java:[102,10] redundant cast to org.eclipse.persistence.expressions.ListExpressionOperator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[744,9] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1055,20] redundant cast to T [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1090,40] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/DeclarationResolver.java:[349,17] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/StoredProcedureParameter.java:[44,15] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/MaxDBPlatform.java:[225,19] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:[61,11] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:[73,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[284,20] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[300,20] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[323,19] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[47,57] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[48,81] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/PropertiesHandler.java:[222,62] ORDER_UPDATES in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/SymfowarePlatform.java:[335,17] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLCompositeCollectionMapping.java:[554,58] static variable should be qualified by type name, org.w3c.dom.Node, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/logging/LogFormatter.java:[109,23] explicit call to close() on an auto-closeable resource [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/factories/SessionsFactory.java:[475,30] setLookupType(int) in org.eclipse.persistence.sessions.JNDIConnector has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/core/queries/CoreAttributeConverter.java:[107,17] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/BasicMap.java:[56,9] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLCompositeObjectMapping.java:[541,58] static variable should be qualified by type name, org.w3c.dom.Node, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/CollectionTable.java:[42,9] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/expressions/spatial/SpatialExpressionFactory.java:[145,46] static method should be qualified by type name, org.eclipse.persistence.expressions.Expression, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[75,20] getContainerAccessor() in org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[76,13] getContainerAccessor() in org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/factories/ProjectClassGenerator.java:[1266,70] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/mappings/querykeys/ForeignReferenceQueryKey.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/mappings/querykeys/ForeignReferenceQueryKey.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.core --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.core --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.core --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.4-SNAPSHOT/org.eclipse.persistence.core-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.4-SNAPSHOT/org.eclipse.persistence.core-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.4-SNAPSHOT/org.eclipse.persistence.core-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.4-SNAPSHOT/org.eclipse.persistence.core-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.4-SNAPSHOT/org.eclipse.persistence.core-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.4-SNAPSHOT/org.eclipse.persistence.core-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.4-SNAPSHOT/org.eclipse.persistence.core-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core/3.0.4-SNAPSHOT/org.eclipse.persistence.core-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.core.test.framework >-- [INFO] Building EclipseLink Core Test Framework 3.0.4-SNAPSHOT [4/39] [INFO] from foundation/org.eclipse.persistence.core.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core.test.framework --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core.test.framework --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697530887575 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core.test.framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 95 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[259,23] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[386,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[573,23] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedResultSet.java:[698,32] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[74,67] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[75,67] JDBC_WRITE_CONNECTIONS_INITIAL in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[76,67] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[77,67] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[78,67] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCaseHelper.java:[79,67] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/tests/performance/emulateddb/EmulatedStatement.java:[347,17] deprecated item is not annotated with @Deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildBrowserFrame.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ui/LoadBuildBrowserFrame.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core.test.framework --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core.test.framework --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.core.test.framework --- [INFO] No previous run data found, generating javadoc. [INFO] 150 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:32: warning: empty tag [WARNING] *

Purpose: [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JUnitTestCase.java:22: warning: empty tag [WARNING] *

Purpose:This is a JUnit Test wrapper for TopLink. [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ManualVerifyTestCase.java:20: warning: empty tag [WARNING] *

Purpose:All the test cases are subclassed from this class. Each test case tests single [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCollection.java:24: warning: empty tag [WARNING] *

Purpose: TestCollection is a collection of test suites and models. When a test collection is executed [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestVariation.java:23: warning: empty tag [WARNING] *

Purpose:Creates several variations of the passed TestCase [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestWrapper.java:19: warning: empty tag [WARNING] *

Purpose:A wrapper around TestCase. [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:29: warning: no @param for summary [WARNING] public void appendTestResult(TestResultsSummary summary); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:41: warning: no @return [WARNING] public Session defaultLogin(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:46: warning: no @param for executor [WARNING] public void execute(TestExecutor executor) throws Throwable; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:46: warning: no @throws for java.lang.Throwable [WARNING] public void execute(TestExecutor executor) throws Throwable; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:51: warning: no @return [WARNING] public TestEntity getContainer(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:56: warning: no @return [WARNING] public String getName(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:63: warning: no @return [WARNING] public ResultInterface getReport(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:69: warning: no @param for testResult [WARNING] public void setReport(ResultInterface testResult); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:80: warning: no @param for log [WARNING] public void logRegressionResult(Writer log); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:85: warning: no @param for log [WARNING] public void logResult(Writer log); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:90: warning: no @param for log [WARNING] public void logResult(Writer log, boolean shouldLogOnlyErrors); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:90: warning: no @param for shouldLogOnlyErrors [WARNING] public void logResult(Writer log, boolean shouldLogOnlyErrors); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestEntity.java:101: warning: no @param for testEntity [WARNING] public void setContainer(TestEntity testEntity); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:117: warning: no @param for source [WARNING] public boolean compareObjects(Object source, Object target) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:117: warning: no @param for target [WARNING] public boolean compareObjects(Object source, Object target) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:117: warning: no @return [WARNING] public boolean compareObjects(Object source, Object target) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:124: warning: no @param for object [WARNING] public boolean verifyDelete(Object object) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:124: warning: no @return [WARNING] public boolean verifyDelete(Object object) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:296: warning: no @return [WARNING] public String getDescription() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:303: warning: no @return [WARNING] public TestExecutor getExecutor() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:310: warning: no @return [WARNING] public String getIndentationString() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:335: warning: no @return [WARNING] public EntityManager createEntityManager() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:342: warning: no @return [WARNING] public org.eclipse.persistence.sessions.DatabaseSession getDatabaseSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:349: warning: no @return [WARNING] public org.eclipse.persistence.internal.sessions.AbstractSession getAbstractSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:356: warning: no @return [WARNING] public org.eclipse.persistence.sessions.Session getSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:363: warning: no @return [WARNING] public Server getServerSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:396: warning: no @return [WARNING] public TestResult getTestResult() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:458: warning: no @throws for java.lang.Throwable [WARNING] public void reset() throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:488: warning: no @throws for java.lang.Throwable [WARNING] protected void resetVerify() throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:500: warning: no @param for description [WARNING] public void setDescription(String description) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:507: warning: no @param for anExecutor [WARNING] public void setExecutor(TestExecutor anExecutor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:514: warning: no @param for indentationString [WARNING] public void setIndentationString(String indentationString) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:531: warning: no @param for exception [WARNING] public void setTestException(EclipseLinkException exception) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:547: warning: no @param for testResult [WARNING] public void setTestResult(TestResult testResult) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:556: warning: no @throws for java.lang.Throwable [WARNING] protected void setup() throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:572: warning: no @throws for java.lang.Throwable [WARNING] public void executeTest() throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:581: warning: no @throws for java.lang.Throwable [WARNING] protected void test() throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:596: warning: no @throws for java.lang.Throwable [WARNING] protected void verify() throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:604: warning: no @param for message [WARNING] public void throwError(String message) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:612: warning: no @param for message [WARNING] public void throwError(String message, Throwable exception) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:612: warning: no @param for exception [WARNING] public void throwError(String message, Throwable exception) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:621: warning: no @param for message [WARNING] public void throwWarning(String message) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:633: warning: no @param for assertion [WARNING] public void strongAssert(boolean assertion, String errorMessage) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:633: warning: no @param for errorMessage [WARNING] public void strongAssert(boolean assertion, String errorMessage) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:643: warning: no description for @param [WARNING] * @param assertion [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:644: warning: no description for @param [WARNING] * @param warningMessage [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:694: warning: no @return [WARNING] public SessionEventAdapter checkTransactionIsolation() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:723: warning: no @param for session [WARNING] public static boolean supportsStoredProcedures(Session session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestCase.java:723: warning: no @return [WARNING] public static boolean supportsStoredProcedures(Session session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/BatchTestRunner.java:38: warning: no @param for str [WARNING] public static void log(String str) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:37: warning: no @return [WARNING] public int getIterations(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:66: warning: no @return [WARNING] public long getTestRunTime(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:73: warning: no @param for testRunTime [WARNING] public void setTestRunTime(long testRunTime); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:78: warning: no @return [WARNING] public double getAllowableDecrease(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:83: warning: no @param for allowableDecrease [WARNING] public void setAllowableDecrease(double allowableDecrease); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:88: warning: no @return [WARNING] public List getTests(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTest.java:93: warning: no @param for test [WARNING] public void addTest(TestCase test); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java:180: warning: no @param for performanceTest [WARNING] public static void executeTest(PerformanceComparisonTest performanceTest) throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java:180: warning: no @throws for java.lang.Throwable [WARNING] public static void executeTest(PerformanceComparisonTest performanceTest) throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java:250: warning: no @param for performanceTest [WARNING] public static void verify(PerformanceComparisonTest performanceTest) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestCase.java:266: warning: no @return [WARNING] public Session buildEmulatedSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:41: warning: no @return [WARNING] public int getMaxThreads() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:48: warning: no @param for maxThreads [WARNING] public void setMaxThreads(int maxThreads) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:72: warning: no @param for numberOfThreads [WARNING] public void startTest(int numberOfThreads) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:135: warning: no @param for numberOfThreads [WARNING] public void test(int numberOfThreads) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:135: warning: no @throws for java.lang.Exception [WARNING] public void test(int numberOfThreads) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:177: warning: no @throws for java.lang.Exception [WARNING] public abstract void runTask() throws Exception; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceComparisonTest.java:183: warning: no @param for numberOfThreads [WARNING] public void addThreadTest(final int numberOfThreads) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceRegressionTestCase.java:53: warning: no @param for test [WARNING] public static void verify(PerformanceRegressionTest test) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:38: warning: no @return [WARNING] public int getMaxThreads() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:45: warning: no @param for maxThreads [WARNING] public void setMaxThreads(int maxThreads) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:78: warning: no @param for numberOfThreads [WARNING] public void startTest(int numberOfThreads) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:136: warning: no @param for numberOfThreads [WARNING] public void test(int numberOfThreads) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:136: warning: no @throws for java.lang.Exception [WARNING] public void test(int numberOfThreads) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ConcurrentPerformanceRegressionTest.java:161: warning: no @throws for java.lang.Exception [WARNING] public abstract void runTask() throws Exception; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:95: warning: no @param for objectToBeMutated [WARNING] public Object findAndMutateDirectToFieldMappingInObject(Object objectToBeMutated, boolean isInUOW) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:95: warning: no @param for isInUOW [WARNING] public Object findAndMutateDirectToFieldMappingInObject(Object objectToBeMutated, boolean isInUOW) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:95: warning: no @return [WARNING] public Object findAndMutateDirectToFieldMappingInObject(Object objectToBeMutated, boolean isInUOW) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:161: warning: no @return [WARNING] public boolean makesTrivialUpdate() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:168: warning: no @return [WARNING] public boolean testShouldMutate() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:192: warning: no @param for value [WARNING] public void setMakesTrivialUpdate(boolean value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:202: warning: no @param for value [WARNING] public void setTestShouldMutate(boolean value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/WriteObjectTest.java:211: warning: no @param for value [WARNING] public void setShouldBindAllParameters(boolean value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:60: warning: no @param for controlQuery [WARNING] public static String executeQueriesAndCompareResults(ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:60: warning: no @param for queryWithJoins [WARNING] public static String executeQueriesAndCompareResults(ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:60: warning: no @param for session [WARNING] public static String executeQueriesAndCompareResults(ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:60: warning: no @return [WARNING] public static String executeQueriesAndCompareResults(ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:82: warning: no @param for controlQuery [WARNING] public static Object getControlResultsFromControlQuery (ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:82: warning: no @param for queryWithJoins [WARNING] public static Object getControlResultsFromControlQuery (ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:82: warning: no @param for session [WARNING] public static Object getControlResultsFromControlQuery (ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JoinedAttributeTestHelper.java:82: warning: no @return [WARNING] public static Object getControlResultsFromControlQuery (ObjectLevelReadQuery controlQuery, ObjectLevelReadQuery queryWithJoins, AbstractSession session){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JUnitTestCase.java:106: warning: no @param for junitTestCaseClass [WARNING] public static Vector suite(Class junitTestCaseClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/JUnitTestCase.java:106: warning: no @return [WARNING] public static Vector suite(Class junitTestCaseClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildSystem.java:207: warning: no @param for expression [WARNING] public Vector readAllTestModelSummaries(org.eclipse.persistence.expressions.Expression expression) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildSystem.java:207: warning: no @return [WARNING] public Vector readAllTestModelSummaries(org.eclipse.persistence.expressions.Expression expression) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildSystem.java:218: warning: no @param for expression [WARNING] public Vector readAllTests(org.eclipse.persistence.expressions.Expression expression) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildSystem.java:218: warning: no @return [WARNING] public Vector readAllTests(org.eclipse.persistence.expressions.Expression expression) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/LoadBuildSystem.java:250: warning: no @param for log [WARNING] public void saveLoadBuild(java.io.Writer log) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/MemoryLeakTestCase.java:34: warning: no @param for reference [WARNING] public void addWeakReference(Object reference) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/MemoryLeakTestCase.java:41: warning: no @param for references [WARNING] public void addWeakReferences(List references) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ResultInterface.java:27: warning: no @return [WARNING] public boolean hasPassed(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ResultInterface.java:32: warning: no @return [WARNING] public boolean shouldLogResult(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/ResultInterface.java:37: warning: no @param for log [WARNING] public void logResult(Writer log); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:90: warning: no @return [WARNING] public String getExceptionStackTraceForDatabase() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:109: warning: no @return [WARNING] public String getExceptionStackTrace() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:142: warning: no @return [WARNING] public EclipseLinkException getLoadBuildException() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:162: warning: no @return [WARNING] public String getOutcome() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:169: warning: no @param for exception [WARNING] public String getOutcomeForException(EclipseLinkException exception) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:169: warning: no @return [WARNING] public String getOutcomeForException(EclipseLinkException exception) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:202: warning: no @return [WARNING] public boolean hasError() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:209: warning: no @return [WARNING] public boolean hasFatalError() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:224: warning: no @return [WARNING] public boolean hasProblem() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:231: warning: no @return [WARNING] public boolean hasWarning() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:238: warning: no @return [WARNING] public boolean hasFailed() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:245: warning: no @param for log [WARNING] public void logRegressionResult(Writer log) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:293: warning: no @param for anException [WARNING] public void setException(EclipseLinkException anException) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:301: warning: no @param for stackTrace [WARNING] public void setExceptionStackTrace(String stackTrace) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/TestResult.java:332: warning: no @param for outcome [WARNING] public void setOutcome(String outcome) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:123: warning: no @return [WARNING] public double getAverageTestCount() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:130: warning: no @param for averageTestCount [WARNING] public void setAverageTestCount(double averageTestCount) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:140: warning: no @return [WARNING] public double getPercentageDifferenceLastRun() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:148: warning: no @return [WARNING] public double getPercentageDifferenceAverage() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:158: warning: no @return [WARNING] public String getBaselineVersion() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:193: warning: no @return [WARNING] public List getTestCounts() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:200: warning: no @return [WARNING] public List getCurrentVersionResults() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:207: warning: no @return [WARNING] public List getBaselineVersionResults() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:214: warning: no @param for time [WARNING] public void addTestCount(long time, int test) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:214: warning: no @param for test [WARNING] public void addTestCount(long time, int test) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:299: warning: no @param for times [WARNING] public static Number maxResults(List times) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:299: warning: no @return [WARNING] public static Number maxResults(List times) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:313: warning: no @param for times [WARNING] public static Number minResults(List times) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:313: warning: no @return [WARNING] public static Number minResults(List times) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:327: warning: no @param for times [WARNING] public static List filterMaxMinResults(List times) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:327: warning: no @return [WARNING] public static List filterMaxMinResults(List times) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:339: warning: no @param for allTimes [WARNING] public static double averageResults(List allTimes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:339: warning: no @return [WARNING] public static double averageResults(List allTimes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:354: warning: no @param for allTimes [WARNING] public static double standardDeviationResults(List allTimes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:354: warning: no @return [WARNING] public static double standardDeviationResults(List allTimes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:375: warning: no @param for result [WARNING] public static double percentageDifference(double result, double baseline) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:375: warning: no @param for baseline [WARNING] public static double percentageDifference(double result, double baseline) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PerformanceComparisonTestResult.java:375: warning: no @return [WARNING] public static double percentageDifference(double result, double baseline) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PromptTestRunner.java:68: warning: no @param for str [WARNING] public static void log(String str) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/PromptTestRunner.java:112: warning: no @param for argv [WARNING] public void run(String[] argv) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/java/org/eclipse/persistence/testing/framework/QuerySQLTracker.java:45: warning: no description for @param [WARNING] * @param session [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.core.test.framework --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test.framework/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [INFO] Building EclipseLink JPA 3.0.4-SNAPSHOT [5/39] [INFO] from jpa/org.eclipse.persistence.jpa/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.pom (10.0 kB at 269 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.pom (2.0 kB at 74 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.12/ant-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.pom (17 kB at 192 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.10.12/ant-parent-1.10.12.pom (6.5 kB at 652 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.pom (3.2 kB at 30 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/validation/jakarta.validation-api/3.0.0/jakarta.validation-api-3.0.0.jar (93 kB at 3.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant/1.10.12/ant-1.10.12.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar (62 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.10.12/ant-1.10.12.jar (2.3 MB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.10.12/ant-launcher-1.10.12.jar (19 kB at 984 kB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697530893390 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 561 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ClassAccessor.java:[89,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/classes/ClassAccessor.java:[90,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAnnotatedElement.java:[77,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAnnotatedElement.java:[78,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metadata/accessors/mappings/BasicCollectionAccessor.java:[43,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[23,56] org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl in org.eclipse.persistence.internal.jpa.transaction has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerImpl.java:[310,40] ORDER_UPDATES in org.eclipse.persistence.config.EntityManagerProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerFactoryDelegate.java:[437,103] ORDER_UPDATES in org.eclipse.persistence.config.EntityManagerProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EntityManagerSetupImpl.java:[3445,58] ANTLR in org.eclipse.persistence.config.ParserType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[38,5] org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl in org.eclipse.persistence.internal.jpa.transaction has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/jdbc/DataSourceImpl.java:[68,39] org.eclipse.persistence.internal.jpa.transaction.TransactionManagerImpl in org.eclipse.persistence.internal.jpa.transaction has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa --- [INFO] No previous run data found, generating javadoc. [INFO] 150 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/AttributeProxyImpl.java:33: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/AttributeProxyImpl.java:34: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/CollectionAttributeProxyImpl.java:26: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/CollectionAttributeProxyImpl.java:27: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/PluralAttributeProxyImpl.java:27: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/PluralAttributeProxyImpl.java:28: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/PluralAttributeProxyImpl.java:29: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/ListAttributeProxyImpl.java:26: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/ListAttributeProxyImpl.java:27: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/MapAttributeProxyImpl.java:29: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/MapAttributeProxyImpl.java:30: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/MapAttributeProxyImpl.java:31: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/SetAttributeProxyImpl.java:26: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/metamodel/proxy/SetAttributeProxyImpl.java:27: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:2454: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:2455: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/querydef/CriteriaBuilderImpl.java:2350: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:44: warning: no @param for cls [WARNING] void clear(Class cls); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:54: warning: no @param for queryName [WARNING] void clearQueryCache(String queryName); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:59: warning: no @param for entityClass [WARNING] void clearQueryCache(Class entityClass); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:66: warning: no @param for object [WARNING] long timeToLive(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:66: warning: no @return [WARNING] long timeToLive(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:72: warning: no @param for object [WARNING] boolean isValid(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:72: warning: no @return [WARNING] boolean isValid(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:77: warning: no @param for cls [WARNING] boolean isValid(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:77: warning: no @param for id [WARNING] boolean isValid(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:77: warning: no @return [WARNING] boolean isValid(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:89: warning: no @param for cls [WARNING] void print(Class cls); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:109: warning: no @param for cls [WARNING] Object getObject(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:109: warning: no @param for id [WARNING] Object getObject(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:109: warning: no @return [WARNING] Object getObject(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:118: warning: no @param for object [WARNING] Object putObject(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:118: warning: no @return [WARNING] Object putObject(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:126: warning: no @param for object [WARNING] Object removeObject(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:126: warning: no @return [WARNING] Object removeObject(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:134: warning: no @param for cls [WARNING] Object removeObject(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:134: warning: no @param for id [WARNING] Object removeObject(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:134: warning: no @return [WARNING] Object removeObject(Class cls, Object id); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:139: warning: no @param for object [WARNING] boolean contains(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:139: warning: no @return [WARNING] boolean contains(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:144: warning: no @param for object [WARNING] void evict(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:151: warning: no @param for object [WARNING] void evict(Object object, boolean invalidateInCluster); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:151: warning: no @param for invalidateInCluster [WARNING] void evict(Object object, boolean invalidateInCluster); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:158: warning: no @param for classToEvict [WARNING] void evict(Class classToEvict, Object id, boolean invalidateInCluster); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:158: warning: no @param for id [WARNING] void evict(Class classToEvict, Object id, boolean invalidateInCluster); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:158: warning: no @param for invalidateInCluster [WARNING] void evict(Class classToEvict, Object id, boolean invalidateInCluster); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:163: warning: no @param for object [WARNING] Object getId(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaCache.java:163: warning: no @return [WARNING] Object getId(Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CacheImpl.java:49: warning: no description for @param [WARNING] * @param emf [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CacheImpl.java:447: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CacheImpl.java:456: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CacheImpl.java:465: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:91: warning: no description for @param [WARNING] * @param aDescriptor [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:92: warning: no description for @param [WARNING] * @param field [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:93: warning: no description for @param [WARNING] * @param allMappings [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:109: warning: no description for @param [WARNING] * @param aDescriptor [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:110: warning: no description for @param [WARNING] * @param field [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:111: warning: no description for @param [WARNING] * @param allMappings [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:138: warning: no description for @param [WARNING] * @param classLoader [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:174: warning: no @param for pkClassName [WARNING] public void setPrimaryKeyClassName(String pkClassName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:190: warning: no @param for pkClass [WARNING] public void setPKClass(Class pkClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:197: warning: no @return [WARNING] public String getPKClassName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:282: warning: no description for @param [WARNING] * @param cls [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:283: warning: no description for @param [WARNING] * @param fieldName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:285: warning: no description for @throws [WARNING] * @throws NoSuchFieldException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:359: warning: no @param for keyClass [WARNING] protected KeyElementAccessor[] initializePrimaryKeyFields(Class keyClass, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:359: warning: no @param for session [WARNING] protected KeyElementAccessor[] initializePrimaryKeyFields(Class keyClass, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:359: warning: no @return [WARNING] protected KeyElementAccessor[] initializePrimaryKeyFields(Class keyClass, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/CMP3Policy.java:737: warning: no @param for session [WARNING] public Object getPkValueFromKeyForField(Object key, DatabaseField field, AbstractSession session){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaQuery.java:36: warning: no @return [WARNING] DatabaseQuery getDatabaseQuery(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaQuery.java:42: warning: no @return [WARNING] JpaEntityManager getEntityManager(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/jpa/JpaQuery.java:63: warning: no @param for query [WARNING] void setDatabaseQuery(DatabaseQuery query); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:110: warning: no @param for entityManager [WARNING] protected QueryImpl(EntityManagerImpl entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:119: warning: no @param for query [WARNING] public QueryImpl(DatabaseQuery query, EntityManagerImpl entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:119: warning: no @param for entityManager [WARNING] public QueryImpl(DatabaseQuery query, EntityManagerImpl entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:323: warning: no @return [WARNING] public DatabaseQuery getDatabaseQuery() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:333: warning: no @return [WARNING] public DatabaseQuery getDatabaseQueryInternal() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:376: warning: no @param for e [WARNING] protected RuntimeException getDetailedException(DatabaseException e) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:376: warning: no @return [WARNING] protected RuntimeException getDetailedException(DatabaseException e) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:398: warning: no @return [WARNING] public JpaEntityManager getEntityManager() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:405: warning: no @return [WARNING] protected Map> getInternalParameters() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:569: warning: no @return [WARNING] protected List processParameters() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:601: warning: no @param for query [WARNING] public void setDatabaseQuery(DatabaseQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:627: warning: no @return [WARNING] public int getFirstResult() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:638: warning: no description for @param [WARNING] * @param flushMode [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:640: warning: no @return [WARNING] public QueryImpl setFlushMode(FlushModeType flushMode) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:673: warning: no @param for call [WARNING] protected static void applyArguments(StoredProcedureCall call, DatabaseQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:673: warning: no @param for query [WARNING] protected static void applyArguments(StoredProcedureCall call, DatabaseQuery query) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:718: warning: no @param for classLoader [WARNING] protected static DatabaseQuery applyHints(Map hints, DatabaseQuery query, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:718: warning: no @param for session [WARNING] protected static DatabaseQuery applyHints(Map hints, DatabaseQuery query, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:718: warning: no @return [WARNING] protected static DatabaseQuery applyHints(Map hints, DatabaseQuery query, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:725: warning: no description for @param [WARNING] * @param param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:726: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:760: warning: no @return [WARNING] protected boolean isFlushModeAUTO() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:775: warning: no @param for hintName [WARNING] protected void setHintInternal(String hintName, Object value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:775: warning: no @param for value [WARNING] protected void setHintInternal(String hintName, Object value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:787: warning: no description for @param [WARNING] * @param lockMode [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:791: warning: no @return [WARNING] public QueryImpl setLockMode(LockModeType lockMode) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:828: warning: no @param for value [WARNING] protected Object convertTemporalType(Object value, TemporalType type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:828: warning: no @param for type [WARNING] protected Object convertTemporalType(Object value, TemporalType type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:843: warning: no description for @param [WARNING] * @param maxResult [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:861: warning: no @return [WARNING] public int getMaxResults() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:873: warning: no @return [WARNING] public int getMaxResultsInternal() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:880: warning: no description for @param [WARNING] * @param maxResult [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:918: warning: no description for @param [WARNING] * @param position [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:919: warning: no description for @param [WARNING] * @param value [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:998: warning: no @return [WARNING] public FlushModeType getFlushMode() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1015: warning: no @return [WARNING] public Map getHints() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1024: warning: no @param for [WARNING] public Parameter getParameter(String name, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1024: warning: no @param for name [WARNING] public Parameter getParameter(String name, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1024: warning: no @param for type [WARNING] public Parameter getParameter(String name, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1024: warning: no @return [WARNING] public Parameter getParameter(String name, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1040: warning: no @param for [WARNING] public Parameter getParameter(int position, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1040: warning: no @param for position [WARNING] public Parameter getParameter(int position, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1040: warning: no @param for type [WARNING] public Parameter getParameter(int position, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1040: warning: no @return [WARNING] public Parameter getParameter(int position, Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1056: warning: no @param for name [WARNING] public Parameter getParameter(String name) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1056: warning: no @return [WARNING] public Parameter getParameter(String name) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1070: warning: no @param for position [WARNING] public Parameter getParameter(int position) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1070: warning: no @return [WARNING] public Parameter getParameter(int position) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1084: warning: no @param for [WARNING] public T getParameterValue(Parameter param) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1084: warning: no @param for param [WARNING] public T getParameterValue(Parameter param) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1084: warning: no @return [WARNING] public T getParameterValue(Parameter param) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1099: warning: no description for @param [WARNING] * @param name [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1121: warning: no description for @param [WARNING] * @param position [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1145: warning: no @return [WARNING] public Set> getParameters() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1153: warning: no @return [WARNING] public Set getSupportedHints() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1164: warning: no @param for [WARNING] public T unwrap(Class cls) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1164: warning: no @param for cls [WARNING] public T unwrap(Class cls) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/QueryImpl.java:1164: warning: no @return [WARNING] public T unwrap(Class cls) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:73: warning: no @param for entityManager [WARNING] protected EJBQueryImpl(EntityManagerImpl entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:80: warning: no @param for query [WARNING] public EJBQueryImpl(DatabaseQuery query, EntityManagerImpl entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:80: warning: no @param for entityManager [WARNING] public EJBQueryImpl(DatabaseQuery query, EntityManagerImpl entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:87: warning: no @param for jpql [WARNING] public EJBQueryImpl(String jpql, EntityManagerImpl entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:87: warning: no @param for entityManager [WARNING] public EJBQueryImpl(String jpql, EntityManagerImpl entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:98: warning: no @param for queryDescription [WARNING] public EJBQueryImpl(String queryDescription, EntityManagerImpl entityManager, boolean isNamedQuery) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:98: warning: no @param for entityManager [WARNING] public EJBQueryImpl(String queryDescription, EntityManagerImpl entityManager, boolean isNamedQuery) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:112: warning: no description for @param [WARNING] * @param jpql [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:132: warning: no @param for queryName [WARNING] public static DatabaseQuery buildEJBQLDatabaseQuery(String queryName, String jpqlQuery, AbstractSession session, Enum lockMode, Map hints, ClassLoader classLoader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:132: warning: no @param for lockMode [WARNING] public static DatabaseQuery buildEJBQLDatabaseQuery(String queryName, String jpqlQuery, AbstractSession session, Enum lockMode, Map hints, ClassLoader classLoader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:132: warning: no @param for classLoader [WARNING] public static DatabaseQuery buildEJBQLDatabaseQuery(String queryName, String jpqlQuery, AbstractSession session, Enum lockMode, Map hints, ClassLoader classLoader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:205: warning: no @param for resultClass [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:205: warning: no @param for sqlString [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:205: warning: no @param for classLoader [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:205: warning: no @param for session [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:205: warning: no @return [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:215: warning: no @param for resultClass [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, Map hints, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:215: warning: no @param for sqlString [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, Map hints, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:215: warning: no @param for classLoader [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, Map hints, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/main/java/org/eclipse/persistence/internal/jpa/EJBQueryImpl.java:215: warning: no @param for session [WARNING] public static DatabaseQuery buildSQLDatabaseQuery(Class resultClass, String sqlString, Map hints, ClassLoader classLoader, AbstractSession session) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.test.framework >-- [INFO] Building EclipseLink JPA Test Framework 3.0.4-SNAPSHOT [6/39] [INFO] from jpa/org.eclipse.persistence.jpa.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.0/jakarta.ejb-api-4.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.0/jakarta.ejb-api-4.0.0.pom (19 kB at 516 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.0/jakarta.ejb-api-4.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ejb/jakarta.ejb-api/4.0.0/jakarta.ejb-api-4.0.0.jar (60 kB at 2.3 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.test.framework --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.test.framework --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697530904881 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 17 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No previous run data found, generating javadoc. [INFO] 80 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:177: warning: no @param for [WARNING] public static C lookupEJB(final Class c, final String jndi) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:212: warning: no @return [WARNING] public String getPersistenceUnitName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:219: warning: no @return [WARNING] public boolean shouldRunTestOnServer() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:234: warning: no @return [WARNING] public static boolean isJTA() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:283: warning: no @return [WARNING] public boolean isWeavingEnabled() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:290: warning: no @param for persistenceUnitName [WARNING] public static boolean isWeavingEnabled(String persistenceUnitName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:290: warning: no @return [WARNING] public static boolean isWeavingEnabled(String persistenceUnitName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:299: warning: no @return [WARNING] public static boolean isJPA10() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:311: warning: no @return [WARNING] public static boolean isOnServer() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:325: warning: no @param for value [WARNING] public static void setIsOnServer(boolean value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:332: warning: no @return [WARNING] public boolean isHermesParser() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:339: warning: no @return [WARNING] public static boolean usesSOP() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:349: warning: no @return [WARNING] public static boolean isSOPRecoverable() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:359: warning: no @return [WARNING] public static ServerPlatform getServerPlatform() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:379: warning: no @param for value [WARNING] public static void setServerPlatform(ServerPlatform value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:419: warning: no @param for entityManager [WARNING] public void closeEntityManager(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:429: warning: no @param for entityManager [WARNING] public void closeEntityManagerAndTransaction(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:440: warning: no @param for entityManager [WARNING] public boolean isTransactionActive(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:440: warning: no @return [WARNING] public boolean isTransactionActive(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:452: warning: no @param for entityManager [WARNING] public boolean getRollbackOnly(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:452: warning: no @return [WARNING] public boolean getRollbackOnly(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:465: warning: no @param for entityManager [WARNING] public void beginTransaction(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:480: warning: no @param for entityManager [WARNING] public void commitTransaction(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:492: warning: no @param for entityManager [WARNING] public void rollbackTransaction(EntityManager entityManager) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:504: warning: no @return [WARNING] public EntityManager createEntityManager() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:516: warning: no @param for persistenceUnitName [WARNING] public static EntityManager createEntityManager(String persistenceUnitName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:516: warning: no @return [WARNING] public static EntityManager createEntityManager(String persistenceUnitName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:530: warning: no @param for properties [WARNING] public EntityManager createEntityManager(Map properties) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:530: warning: no @return [WARNING] public EntityManager createEntityManager(Map properties) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:543: warning: no @param for persistenceUnitName [WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:543: warning: no @param for properties [WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:543: warning: no @return [WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:552: warning: no @param for persistenceUnitName [WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties, List descriptors) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:552: warning: no @param for properties [WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties, List descriptors) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:552: warning: no @param for descriptors [WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties, List descriptors) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:552: warning: no @return [WARNING] public static EntityManager createEntityManager(String persistenceUnitName, Map properties, List descriptors) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:710: warning: no @param for warning [WARNING] public static void warning(String warning) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:729: warning: no @throws for java.lang.Throwable [WARNING] public void runBareClient() throws Throwable { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:799: warning: no @return [WARNING] protected Properties getServerProperties() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:806: warning: no @param for writtenObject [WARNING] public void verifyObject(Object writtenObject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:813: warning: no @param for writtenObject [WARNING] public static void verifyObject(Object writtenObject, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:813: warning: no @param for persistenceUnit [WARNING] public static void verifyObject(Object writtenObject, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:823: warning: no @param for writtenObject [WARNING] public void verifyObjectInEntityManager(Object writtenObject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:830: warning: no @param for writtenObject [WARNING] public void verifyObjectInEntityManager(Object writtenObject, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:830: warning: no @param for persistenceUnit [WARNING] public void verifyObjectInEntityManager(Object writtenObject, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:845: warning: no @param for writtenObject [WARNING] public void verifyObjectInCacheAndDatabase(Object writtenObject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:852: warning: no @param for writtenObject [WARNING] public static void verifyObjectInCacheAndDatabase(Object writtenObject, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:852: warning: no @param for persistenceUnit [WARNING] public static void verifyObjectInCacheAndDatabase(Object writtenObject, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:882: warning: no @param for obj1 [WARNING] public void compareObjects(Object obj1, Object obj2) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:882: warning: no @param for obj2 [WARNING] public void compareObjects(Object obj1, Object obj2) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:889: warning: no @param for obj1 [WARNING] public static void compareObjects(Object obj1, Object obj2, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:889: warning: no @param for obj2 [WARNING] public static void compareObjects(Object obj1, Object obj2, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:889: warning: no @param for persistenceUnit [WARNING] public static void compareObjects(Object obj1, Object obj2, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:899: warning: no @param for object [WARNING] public void verifyPersist(Object object) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:921: warning: no @param for object [WARNING] public void verifyPersistAndRemove(Object object) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:948: warning: no @param for writtenObject [WARNING] public void verifyDelete(Object writtenObject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:955: warning: no @param for writtenObject [WARNING] public void verifyDelete(Object writtenObject, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:955: warning: no @param for persistenceUnit [WARNING] public void verifyDelete(Object writtenObject, String persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:974: warning: no @param for exception [WARNING] public void logThrowable(Throwable exception){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:986: warning: no @return [WARNING] public boolean isSelectForUpateSupported(){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1050: warning: no @param for puName [WARNING] public static boolean isSelectForUpateNoWaitSupported(String puName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1050: warning: no @return [WARNING] public static boolean isSelectForUpateNoWaitSupported(String puName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1088: warning: no @return [WARNING] public boolean supportsStoredProcedures(){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1108: warning: no @return [WARNING] public boolean supportsStoredFunctions(){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1130: warning: no @param for session1 [WARNING] public static boolean usingTheSameDatabase(AbstractSession session1, AbstractSession session2) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1130: warning: no @param for session2 [WARNING] public static boolean usingTheSameDatabase(AbstractSession session1, AbstractSession session2) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/junit/JUnitTestCase.java:1130: warning: no @return [WARNING] public static boolean usingTheSameDatabase(AbstractSession session1, AbstractSession session2) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:30: warning: no @return [WARNING] boolean isTransactionActive(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:35: warning: no @return [WARNING] boolean getRollbackOnly(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:60: warning: no @param for entityManager [WARNING] void closeEntityManager(EntityManager entityManager); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:65: warning: no @return [WARNING] boolean isOc4j(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:70: warning: no @return [WARNING] boolean isWeblogic(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:75: warning: no @return [WARNING] boolean isJBoss(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:80: warning: no @return [WARNING] boolean isSpring(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:85: warning: no @return [WARNING] boolean isClustered(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:90: warning: no @param for em [WARNING] void joinTransaction(EntityManager em); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:95: warning: no @param for persistenceUnit [WARNING] EntityManager getEntityManager(String persistenceUnit); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:95: warning: no @return [WARNING] EntityManager getEntityManager(String persistenceUnit); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:100: warning: no @param for persistenceUnit [WARNING] EntityManagerFactory getEntityManagerFactory(String persistenceUnit); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/java/org/eclipse/persistence/testing/framework/server/ServerPlatform.java:100: warning: no @return [WARNING] EntityManagerFactory getEntityManagerFactory(String persistenceUnit); [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test.framework/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [INFO] Building EclipseLink JPA Model Generator 3.0.4-SNAPSHOT [7/39] [INFO] from jpa/org.eclipse.persistence.jpa.modelgen/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697530907400 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/classes [INFO] [INFO] --- compiler:3.8.1:compile (compile-project) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/classes [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-classes [WARNING] No processor claimed any of these annotations: org.junit.BeforeClass,org.junit.Test [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- surefire:3.0.0-M4:test (test-jpa-modelgen) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] No previous run data found, generating javadoc. [INFO] 96 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:263: warning: no @param for metadataClass [WARNING] protected void generateCanonicalModelClass(MetadataClass metadataClass, Element element, PersistenceUnit persistenceUnit) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:263: warning: no @param for element [WARNING] protected void generateCanonicalModelClass(MetadataClass metadataClass, Element element, PersistenceUnit persistenceUnit) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:263: warning: no @param for persistenceUnit [WARNING] protected void generateCanonicalModelClass(MetadataClass metadataClass, Element element, PersistenceUnit persistenceUnit) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:263: warning: no @throws for java.io.IOException [WARNING] protected void generateCanonicalModelClass(MetadataClass metadataClass, Element element, PersistenceUnit persistenceUnit) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:423: warning: no @param for factory [WARNING] protected void generateCanonicalModelClasses(MetadataMirrorFactory factory, PersistenceUnit persistenceUnit) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:423: warning: no @param for persistenceUnit [WARNING] protected void generateCanonicalModelClasses(MetadataMirrorFactory factory, PersistenceUnit persistenceUnit) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:423: warning: no @throws for java.io.IOException [WARNING] protected void generateCanonicalModelClasses(MetadataMirrorFactory factory, PersistenceUnit persistenceUnit) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:439: warning: no @param for annotatedElement [WARNING] protected String getBoxedType(MetadataAnnotatedElement annotatedElement, MetadataClass rawClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:439: warning: no @param for rawClass [WARNING] protected String getBoxedType(MetadataAnnotatedElement annotatedElement, MetadataClass rawClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:439: warning: no @return [WARNING] protected String getBoxedType(MetadataAnnotatedElement annotatedElement, MetadataClass rawClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:452: warning: no @param for qualifiedName [WARNING] protected String getName(String qualifiedName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:452: warning: no @return [WARNING] protected String getName(String qualifiedName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:463: warning: no @param for qualifiedName [WARNING] protected String getPackage(String qualifiedName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:463: warning: no @return [WARNING] protected String getPackage(String qualifiedName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:477: warning: no @param for type [WARNING] protected String getUnqualifiedType(String type, HashMap imports) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:477: warning: no @param for imports [WARNING] protected String getUnqualifiedType(String type, HashMap imports) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:477: warning: no @return [WARNING] protected String getUnqualifiedType(String type, HashMap imports) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @param for typeImports [WARNING] protected String writeImportStatements(HashMap typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @param for accessor [WARNING] protected String writeImportStatements(HashMap typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @param for writer [WARNING] protected String writeImportStatements(HashMap typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @param for persistenceUnit [WARNING] protected String writeImportStatements(HashMap typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @param for childCanonicalpackage [WARNING] protected String writeImportStatements(HashMap typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @return [WARNING] protected String writeImportStatements(HashMap typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProcessor.java:537: warning: no @throws for java.io.IOException [WARNING] protected String writeImportStatements(HashMap typeImports, ClassAccessor accessor, Writer writer, PersistenceUnit persistenceUnit, String childCanonicalpackage) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProperties.java:130: warning: no @param for option [WARNING] public static String getOption(String option, String optionDefault, Map options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProperties.java:130: warning: no @param for optionDefault [WARNING] public static String getOption(String option, String optionDefault, Map options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProperties.java:130: warning: no @param for options [WARNING] public static String getOption(String option, String optionDefault, Map options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/CanonicalModelProperties.java:130: warning: no @return [WARNING] public static String getOption(String option, String optionDefault, Map options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:94: warning: no @param for logger [WARNING] protected MetadataMirrorFactory(final MetadataLogger logger, final ClassLoader loader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:94: warning: no @param for loader [WARNING] protected MetadataMirrorFactory(final MetadataLogger logger, final ClassLoader loader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:105: warning: no @param for puInfo [WARNING] public void addPersistenceUnit(SEPersistenceUnitInfo puInfo, PersistenceUnit persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:105: warning: no @param for persistenceUnit [WARNING] public void addPersistenceUnit(SEPersistenceUnitInfo puInfo, PersistenceUnit persistenceUnit) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:124: warning: no @param for element [WARNING] public MetadataClass getMetadataClass(Element element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:124: warning: no @return [WARNING] public MetadataClass getMetadataClass(Element element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:228: warning: no @param for typeMirror [WARNING] public MetadataClass getMetadataClass(TypeMirror typeMirror) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:228: warning: no @return [WARNING] public MetadataClass getMetadataClass(TypeMirror typeMirror) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:247: warning: no @param for puInfo [WARNING] public MetadataProject getMetadataProject(SEPersistenceUnitInfo puInfo) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:247: warning: no @return [WARNING] public MetadataProject getMetadataProject(SEPersistenceUnitInfo puInfo) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:262: warning: no @return [WARNING] public Collection getPersistenceUnits() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:269: warning: no @return [WARNING] public ProcessingEnvironment getProcessingEnvironment() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:276: warning: no @return [WARNING] public Map getRoundElements() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:283: warning: no @param for element [WARNING] public boolean isRoundElement(Element element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:283: warning: no @return [WARNING] public boolean isRoundElement(Element element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:290: warning: no @param for cls [WARNING] public boolean isRoundElement(MetadataClass cls) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:290: warning: no @return [WARNING] public boolean isRoundElement(MetadataClass cls) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:310: warning: no @param for processingEnvironment [WARNING] public void setEnvironments(ProcessingEnvironment processingEnvironment, RoundEnvironment roundEnvironment) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/MetadataMirrorFactory.java:310: warning: no @param for roundEnvironment [WARNING] public void setEnvironments(ProcessingEnvironment processingEnvironment, RoundEnvironment roundEnvironment) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:84: warning: no @param for puInfo [WARNING] public PersistenceUnit(SEPersistenceUnitInfo puInfo, MetadataMirrorFactory mirrorFactory, PersistenceUnitReader reader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:84: warning: no @param for mirrorFactory [WARNING] public PersistenceUnit(SEPersistenceUnitInfo puInfo, MetadataMirrorFactory mirrorFactory, PersistenceUnitReader reader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:84: warning: no @param for reader [WARNING] public PersistenceUnit(SEPersistenceUnitInfo puInfo, MetadataMirrorFactory mirrorFactory, PersistenceUnitReader reader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:111: warning: no @param for element [WARNING] public void addEmbeddableAccessor(Element element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:145: warning: no @param for embeddableAccessor [WARNING] protected void addEmbeddableAccessor(EmbeddableAccessor embeddableAccessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:174: warning: no @param for element [WARNING] public void addEntityAccessor(Element element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:213: warning: no @param for element [WARNING] public void addMappedSuperclassAccessor(Element element) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:245: warning: no @param for propertyName [WARNING] protected void addPropertyFromOptions(String propertyName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:254: warning: no @param for mappingFile [WARNING] protected void addXMLEntityMappings(String mappingFile, XMLContext context) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:254: warning: no @param for context [WARNING] protected void addXMLEntityMappings(String mappingFile, XMLContext context) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:278: warning: no @param for mappingFile [WARNING] protected void addXMLEntityMappings(String mappingFile) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:314: warning: no @param for metadataClass [WARNING] public boolean containsClass(MetadataClass metadataClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:314: warning: no @return [WARNING] public boolean containsClass(MetadataClass metadataClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:335: warning: no @param for cls [WARNING] protected boolean excludeUnlistedClasses(MetadataClass cls) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:335: warning: no @return [WARNING] protected boolean excludeUnlistedClasses(MetadataClass cls) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:342: warning: no @param for metadataClass [WARNING] public ClassAccessor getClassAccessor(MetadataClass metadataClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:342: warning: no @return [WARNING] public ClassAccessor getClassAccessor(MetadataClass metadataClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:361: warning: no @param for qualifiedName [WARNING] public String getQualifiedCanonicalName(String qualifiedName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:361: warning: no @return [WARNING] public String getQualifiedCanonicalName(String qualifiedName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:479: warning: no @param for accessor [WARNING] protected boolean isValidAccessor(ClassAccessor accessor, MetadataAnnotation annotation) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:479: warning: no @param for annotation [WARNING] protected boolean isValidAccessor(ClassAccessor accessor, MetadataAnnotation annotation) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:479: warning: no @return [WARNING] protected boolean isValidAccessor(ClassAccessor accessor, MetadataAnnotation annotation) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:559: warning: no @param for accessor [WARNING] protected boolean shouldPreProcess(ClassAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:559: warning: no @return [WARNING] protected boolean shouldPreProcess(ClassAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:573: warning: no @param for metadataClass [WARNING] protected void removeEntityAccessor(MetadataClass metadataClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:583: warning: no @param for metadataClass [WARNING] protected void removeEmbeddableAccessor(MetadataClass metadataClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnit.java:593: warning: no @param for metadataClass [WARNING] protected void removeMappedSuperclassAccessor(MetadataClass metadataClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:65: warning: no @param for logger [WARNING] public PersistenceUnitReader(final MetadataLogger logger, final ProcessingEnvironment processingEnv) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:65: warning: no @param for processingEnv [WARNING] public PersistenceUnitReader(final MetadataLogger logger, final ProcessingEnvironment processingEnv) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:65: warning: no @throws for java.io.IOException [WARNING] public PersistenceUnitReader(final MetadataLogger logger, final ProcessingEnvironment processingEnv) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:74: warning: no @param for inputStream [WARNING] protected void closeInputStream(InputStream inputStream) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:87: warning: no @param for filename [WARNING] protected FileObject getFileObject(String filename, ProcessingEnvironment processingEnv) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:87: warning: no @param for processingEnv [WARNING] protected FileObject getFileObject(String filename, ProcessingEnvironment processingEnv) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:87: warning: no @return [WARNING] protected FileObject getFileObject(String filename, ProcessingEnvironment processingEnv) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:87: warning: no @throws for java.io.IOException [WARNING] protected FileObject getFileObject(String filename, ProcessingEnvironment processingEnv) throws IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:95: warning: no @param for filename [WARNING] protected InputStream getInputStream(String filename, boolean loadingPersistenceXML) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:95: warning: no @param for loadingPersistenceXML [WARNING] protected InputStream getInputStream(String filename, boolean loadingPersistenceXML) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:95: warning: no @return [WARNING] protected InputStream getInputStream(String filename, boolean loadingPersistenceXML) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:133: warning: no @param for processingEnv [WARNING] protected HashSet getPersistenceUnitList(ProcessingEnvironment processingEnv ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:133: warning: no @return [WARNING] protected HashSet getPersistenceUnitList(ProcessingEnvironment processingEnv ) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceUnitReader.java:152: warning: no @param for factory [WARNING] public void initPersistenceUnits(final MetadataMirrorFactory factory) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceXML.java:35: warning: no @return [WARNING] public List getPersistenceUnitInfos() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceXMLMappings.java:136: warning: no @param for namespaceURI [WARNING] protected static XMLContext createXMLContext(String namespaceURI) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/objects/PersistenceXMLMappings.java:136: warning: no @return [WARNING] protected static XMLContext createXMLContext(String namespaceURI) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/visitors/ElementVisitor.java:64: warning: no @param for processingEnv [WARNING] public ElementVisitor(ProcessingEnvironment processingEnv) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/visitors/ElementVisitor.java:76: warning: no @param for annotatedElement [WARNING] protected void buildMetadataAnnotations(MetadataAnnotatedElement annotatedElement, List annotationMirrors) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/visitors/ElementVisitor.java:76: warning: no @param for annotationMirrors [WARNING] protected void buildMetadataAnnotations(MetadataAnnotatedElement annotatedElement, List annotationMirrors) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/visitors/ElementVisitor.java:98: warning: no @param for modifiers [WARNING] protected int getModifiers(Set modifiers) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/main/java/org/eclipse/persistence/internal/jpa/modelgen/visitors/ElementVisitor.java:98: warning: no @return [WARNING] protected int getModifiers(Set modifiers) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.modelgen.processor/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [INFO] Building EclipseLink MOXy 3.0.4-SNAPSHOT [8/39] [INFO] from moxy/org.eclipse.persistence.moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.pom (25 kB at 688 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/3.0.1/jaxb-xjc-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/3.0.1/jaxb-xjc-3.0.1.pom (18 kB at 488 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/3.0.1/jaxb-bundles-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-bundles/3.0.1/jaxb-bundles-3.0.1.pom (1.3 kB at 39 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/3.0.1/jaxb-parent-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/mvn/jaxb-parent/3.0.1/jaxb-parent-3.0.1.pom (29 kB at 932 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/3.0.1/jaxb-bom-ext-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-bom-ext/3.0.1/jaxb-bom-ext-3.0.1.pom (3.4 kB at 110 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/3.0.1/jaxb-bom-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/3.0.1/jaxb-bom-3.0.1.pom (10 kB at 342 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.pom (13 kB at 392 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.pom (5.7 kB at 179 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.1/jaxb-impl-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.1/jaxb-impl-3.0.1.pom (13 kB at 421 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/4.0.1/jakarta.el-4.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/4.0.1/jakarta.el-4.0.1.pom (10 kB at 349 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.pom (12 kB at 431 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/json/2.0.0/json-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/json/2.0.0/json-2.0.0.pom (19 kB at 620 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.0.1/jersey-common-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.0.1/jersey-common-3.0.1.pom (35 kB at 976 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/project/3.0.1/project-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/project/3.0.1/project-3.0.1.pom (97 kB at 2.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.pom (7.4 kB at 526 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/ee4j/project/1.0.5/project-1.0.5.pom (13 kB at 527 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.pom (13 kB at 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hibernate/validator/hibernate-validator-parent/7.0.1.Final/hibernate-validator-parent-7.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator-parent/7.0.1.Final/hibernate-validator-parent-7.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator-parent/7.0.1.Final/hibernate-validator-parent-7.0.1.Final.pom (72 kB at 4.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha4/arquillian-bom-1.7.0.Alpha4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha4/arquillian-bom-1.7.0.Alpha4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha4/arquillian-bom-1.7.0.Alpha4.pom (10 kB at 838 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/shrinkwrap-bom/1.2.6/shrinkwrap-bom-1.2.6.pom (4.0 kB at 199 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/resolver/shrinkwrap-resolver-bom/3.1.4/shrinkwrap-resolver-bom-3.1.4.pom (7.0 kB at 499 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.3/maven-3.6.3.pom (26 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/shrinkwrap/descriptors/shrinkwrap-descriptors-bom/2.0.0/shrinkwrap-descriptors-bom-2.0.0.pom (5.2 kB at 149 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.pom (5.0 kB at 66 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/34/jboss-parent-34.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/34/jboss-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/34/jboss-parent-34.pom (65 kB at 17 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.pom (7.3 kB at 923 B/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/35/oss-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/35/oss-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/35/oss-parent-35.pom (23 kB at 173 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/ws/rs/jakarta.ws.rs-api/3.0.0/jakarta.ws.rs-api-3.0.0.jar (139 kB at 5.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/3.0.1/jaxb-xjc-3.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.1/jaxb-impl-3.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/4.0.1/jakarta.el-4.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.el/4.0.1/jakarta.el-4.0.1.jar (174 kB at 5.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-core/3.0.1/jaxb-core-3.0.1.jar (238 kB at 4.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.0.1/jersey-common-3.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-xjc/3.0.1/jaxb-xjc-3.0.1.jar (1.9 MB at 36 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jakarta.json/2.0.0/jakarta.json-2.0.0.jar (142 kB at 2.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar (689 kB at 7.5 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/bind/jaxb-impl/3.0.1/jaxb-impl-3.0.1.jar (935 kB at 8.3 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-common/3.0.1/jersey-common-3.0.1.jar (1.2 MB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/hk2/osgi-resource-locator/1.0.3/osgi-resource-locator-1.0.3.jar (19 kB at 361 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hibernate/validator/hibernate-validator/7.0.1.Final/hibernate-validator-7.0.1.Final.jar (1.3 MB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.1.Final/jboss-logging-3.4.1.Final.jar (61 kB at 60 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/classmate/1.5.1/classmate-1.5.1.jar (68 kB at 63 kB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.moxy --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.moxy --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697530924889 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.moxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 191 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[21,24] jakarta.xml.bind.Validator in jakarta.xml.bind has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[444,26] createValidator() in jakarta.xml.bind.JAXBContext has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[953,88] DEFAULT_TARGET_NAMESPACE_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[957,92] ANNOTATION_HELPER_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1117,88] DEFAULT_TARGET_NAMESPACE_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:[1121,92] ANNOTATION_HELPER_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[784,20] isValidating() in jakarta.xml.bind.Unmarshaller has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:[775,17] setValidating(boolean) in jakarta.xml.bind.Unmarshaller has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[28,39] jakarta.xml.bind.Validator in jakarta.xml.bind has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[109,19] getProperty(java.lang.String) in jakarta.xml.bind.Validator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[101,17] setProperty(java.lang.String,java.lang.Object) in jakarta.xml.bind.Validator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[53,20] validateRoot(java.lang.Object) in jakarta.xml.bind.Validator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[73,20] validate(java.lang.Object) in jakarta.xml.bind.Validator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[96,35] getEventHandler() in jakarta.xml.bind.Validator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBValidator.java:[86,17] setEventHandler(jakarta.xml.bind.ValidationEventHandler) in jakarta.xml.bind.Validator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java:[180,61] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/dynamic/DynamicJAXBContextFactory.java:[345,138] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/many/MultiDimensionalArrayValue.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/many/MultiDimensionalArrayValue.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3302 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.moxy --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4069 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlmarshaller/NoSchemaRefTestCases.java:[20,24] jakarta.xml.bind.Validator in jakarta.xml.bind has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlmarshaller/ValidatorTestCases.java:[23,24] jakarta.xml.bind.Validator in jakarta.xml.bind has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlanyelement/xmlelementrefs2/Customer.java:[32,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlanyelement.xmlelementrefs2.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/inheritance/id/BImpl.java:[21,8] Class org.eclipse.persistence.testing.jaxb.inheritance.id.BImpl overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[215,82] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[224,82] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[234,82] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/XMLMappingTestCases.java:[248,82] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java:[158,64] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java:[183,63] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java:[210,69] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java:[265,49] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/JAXBTestCases.java:[272,49] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/CollectionHolderWrappersNillable.java:[30,8] Class org.eclipse.persistence.testing.jaxb.collections.CollectionHolderWrappersNillable overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/BinaryCollectionRoot.java:[28,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.BinaryCollectionRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/inputsource/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.inputsource.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootWrapper.java:[26,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/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlbindings/XMLBindingsWithExternalMetadataTestCases.java:[39,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/compositecollection/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.compositecollection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmldiscriminator/ns/Car.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmldiscriminator.ns.Car overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/TypeMappingInfoTestCases.java:[117,63] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/collisions/ConflictingListTypeTestCases.java:[150,37] DEFAULT_TARGET_NAMESPACE_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/jaxbcontextfactory/bindingformat/source/Foo.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.jaxbcontextfactory.bindingformat.source.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/emptystring/ListsTestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.emptystring.ListsTestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlnametransformer/Address.java:[20,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlnametransformer.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelement/EmployeeNoNamespace.java:[20,8] Class org.eclipse.persistence.testing.jaxb.xmlelement.EmployeeNoNamespace overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList9Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList9Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList9.java:[23,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList9 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschema/attributeformdefault/qualified/Address.java:[23,8] Class org.eclipse.persistence.testing.jaxb.xmlschema.attributeformdefault.qualified.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlns/USPrice.java:[21,13] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlns.USPrice overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/JAXBListOfObjectsTestCases.java:[75,63] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpaths/Employee.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpaths.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvirtualaccessmethods/proporder/PropOrderTestCases.java:[41,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/proporder/DefaultTestCases.java:[45,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmltype/proporder/Root.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlelementrefs/PurchaseOrder.java:[23,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlelementrefs.PurchaseOrder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlelementrefs/TransportType.java:[22,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlelementrefs.TransportType overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/nillable/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.nillable.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/compositecollection/nillable/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.compositecollection.nillable.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/XmlClassExtractorTestCases.java:[61,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlclassextractor/XmlClassExtractorTestCases.java:[73,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/objectgraph/Address.java:[29,8] Class org.eclipse.persistence.testing.jaxb.objectgraph.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvirtualaccessmethods/proporder/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlvirtualaccessmethods.proporder.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/type/model/Person.java:[22,8] Class org.eclipse.persistence.testing.jaxb.json.type.model.Person overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/type/model/Customer.java:[20,8] Class org.eclipse.persistence.testing.jaxb.json.type.model.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmladapter/compositedirectcollection/CollapsedStringListRoot.java:[30,8] Class org.eclipse.persistence.testing.jaxb.xmladapter.compositedirectcollection.CollapsedStringListRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/RootArray.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.RootArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/ReferenceRoot.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.ReferenceRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/ReferenceChild.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.ReferenceChild overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/SortedSetHolder.java:[38,8] Class org.eclipse.persistence.testing.jaxb.collections.SortedSetHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/ReferencedObject.java:[21,8] Class org.eclipse.persistence.testing.jaxb.collections.ReferencedObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlclassextractor/Vehicle.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlclassextractor.Vehicle overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/array/RootArray.java:[25,8] Class org.eclipse.persistence.testing.jaxb.xmlidref.array.RootArray overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/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/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedMap1Root.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedMap1Root overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/Bar.java:[17,8] Class org.eclipse.persistence.testing.jaxb.typevariable.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlaccessortype/publicmember/Employee.java:[23,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.publicmember.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/refresh/RefreshTestCases.java:[55,37] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/xsitype2/Foo.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.xsitype2.Foo overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/xsitype2/Bar.java:[25,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.xsitype2.Bar overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/nills/Employee.java:[34,12] Class org.eclipse.persistence.testing.jaxb.xmlelementref.nills.Employee.Task overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/nills/Employee.java:[26,8] Class org.eclipse.persistence.testing.jaxb.xmlelementref.nills.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlelementref/nills/Address.java:[20,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/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/ChoiceMappingEmployeeTestCases.java:[79,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/Employee.java:[17,8] Class org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.choice.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/Customer.java:[21,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/AddressSelfSource.java:[22,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.AddressSelfSource overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/AddressSelfTarget.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.AddressSelfTarget overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlidref/self/Contact.java:[24,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlidref.self.Contact overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlinlinebinarydata/PropertyRoot.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlinlinebinarydata.PropertyRoot overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/xmlmimetype/XmlMimeTypeCases.java:[62,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/unmarshaller/TestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.unmarshaller.TestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlelementdecl/emptystringns/TestObject.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlelementdecl.emptystringns.TestObject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/method/ThingGetOnly.java:[24,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.method.ThingGetOnly overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/nil/MaskFormatEntry.java:[24,8] Class org.eclipse.persistence.testing.jaxb.json.nil.MaskFormatEntry overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/sun/xmllocation/SubData.java:[26,8] Class org.eclipse.persistence.testing.jaxb.sun.xmllocation.SubData overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/SetHolder.java:[38,8] Class org.eclipse.persistence.testing.jaxb.collections.SetHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/XmlPathCompany.java:[27,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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/XmlPathEmployee.java:[26,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.XmlPathEmployee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/Employee.java:[29,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/Address.java:[20,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/twopackages/a/A.java:[23,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.twopackages.a.A overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/twopackages/b/B.java:[19,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.twopackages.b.B overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlidref/xmlelements/EmployeeWithElements.java:[29,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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/inheritance/typetests/ContactMethod.java:[17,8] Class org.eclipse.persistence.testing.oxm.inheritance.typetests.ContactMethod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typemappinginfo/pkg3/OtherThing.java:[20,8] Class org.eclipse.persistence.testing.jaxb.typemappinginfo.pkg3.OtherThing overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlanyelement/XmlAnyElementCollectionModel.java:[27,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlanyelement.XmlAnyElementCollectionModel overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlaccessmethods/Employee.java:[27,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlaccessmethods.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/singletarget/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.singletarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/Address.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/dynamic/EmptyContextTestCases.java:[36,42] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/multiline/MultiBean.java:[21,8] Class org.eclipse.persistence.testing.jaxb.json.multiline.MultiBean overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/adapter/Customer.java:[31,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.adapter.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/adapter/PhoneNumber.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.adapter.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/Data.java:[29,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.Data overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/SubData.java:[26,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.SubData overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/dynamic/withstatic/Address.java:[19,8] Class org.eclipse.persistence.testing.jaxb.dynamic.withstatic.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlvariablenode/Child.java:[17,8] Class org.eclipse.persistence.testing.jaxb.xmlvariablenode.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/singlenode/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.singlenode.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/typevariable/ExtendedList7.java:[23,8] Class org.eclipse.persistence.testing.jaxb.typevariable.ExtendedList7 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/xmlschema/attributeformdefault/qualified/RootWithAttributeNS.java:[21,8] Class org.eclipse.persistence.testing.jaxb.xmlschema.attributeformdefault.qualified.RootWithAttributeNS overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/Company.java:[25,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/json/wrapper/Employee.java:[24,8] Class org.eclipse.persistence.testing.jaxb.json.wrapper.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anycollection/reuse/Child.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.anycollection.reuse.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/multipletargets/Employee.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/ChoiceMappingWithJoinNodesTestCases.java:[91,37] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/externalizedmetadata/mappings/choice/ChoiceMappingWithJoinNodesTestCases.java:[111,41] ECLIPSELINK_OXM_XML_KEY in org.eclipse.persistence.jaxb.JAXBContextFactory has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/anyobjectandanycollection/colcol/Customer.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.anyobjectandanycollection.colcol.Customer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/keybased/norefclass/PhoneNumber.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.keybased.norefclass.PhoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmlpath/predicate/ns/Address.java:[17,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/directcollection/arraylist/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.directcollection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlenumvalue/MyEnumModel.java:[22,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlenumvalue.MyEnumModel overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/QueueHolder.java:[38,8] Class org.eclipse.persistence.testing.jaxb.collections.QueueHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/collections/CollectionHolder.java:[36,8] Class org.eclipse.persistence.testing.jaxb.collections.CollectionHolder overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/javadoc/xmlschematype/USPrice.java:[22,8] Class org.eclipse.persistence.testing.jaxb.javadoc.xmlschematype.USPrice overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/namespaceuri/xml/TestClass.java:[22,8] Class org.eclipse.persistence.testing.jaxb.namespaceuri.xml.TestClass overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/annotations/xmllocation/SubDataNT.java:[23,8] Class org.eclipse.persistence.testing.jaxb.annotations.xmllocation.SubDataNT overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/listofobjects/InnerEnumWrapper.java:[21,8] Class org.eclipse.persistence.testing.jaxb.listofobjects.InnerEnumWrapper overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/mappings/namespaces/Manager.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.namespaces.Manager overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/xmlmarshaller/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.xmlmarshaller.Employee overrides equals, but neither it nor any superclass overrides hashCode method [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/jaxb/map/MapElementWrapperExternalTestCases.java: Some input files additionally use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/test/java/org/eclipse/persistence/testing/oxm/OXTestCase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb-srg) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb-non-default-system-properties) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-srg) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-dom) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-deploymentxml) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-deploymentxml-tl) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-docpres) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-non-default-system-properties) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.moxy --- [INFO] No previous run data found, generating javadoc. [INFO] 150 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/IDResolver.java:47: warning: no description for @throws [WARNING] * @throws SAXException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSchemaOutputResolver.java:36: warning: no description for @param [WARNING] * @param outputResolver [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSchemaOutputResolver.java:46: warning: no description for @param [WARNING] * @param namespaceURI [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSchemaOutputResolver.java:47: warning: no description for @param [WARNING] * @param suggestedFileName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSchemaOutputResolver.java:49: warning: no description for @throws [WARNING] * @throws java.io.IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSetMethodAttributeAccessor.java:48: warning: no description for @param [WARNING] * @param parameterTypeAsString [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/JAXBSetMethodAttributeAccessor.java:49: warning: no description for @param [WARNING] * @param loader [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ObjectGraph.java:34: warning: no @return [WARNING] public String getName(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ObjectGraph.java:75: warning: no @param for attribute [WARNING] public Subgraph addSubgraph(String attribute, Class type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ObjectGraph.java:75: warning: no @param for type [WARNING] public Subgraph addSubgraph(String attribute, Class type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ObjectGraph.java:75: warning: no @return [WARNING] public Subgraph addSubgraph(String attribute, Class type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:35: warning: no @param for attributeName [WARNING] public void addAttributeNodes(String ... attributeName); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:49: warning: no @param for attribute [WARNING] public Subgraph addSubgraph(String attribute); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:49: warning: no @return [WARNING] public Subgraph addSubgraph(String attribute); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:64: warning: no @param for attribute [WARNING] public Subgraph addSubgraph(String attribute, Class type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:64: warning: no @param for type [WARNING] public Subgraph addSubgraph(String attribute, Class type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:64: warning: no @return [WARNING] public Subgraph addSubgraph(String attribute, Class type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:72: warning: no @return [WARNING] public List getAttributeNodes(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/Subgraph.java:78: warning: no @return [WARNING] public Class getClassType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/SessionEventListener.java:52: warning: no description for @param [WARNING] * @param value [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:70: warning: no description for @param [WARNING] * @param xmlAdapterClass [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:81: warning: no description for @param [WARNING] * @param xmlAdapterClassName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:94: warning: no description for @param [WARNING] * @param xmlAdapterClass [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:95: warning: no description for @param [WARNING] * @param schemaType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:110: warning: no description for @param [WARNING] * @param xmlAdapterClassName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:111: warning: no description for @param [WARNING] * @param schemaType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:208: warning: no @return [WARNING] public QName getSchemaType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:239: warning: no description for @param [WARNING] * @param mapping [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:240: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:312: warning: no @param for qname [WARNING] public void setSchemaType(QName qname) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:319: warning: no description for @param [WARNING] * @param xmlAdapterClass [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:328: warning: no description for @param [WARNING] * @param xmlAdapterClassName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:337: warning: no @return [WARNING] public CoreConverter getNestedConverter() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/internal/jaxb/XMLJavaTypeConverter.java:346: warning: no @param for nestedConverter [WARNING] public void setNestedConverter(CoreConverter nestedConverter) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/BeanValidationHelper.java:240: warning: no @return [WARNING] public Map, Boolean> getConstraintsMap() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:41: warning: no @return [WARNING] public String getMessage() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:48: warning: no @return [WARNING] public String getMessageTemplate() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:55: warning: no @return [WARNING] public T getRootBean() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:62: warning: no @return [WARNING] public Class getRootBeanClass() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:69: warning: no @return [WARNING] public Object getLeafBean() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:76: warning: no @return [WARNING] public Object[] getExecutableParameters() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:83: warning: no @return [WARNING] public Object getExecutableReturnValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:90: warning: no @return [WARNING] public Path getPropertyPath() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:97: warning: no @return [WARNING] public Object getInvalidValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:104: warning: no @return [WARNING] public ConstraintDescriptor getConstraintDescriptor() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/ConstraintViolationWrapper.java:111: warning: no @return [WARNING] public ConstraintViolation unwrap() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:212: warning: no @param for context [WARNING] public JAXBContext(XMLContext context) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:221: warning: no @param for context [WARNING] public JAXBContext(XMLContext context, Generator generator, Type[] boundTypes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:221: warning: no @param for generator [WARNING] public JAXBContext(XMLContext context, Generator generator, Type[] boundTypes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:221: warning: no @param for boundTypes [WARNING] public JAXBContext(XMLContext context, Generator generator, Type[] boundTypes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:230: warning: no @param for context [WARNING] public JAXBContext(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:230: warning: no @param for generator [WARNING] public JAXBContext(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:230: warning: no @param for boundTypes [WARNING] public JAXBContext(XMLContext context, Generator generator, TypeMappingInfo[] boundTypes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:255: warning: no @return [WARNING] public BeanValidationHelper getBeanValidationHelper() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:299: warning: no description for @throws [WARNING] * @throws jakarta.xml.bind.JAXBException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:347: warning: no @return [WARNING] public XMLContext getXMLContext() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:483: warning: no @param for qNameToClass [WARNING] public void setQNameToGeneratedClasses(HashMap qNameToClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:491: warning: no @return [WARNING] public Map getClassToGeneratedClasses() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:499: warning: no @param for classToClass [WARNING] public void setClassToGeneratedClasses(HashMap classToClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:507: warning: no @param for ormSession [WARNING] public void applyORMMetadata(AbstractSession ormSession) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:515: warning: no @return [WARNING] public Map getQNamesToDeclaredClasses() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:531: warning: no @param for nameToDeclaredClasses [WARNING] public void setQNamesToDeclaredClasses(HashMap nameToDeclaredClasses) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:539: warning: no @return [WARNING] public Map getArrayClassesToGeneratedClasses() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:550: warning: no @return [WARNING] public Map getCollectionClassesToGeneratedClasses() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:575: warning: no @return [WARNING] public Map getTypeMappingInfoToSchemaType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:586: warning: no @return [WARNING] public Map getTypeToSchemaType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContext.java:783: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:99: warning: no @param for classesToBeBound [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:99: warning: no @param for properties [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:99: warning: no @return [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:99: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:111: warning: no @param for classesToBeBound [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:111: warning: no @param for properties [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:111: warning: no @param for classLoader [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:111: warning: no @return [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:111: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Class[] classesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:121: warning: no @param for contextPath [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:121: warning: no @param for classLoader [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:121: warning: no @return [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:121: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:129: warning: no @param for contextPath [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:129: warning: no @param for classLoader [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:129: warning: no @param for properties [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:129: warning: no @return [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:129: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] public static jakarta.xml.bind.JAXBContext createContext(String contextPath, ClassLoader classLoader, Map properties) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:144: warning: no @param for typesToBeBound [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Type[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:144: warning: no @param for properties [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Type[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:144: warning: no @param for classLoader [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Type[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:144: warning: no @return [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Type[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:144: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] public static jakarta.xml.bind.JAXBContext createContext(Type[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:165: warning: no @param for typesToBeBound [WARNING] public static jakarta.xml.bind.JAXBContext createContext(TypeMappingInfo[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:165: warning: no @param for properties [WARNING] public static jakarta.xml.bind.JAXBContext createContext(TypeMappingInfo[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:165: warning: no @param for classLoader [WARNING] public static jakarta.xml.bind.JAXBContext createContext(TypeMappingInfo[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:165: warning: no @return [WARNING] public static jakarta.xml.bind.JAXBContext createContext(TypeMappingInfo[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:165: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] public static jakarta.xml.bind.JAXBContext createContext(TypeMappingInfo[] typesToBeBound, Map properties, ClassLoader classLoader) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:204: warning: no @param for properties [WARNING] public static Map getXmlBindingsFromProperties(Map properties, ClassLoader classLoader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:204: warning: no @param for classLoader [WARNING] public static Map getXmlBindingsFromProperties(Map properties, ClassLoader classLoader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBContextFactory.java:204: warning: no @return [WARNING] public static Map getXmlBindingsFromProperties(Map properties, ClassLoader classLoader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBEnumTypeConverter.java:47: warning: no @param for mapping [WARNING] public JAXBEnumTypeConverter(Mapping mapping, String enumClassName, boolean usesOrdinalValues) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBEnumTypeConverter.java:47: warning: no @param for enumClassName [WARNING] public JAXBEnumTypeConverter(Mapping mapping, String enumClassName, boolean usesOrdinalValues) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBEnumTypeConverter.java:47: warning: no @param for usesOrdinalValues [WARNING] public JAXBEnumTypeConverter(Mapping mapping, String enumClassName, boolean usesOrdinalValues) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBEnumTypeConverter.java:59: warning: no description for @param [WARNING] * @param classLoader [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBEnumTypeConverter.java:101: warning: no @return [WARNING] public boolean usesOrdinalValues() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBErrorHandler.java:40: warning: no description for @param [WARNING] * @param validationEventHandler [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:41: warning: no description for @param [WARNING] * @param jaxbContext [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:42: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:43: warning: no description for @throws [WARNING] * @throws IllegalArgumentException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:59: warning: no description for @param [WARNING] * @param jaxbUnmarshaller [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:60: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:61: warning: no description for @throws [WARNING] * @throws IllegalArgumentException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:77: warning: no description for @param [WARNING] * @param jaxbMarshaller [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:78: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:79: warning: no description for @throws [WARNING] * @throws IllegalArgumentException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:95: warning: no description for @param [WARNING] * @param jaxbBinder [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:96: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:97: warning: no description for @throws [WARNING] * @throws IllegalArgumentException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:114: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:115: warning: no description for @param [WARNING] * @param jaxbContext [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:116: warning: no description for @param [WARNING] * @param clazz [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:117: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:120: warning: no description for @throws [WARNING] * @throws IllegalArgumentException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:145: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:146: warning: no description for @param [WARNING] * @param jaxbUnmarshaller [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:147: warning: no description for @param [WARNING] * @param clazz [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:148: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:151: warning: no description for @throws [WARNING] * @throws IllegalArgumentException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:176: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:177: warning: no description for @param [WARNING] * @param jaxbMarshaller [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:178: warning: no description for @param [WARNING] * @param clazz [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:179: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:182: warning: no description for @throws [WARNING] * @throws IllegalArgumentException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:207: warning: no description for @param [WARNING] * @param [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:208: warning: no description for @param [WARNING] * @param jaxbBinder [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:209: warning: no description for @param [WARNING] * @param clazz [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:210: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBHelper.java:213: warning: no description for @throws [WARNING] * @throws IllegalArgumentException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBTypesafeEnumConverter.java:104: warning: no @return [WARNING] public String getEnumClassName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBTypesafeEnumConverter.java:112: warning: no @param for newClassName [WARNING] public void setEnumClassName(String newClassName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBTypesafeEnumConverter.java:120: warning: no @param for enumClass [WARNING] public void setEnumClass(Class enumClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBTypesafeEnumConverter.java:128: warning: no @return [WARNING] public Class getEnumClass() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:407: warning: no @param for source [WARNING] public JAXBElement unmarshal(Source source, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:407: warning: no @param for type [WARNING] public JAXBElement unmarshal(Source source, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:407: warning: no @return [WARNING] public JAXBElement unmarshal(Source source, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:407: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] public JAXBElement unmarshal(Source source, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:516: warning: no @param for streamReader [WARNING] public JAXBElement unmarshal(XMLStreamReader streamReader, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:516: warning: no @param for type [WARNING] public JAXBElement unmarshal(XMLStreamReader streamReader, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:516: warning: no @return [WARNING] public JAXBElement unmarshal(XMLStreamReader streamReader, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:516: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] public JAXBElement unmarshal(XMLStreamReader streamReader, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:705: warning: no @param for eventReader [WARNING] public JAXBElement unmarshal(XMLEventReader eventReader, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/main/java/org/eclipse/persistence/jaxb/JAXBUnmarshaller.java:705: warning: no @param for type [WARNING] public JAXBElement unmarshal(XMLEventReader eventReader, TypeMappingInfo type) throws JAXBException { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.moxy --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [INFO] Building EclipseLink DBWS 3.0.4-SNAPSHOT [9/39] [INFO] from dbws/org.eclipse.persistence.dbws/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.pom (15 kB at 695 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-failsafe-plugin/3.0.0-M4/maven-failsafe-plugin-3.0.0-M4.jar (302 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.pom (9.3 kB at 404 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/carlspring/maven/derby-maven-plugin/1.10/derby-maven-plugin-1.10.jar (26 kB at 557 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.pom (8.4 kB at 767 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/28/mojo-parent-28.pom (26 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/sql-maven-plugin/1.5/sql-maven-plugin-1.5.jar (69 kB at 7.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.pom (18 kB at 504 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.pom (19 kB at 563 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0/jakarta.xml.ws-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0/jakarta.xml.ws-api-3.0.0.pom (19 kB at 602 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.pom (2.3 kB at 141 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derby-project/10.14.2.0/derby-project-10.14.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby-project/10.14.2.0/derby-project-10.14.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby-project/10.14.2.0/derby-project-10.14.2.0.pom (5.9 kB at 425 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/servlet/jakarta.servlet-api/5.0.0/jakarta.servlet-api-5.0.0.jar (308 kB at 11 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0/jakarta.xml.ws-api-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/soap/jakarta.xml.soap-api/2.0.1/jakarta.xml.soap-api-2.0.1.jar (37 kB at 1.4 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/ws/jakarta.xml.ws-api/3.0.0/jakarta.xml.ws-api-3.0.0.jar (62 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbyclient/10.14.2.0/derbyclient-10.14.2.0.jar (588 kB at 39 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697530940701 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 177 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:[221,60] JPARS_RELATIONSHIP_PARTNER in org.eclipse.persistence.jpa.rs.MatrixParameters has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:[1242,55] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/util/list/LinkList.java:[32,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/util/list/QueryList.java:[32,37] JPARS_LIST_GROUPING_NAME in org.eclipse.persistence.jpa.rs.ReservedWords has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/test/resources [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 10 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.dbws --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.pom (2.3 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.14.2.0/derbynet-10.14.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.14.2.0/derbynet-10.14.2.0.pom (2.5 kB at 105 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.pom (1.6 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.5/maven-3.0.5.pom (22 kB at 547 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.pom (2.9 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.pom (5.5 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.pom (3.8 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.pom (1.8 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.pom (2.3 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.pom (1.9 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.pom (2.7 kB at 222 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.pom (6.1 kB at 361 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.3.0/guice-plexus-2.3.0.pom (3.8 kB at 238 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.3.0/guice-bean-2.3.0.pom (3.0 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/containers/2.3.0/containers-2.3.0.pom (1.2 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.3.0/sisu-inject-2.3.0.pom (3.2 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.3.0/sisu-parent-2.3.0.pom (11 kB at 624 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.pom (3.9 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.pom (4.0 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.pom (7.1 kB at 285 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0.pom (10 kB at 350 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/3.1.0/guice-parent-3.1.0.pom (11 kB at 420 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.pom (1.1 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guava-parent/0.9.9/guava-parent-0.9.9.pom (11 kB at 917 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.pom (2.5 kB at 224 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.pom (2.8 kB at 217 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derby/10.14.2.0/derby-10.14.2.0.jar (3.2 MB at 39 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.14.2.0/derbynet-10.14.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.5/maven-artifact-3.0.5.jar (52 kB at 2.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.6/plexus-utils-2.0.6.jar (223 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.0.5/maven-settings-builder-3.0.5.jar (41 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.0.5/maven-repository-metadata-3.0.5.jar (30 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/derby/derbynet/10.14.2.0/derbynet-10.14.2.0.jar (273 kB at 8.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-aether-provider/3.0.5/maven-aether-provider-3.0.5.jar (57 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.0.5/maven-core-3.0.5.jar (559 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.0.5/maven-model-builder-3.0.5.jar (151 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.3.0/sisu-inject-bean-2.3.0.jar (289 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/3.1.0/sisu-guice-3.1.0-no_aop.jar (357 kB at 6.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.0.5/maven-settings-3.0.5.jar (47 kB at 805 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.3.0/sisu-inject-plexus-2.3.0.jar (204 kB at 3.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4/plexus-classworlds-2.4.jar (47 kB at 724 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.5/maven-model-3.0.5.jar (164 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guava/0.9.9/sisu-guava-0.9.9.jar (1.5 MB at 18 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.5/maven-plugin-api-3.0.5.jar (49 kB at 484 kB/s) [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws --- [INFO] No previous run data found, generating javadoc. [INFO] 150 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/dbws/DBWSModelProject.java:195: warning: no @return [WARNING] protected XMLDescriptor buildBatchQueryDescriptor() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:271: warning: no @return [WARNING] protected Project loadORMetadata(final XRDynamicClassLoader xrdecl, final ServerSession session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:309: warning: no @return [WARNING] protected Project loadOXMetadata(final ClassLoader xrdecl, final Session session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:368: warning: no @param for oxProject [WARNING] protected static void prepareDescriptors(Project oxProject, Project orProject, XRDynamicClassLoader xrdcl) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:368: warning: no @param for orProject [WARNING] protected static void prepareDescriptors(Project oxProject, Project orProject, XRDynamicClassLoader xrdcl) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:368: warning: no @param for xrdcl [WARNING] protected static void prepareDescriptors(Project oxProject, Project orProject, XRDynamicClassLoader xrdcl) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:412: warning: no @param for project [WARNING] protected static ClassDescriptor getDescriptorForClassName(Project project, String javaClassName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:412: warning: no @param for javaClassName [WARNING] protected static ClassDescriptor getDescriptorForClassName(Project project, String javaClassName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:412: warning: no @return [WARNING] protected static ClassDescriptor getDescriptorForClassName(Project project, String javaClassName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:560: warning: no @param for name [WARNING] protected QName resolveName(String name, NamespaceResolver ns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:560: warning: no @param for ns [WARNING] protected QName resolveName(String name, NamespaceResolver ns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:560: warning: no @return [WARNING] protected QName resolveName(String name, NamespaceResolver ns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XRServiceFactory.java:614: warning: no @param for orProject [WARNING] protected static void updateFindQueryNames(Project orProject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/metadata/model/ItemLinks.java:88: warning: no @param for rel [WARNING] public LinkV2 getLinkByRel(String rel) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/CollectionProxyClassWriter.java:99: warning: no description for @param [WARNING] * @param loader [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/CollectionProxyClassWriter.java:100: warning: no description for @param [WARNING] * @param className [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/CollectionProxyClassWriter.java:101: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestAdapterClassWriter.java:33: warning: no description for @param [WARNING] * @param className [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestAdapterClassWriter.java:34: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestCollectionAdapterClassWriter.java:80: warning: no description for @param [WARNING] * @param loader [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestCollectionAdapterClassWriter.java:81: warning: no description for @param [WARNING] * @param className [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestCollectionAdapterClassWriter.java:82: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestCollectionAdapterClassWriter.java:83: warning: no description for @throws [WARNING] * @throws ClassNotFoundException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestReferenceAdapterV2ClassWriter.java:78: warning: no description for @param [WARNING] * @param loader [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestReferenceAdapterV2ClassWriter.java:79: warning: no description for @param [WARNING] * @param className [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestReferenceAdapterV2ClassWriter.java:80: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/jpa/rs/weaving/RestReferenceAdapterV2ClassWriter.java:81: warning: no description for @throws [WARNING] * @throws ClassNotFoundException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Attachment.java:38: warning: no @return [WARNING] public String getMimeType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/AttachmentHelper.java:39: warning: no @param for bytes [WARNING] public static Object buildAttachmentHandler(byte[] bytes, String mimeType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/AttachmentHelper.java:39: warning: no @param for mimeType [WARNING] public static Object buildAttachmentHandler(byte[] bytes, String mimeType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/AttachmentHelper.java:39: warning: no @return [WARNING] public static Object buildAttachmentHandler(byte[] bytes, String mimeType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Operation.java:50: warning: no description for @param [WARNING] * @param name [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/BatchQueryOperation.java:36: warning: no @return [WARNING] public List getBatchSql() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/BatchQueryOperation.java:43: warning: no @param for batchSql [WARNING] public void setBatchSql(List batchSql) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Result.java:80: warning: no @return [WARNING] public boolean isJdbcTypeSet() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Result.java:87: warning: no @return [WARNING] public int getJdbcType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Result.java:94: warning: no @param for jdbcType [WARNING] public void setJdbcType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/DeleteOperation.java:65: warning: no @return [WARNING] public String getFindByPKQuery() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/DeleteOperation.java:78: warning: no @param for findByPKQuery [WARNING] public void setFindByPKQuery(String findByPKQuery) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Parameter.java:48: warning: no description for @param [WARNING] * @param name [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Parameter.java:62: warning: no description for @param [WARNING] * @param type [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Parameter.java:76: warning: no description for @param [WARNING] * @param optional [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureArgument.java:55: warning: no @return [WARNING] public boolean isJdbcTypeSet() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureArgument.java:63: warning: no @return [WARNING] public int getJdbcType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProcedureArgument.java:70: warning: no @param for jdbcType [WARNING] public void setJdbcType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProjectHelper.java:51: warning: no @param for orProject [WARNING] public static void fixOROXAccessors(Project orProject, Project oxProject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/ProjectHelper.java:51: warning: no @param for oxProject [WARNING] public static void fixOROXAccessors(Project orProject, Project oxProject) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Util.java:488: warning: no @param for jdbcType [WARNING] public static String getTypeNameForJDBCType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/Util.java:488: warning: no @return [WARNING] public static String getTypeNameForJDBCType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XmlBindingsModel.java:38: warning: no @return [WARNING] public List getBindingsList() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/internal/xr/XmlBindingsModel.java:45: warning: no @param for bindingsList [WARNING] public void setBindingsList(List bindingsList) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:266: warning: no description for @param [WARNING] * @param metadataSources [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:267: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:290: warning: no description for @param [WARNING] * @param tenantId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:291: warning: no description for @param [WARNING] * @param entity [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:292: warning: no description for @throws [WARNING] * @throws Exception [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:312: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:313: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:315: warning: no @throws for jakarta.xml.bind.JAXBException [WARNING] protected JAXBContext createDynamicJAXBContext(AbstractSession session) throws JAXBException, IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:315: warning: no @throws for java.io.IOException [WARNING] protected JAXBContext createDynamicJAXBContext(AbstractSession session) throws JAXBException, IOException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:335: warning: no description for @param [WARNING] * @param info [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:336: warning: no description for @param [WARNING] * @param properties [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:337: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:348: warning: no description for @param [WARNING] * @param tenantId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:349: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:358: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:359: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:360: warning: no description for @throws [WARNING] * @throws IOException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:405: warning: no @param for tenantId [WARNING] public void delete(Map tenantId, String type, Object id) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:405: warning: no @param for type [WARNING] public void delete(Map tenantId, String type, Object id) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:405: warning: no @param for id [WARNING] public void delete(Map tenantId, String type, Object id) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:449: warning: no description for @param [WARNING] * @param entityName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:450: warning: no description for @param [WARNING] * @param id [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:451: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:460: warning: no description for @param [WARNING] * @param tenantId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:461: warning: no description for @param [WARNING] * @param entityName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:462: warning: no description for @param [WARNING] * @param id [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:463: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:472: warning: no description for @param [WARNING] * @param tenantId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:473: warning: no description for @param [WARNING] * @param entityName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:474: warning: no description for @param [WARNING] * @param id [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:476: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:551: warning: no description for @param [WARNING] * @param listItemId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:552: warning: no description for @param [WARNING] * @param entity [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:681: warning: no description for @param [WARNING] * @param entityName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:682: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:718: warning: no description for @param [WARNING] * @param entityName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:719: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:805: warning: no description for @param [WARNING] * @param tenantId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:806: warning: no description for @param [WARNING] * @param entity [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:807: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:838: warning: no description for @param [WARNING] * @param type [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:839: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:847: warning: no description for @param [WARNING] * @param tenantId [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:848: warning: no description for @param [WARNING] * @param type [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:849: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1118: warning: no description for @param [WARNING] * @param entity [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1119: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1153: warning: no description for @param [WARNING] * @param object [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1154: warning: no description for @param [WARNING] * @param mediaType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1155: warning: no description for @param [WARNING] * @param output [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1156: warning: no description for @throws [WARNING] * @throws JAXBException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1171: warning: no description for @throws [WARNING] * @throws JAXBException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1182: warning: no description for @param [WARNING] * @param object [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1183: warning: no description for @param [WARNING] * @param mediaType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1184: warning: no description for @param [WARNING] * @param output [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1187: warning: no description for @throws [WARNING] * @throws JAXBException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1202: warning: no description for @throws [WARNING] * @throws JAXBException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1263: warning: no description for @param [WARNING] * @param object [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceContext.java:1279: warning: no description for @param [WARNING] * @param entity [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceFactoryBase.java:136: warning: no description for @param [WARNING] * @param dcl [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceFactoryBase.java:137: warning: no description for @param [WARNING] * @param originalProperties [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/PersistenceFactoryBase.java:138: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/annotations/RestPageable.java:34: warning: no @return [WARNING] int limit() default 100; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/annotations/RestPageableQueries.java:35: warning: no @return [WARNING] RestPageableQuery[] value(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/annotations/RestPageableQuery.java:34: warning: no @return [WARNING] String queryName(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/annotations/RestPageableQuery.java:39: warning: no @return [WARNING] int limit() default 100; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/eventlistener/DescriptorBasedDatabaseEventListener.java:34: warning: no description for @param [WARNING] * @param session [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/eventlistener/DescriptorBasedDatabaseEventListener.java:35: warning: no description for @param [WARNING] * @param queryName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:165: warning: no @param for parameterName [WARNING] public static JPARSException invalidParameter(String parameterName, String invalidValue) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/exceptions/JPARSException.java:165: warning: no @param for invalidValue [WARNING] public static JPARSException invalidParameter(String parameterName, String invalidValue) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:27: warning: no @param for key [WARNING] public static String buildMessage(String key, Object[] arguments) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:27: warning: no @param for arguments [WARNING] public static String buildMessage(String key, Object[] arguments) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:27: warning: no @return [WARNING] public static String buildMessage(String key, Object[] arguments) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:35: warning: no description for @param [WARNING] * @param key [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:36: warning: no description for @param [WARNING] * @param arguments [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:37: warning: no description for @param [WARNING] * @param translate [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/logging/LoggingLocalization.java:38: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:98: warning: no @param for loader [WARNING] public PersistenceContextFactory getPersistenceFactory(ClassLoader loader) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/common/AbstractResource.java:184: warning: no @param for entityType [WARNING] protected PersistenceContext getPersistenceContext(String persistenceUnit, String entityType, URI baseURI, String version, Map initializationProperties) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:91: warning: no @param for version [WARNING] public Response getMetadataCatalog(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:91: warning: no @param for persistenceUnit [WARNING] public Response getMetadataCatalog(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:91: warning: no @param for httpHeaders [WARNING] public Response getMetadataCatalog(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:91: warning: no @param for uriInfo [WARNING] public Response getMetadataCatalog(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:91: warning: no @return [WARNING] public Response getMetadataCatalog(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @param for version [WARNING] public Response getEntityResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @param for persistenceUnit [WARNING] public Response getEntityResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @param for entityName [WARNING] public Response getEntityResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @param for httpHeaders [WARNING] public Response getEntityResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @param for uriInfo [WARNING] public Response getEntityResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:107: warning: no @return [WARNING] public Response getEntityResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @param for version [WARNING] public Response getQueryResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @param for persistenceUnit [WARNING] public Response getQueryResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @param for queryName [WARNING] public Response getQueryResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @param for httpHeaders [WARNING] public Response getQueryResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @param for uriInfo [WARNING] public Response getQueryResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/resources/MetadataResource.java:131: warning: no @return [WARNING] public Response getQueryResource(@PathParam("version") String version, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/util/IdHelper.java:181: warning: no description for @param [WARNING] * @param context [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/util/IdHelper.java:182: warning: no description for @param [WARNING] * @param entityType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/main/java/org/eclipse/persistence/jpa/rs/util/IdHelper.java:183: warning: no description for @param [WARNING] * @param id [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- sql:1.5:execute (create-tables-before-test) @ org.eclipse.persistence.dbws --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.pom (1.5 kB at 1.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.6/maven-2.0.6.pom (9.0 kB at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.pom (2.0 kB at 3.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.pom (3.0 kB at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.pom (747 B at 2.3 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.pom (2.6 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.pom (2.0 kB at 4.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.pom (2.6 kB at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.pom (1.9 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.pom (1.6 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.pom (1.9 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.pom (5.5 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (8.3 kB at 334 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.pom (6.7 kB at 292 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.pom (1.9 kB at 127 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.pom (1.8 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.6/maven-reporting-2.0.6.pom (1.4 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.pom (424 B at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia/1.0-alpha-7/doxia-1.0-alpha-7.pom (3.9 kB at 230 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.pom (1.7 kB at 189 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.pom (2.1 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.pom (601 B at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0/maven-2.0.pom (8.8 kB at 585 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.pom (2.0 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.pom (1.3 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.pom (889 B at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.pom (2.9 kB at 318 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/10/spice-parent-10.pom (3.0 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/3/forge-parent-3.pom (5.0 kB at 458 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.6/maven-plugin-api-2.0.6.jar (13 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.6/maven-profile-2.0.6.jar (35 kB at 3.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.6/maven-project-2.0.6.jar (116 kB at 8.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.6/maven-model-2.0.6.jar (86 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.6/maven-settings-2.0.6.jar (49 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.6/maven-repository-metadata-2.0.6.jar (24 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.6/maven-plugin-registry-2.0.6.jar (29 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.6/maven-artifact-manager-2.0.6.jar (57 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.6/maven-artifact-2.0.6.jar (87 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-filtering/1.0-beta-3/maven-filtering-1.0-beta-3.jar (34 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.6/maven-core-2.0.6.jar (152 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/doxia/doxia-sink-api/1.0-alpha-7/doxia-sink-api-1.0-alpha-7.jar (5.9 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.6/maven-error-diagnostics-2.0.6.jar (14 kB at 349 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-cli/commons-cli/1.0/commons-cli-1.0.jar (30 kB at 700 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.6/maven-plugin-parameter-documenter-2.0.6.jar (21 kB at 432 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.6/maven-plugin-descriptor-2.0.6.jar (37 kB at 768 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.5.8/plexus-utils-1.5.8.jar (268 kB at 5.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.6/maven-monitor-2.0.6.jar (10 kB at 201 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.6/maven-reporting-api-2.0.6.jar (9.9 kB at 181 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.12/plexus-interpolation-1.12.jar (61 kB at 1.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plexus/plexus-build-api/0.0.4/plexus-build-api-0.0.4.jar (6.8 kB at 108 kB/s) [INFO] Skip sql execution [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-dbws) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- sql:1.5:execute (drop-tables-after-test) @ org.eclipse.persistence.dbws --- [INFO] Skip sql execution [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.dbws --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [INFO] Building EclipseLink JPA-RS 3.0.4-SNAPSHOT [10/39] [INFO] from jpa/org.eclipse.persistence.jpars/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.0.1/jersey-client-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.0.1/jersey-client-3.0.1.pom (6.5 kB at 210 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.0.1/jersey-client-3.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jersey/core/jersey-client/3.0.1/jersey-client-3.0.1.jar (254 kB at 9.1 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpars --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpars --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697530960983 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpars --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpars --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/main/java/org/eclipse/persistence/jpa/rs/service/JPARSApplication.java:[50,67] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/main/java/org/eclipse/persistence/jpa/rs/service/JPARSApplication.java:[51,67] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/main/java/org/eclipse/persistence/jpa/rs/service/JPARSApplication.java:[52,67] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/main/java/org/eclipse/persistence/jpa/rs/service/JPARSApplication.java:[53,67] org.eclipse.persistence.jpa.rs.resources.unversioned.SingleResultQueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/main/java/org/eclipse/persistence/jpa/rs/service/JPARSApplication.java:[54,67] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpars --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 32 resources [INFO] Copying 32 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpars --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 81 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[47,60] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[48,60] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[49,60] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[50,60] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[51,60] org.eclipse.persistence.jpa.rs.resources.unversioned.SingleResultQueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[37,60] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/model/auction/StaticUser.java:[74,8] Class org.eclipse.persistence.jpars.test.model.auction.StaticUser overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/util/RestUtils.java:[710,40] JPARS_RELATIONSHIP_PARTNER in org.eclipse.persistence.jpa.rs.MatrixParameters has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[148,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[148,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[201,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[201,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[257,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[257,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[291,9] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[291,38] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[325,9] org.eclipse.persistence.jpa.rs.resources.unversioned.SingleResultQueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[325,50] org.eclipse.persistence.jpa.rs.resources.unversioned.SingleResultQueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[355,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[355,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[376,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[376,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[413,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[413,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[428,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[428,48] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[441,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[441,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[460,9] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[460,38] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[481,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[481,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[504,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[504,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[517,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[517,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[530,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[530,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[557,9] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[557,38] org.eclipse.persistence.jpa.rs.resources.unversioned.QueryResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[585,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[585,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[608,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[608,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[619,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[619,48] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceUnitResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[628,9] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestService.java:[628,39] org.eclipse.persistence.jpa.rs.resources.unversioned.EntityResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[64,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[64,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[81,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[81,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[111,9] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java/org/eclipse/persistence/jpars/test/service/noversion/TestServiceNonRelational.java:[111,44] org.eclipse.persistence.jpa.rs.resources.unversioned.PersistenceResource in org.eclipse.persistence.jpa.rs.resources.unversioned has been deprecated [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpars --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpars --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpars --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jpars) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpars --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpars --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.4-SNAPSHOT/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.4-SNAPSHOT/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.4-SNAPSHOT/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.4-SNAPSHOT/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.4-SNAPSHOT/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.4-SNAPSHOT/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.4-SNAPSHOT/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.4-SNAPSHOT/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.4-SNAPSHOT/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpars/3.0.4-SNAPSHOT/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.core.test >------ [INFO] Building EclipseLink Core Test 3.0.4-SNAPSHOT [11/39] [INFO] from foundation/eclipselink.core.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)' [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697530963496 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 43 resources [INFO] Copying 43 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 2805 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/RMISessionBrokerRemoteModel.java:[18,16] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/RMIServerManagerController.java:[18,16] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedStatement.java:[211,17] setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/BaseSequencingTestSuite.java:[87,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/BaseSequencingTestSuite.java:[88,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/BaseSequencingTestSuite.java:[115,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/sequencing/BaseSequencingTestSuite.java:[116,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/returning/model/Class1.java:[19,8] Class org.eclipse.persistence.testing.tests.returning.model.Class1 overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/expressions/DefaultingFunctionsExpressionTest.java:[46,36] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/onetoonejointable/Child.java:[22,8] Class org.eclipse.persistence.testing.models.onetoonejointable.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/Address.java:[21,8] Class org.eclipse.persistence.testing.models.readonly.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/Country.java:[21,8] Class org.eclipse.persistence.testing.models.readonly.Country overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/ReadOnlyHollywoodAgent.java:[28,8] Class org.eclipse.persistence.testing.models.readonly.ReadOnlyHollywoodAgent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/ReadOnlyCharity.java:[27,8] Class org.eclipse.persistence.testing.models.readonly.ReadOnlyCharity overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/Employee.java:[26,8] Class org.eclipse.persistence.testing.models.plsql.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/Address.java:[24,8] Class org.eclipse.persistence.testing.models.plsql.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/plsql/Phone.java:[22,8] Class org.eclipse.persistence.testing.models.plsql.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/employee/domain/Child.java:[22,8] Class org.eclipse.persistence.testing.models.employee.domain.Child overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/RMISessionBrokerRemoteModel.java:[82,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/sessionbroker/RMIServerManagerController.java:[59,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeTestSuite.java:[182,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeTestSuite.java:[183,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeTestSuite.java:[184,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/Charity.java:[25,8] Class org.eclipse.persistence.testing.models.readonly.Charity overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/readonly/HollywoodAgent.java:[25,8] Class org.eclipse.persistence.testing.models.readonly.HollywoodAgent overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeWithEnumTestSuite.java:[195,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeWithEnumTestSuite.java:[196,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeWithEnumTestSuite.java:[197,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[235,32] getUnicodeStream(java.lang.String) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[192,23] getBigDecimal(java.lang.String,int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[142,32] getUnicodeStream(int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/test/java/org/eclipse/persistence/testing/tests/junit/failover/emulateddriver/EmulatedResultSet.java:[111,23] getBigDecimal(int,int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java:[112,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java:[113,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java:[114,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/tests/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java:[115,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/performance/toplink/Project.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java/org/eclipse/persistence/testing/models/performance/toplink/Project.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT-tests.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.core.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-core-srg) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-core-lrg) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.core.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.core.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.core.test/3.0.4-SNAPSHOT/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT-tests.jar.asc [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.corba >-------- [INFO] Building EclipseLink CORBA Extension 3.0.4-SNAPSHOT [12/39] [INFO] from foundation/org.eclipse.persistence.corba/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.0.0/exec-maven-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.0.0/exec-maven-plugin-3.0.0.pom (14 kB at 905 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.0.0/exec-maven-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/exec-maven-plugin/3.0.0/exec-maven-plugin-3.0.0.jar (68 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.pom (4.7 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugins/maven-antrun-plugin/3.0.0/maven-antrun-plugin-3.0.0.jar (39 kB at 1.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.pom (6.3 kB at 218 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.pom (3.2 kB at 113 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.pom (2.5 kB at 91 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.pom (11 kB at 566 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.pom (8.5 kB at 292 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.0.1/pfl-basic-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic/4.0.1/pfl-basic-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic/4.0.1/pfl-basic-4.0.1.pom (10 kB at 914 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl/4.0.1/pfl-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl/4.0.1/pfl-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl/4.0.1/pfl-4.0.1.pom (10 kB at 373 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.0.1/pfl-tf-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf/4.0.1/pfl-tf-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf/4.0.1/pfl-tf-4.0.1.pom (3.5 kB at 95 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.pom (3.7 kB at 411 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.0.1/pfl-dynamic-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-dynamic/4.0.1/pfl-dynamic-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-dynamic/4.0.1/pfl-dynamic-4.0.1.pom (5.2 kB at 326 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.pom (3.3 kB at 90 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.pom (3.6 kB at 165 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.pom (5.4 kB at 127 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl/4.1.2/pfl-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl/4.1.2/pfl-4.1.2.pom (21 kB at 781 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.pom (2.8 kB at 84 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.pom (5.3 kB at 190 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.1/asm-9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.pom (2.4 kB at 3.4 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.1/asm-util-9.1.pom (2.9 kB at 21 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.pom (2.6 kB at 865 B/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.pom (2.6 kB at 36 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.pom (3.6 kB at 137 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.pom (13 kB at 447 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-orb/4.2.4/glassfish-corba-orb-4.2.4.jar (1.7 MB at 24 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-internal-api/4.2.4/glassfish-corba-internal-api-4.2.4.jar (42 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/glassfish-corba-csiv2-idl/4.2.4/glassfish-corba-csiv2-idl-4.2.4.jar (118 kB at 3.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/corba/exception-annotation-processor/4.2.4/exception-annotation-processor-4.2.4.jar (21 kB at 618 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm/9.1/asm-9.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-basic/4.1.2/pfl-basic-4.1.2.jar (210 kB at 3.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-dynamic/4.1.2/pfl-dynamic-4.1.2.jar (340 kB at 5.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/pfl/pfl-tf/4.1.2/pfl-tf-4.1.2.jar (96 kB at 979 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/transaction/jakarta.transaction-api/1.3.3/jakarta.transaction-api-1.3.3.jar (15 kB at 151 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/gmbal/gmbal/4.0.0/gmbal-4.0.0.jar (205 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/external/management-api/3.2.1/management-api-3.2.1.jar (45 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-basic-tools/4.0.1/pfl-basic-tools-4.0.1.jar (71 kB at 3.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-asm/4.0.1/pfl-asm-4.0.1.jar (358 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-util/9.1/asm-util-9.1.jar (85 kB at 3.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm/9.1/asm-9.1.jar (122 kB at 3.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-tree/9.1/asm-tree-9.1.jar (53 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/pfl/pfl-tf-tools/4.0.1/pfl-tf-tools-4.0.1.jar (49 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ow2/asm/asm-analysis/9.1/asm-analysis-9.1.jar (34 kB at 1.1 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.corba --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.corba --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697530976261 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.corba --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.corba --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.corba --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 31 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[58,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[66,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[74,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[82,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[89,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[104,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[112,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[131,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[151,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[176,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[197,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[205,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[221,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[229,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[242,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[256,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[264,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[272,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[280,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[288,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/_RMIRemoteSessionControllerDispatcher_Tie.java:[295,13] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/internal/sessions/coordination/rmi/iiop/_RMIRemoteCommandConnectionImpl_Tie.java:[102,17] possible fall-through into case [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/internal/sessions/coordination/corba/sun/_SunCORBAConnectionImplBase.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/internal/sessions/coordination/corba/sun/_SunCORBAConnectionImplBase.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.corba --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.corba --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.corba --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] [INFO] --- exec:3.0.0:exec (start-corba-server) @ org.eclipse.persistence.corba --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.pom (11 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/35/commons-parent-35.pom (58 kB at 419 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-exec/1.3/commons-exec-1.3.jar (54 kB at 297 kB/s) [INFO] skipping execute as per configuration [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.corba --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java:[18,16] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java:[18,16] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java:[18,16] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java:[100,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIIIOPRemoteModel.java:[44,43] java.rmi.RMISecurityManager in java.rmi has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java/org/eclipse/persistence/testing/tests/remote/rmi/IIOP/RMIServerManagerController.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.corba --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.corba --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.corba --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.corba --- [INFO] No previous run data found, generating javadoc. [INFO] 117 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:56: warning: no @return [WARNING] public String getDefaultLocalUrl() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:102: warning: no @return [WARNING] public abstract String getDefaultInitialContextFactoryName(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:108: warning: no @param for object [WARNING] public abstract CORBAConnection narrow(org.omg.CORBA.Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:108: warning: no @return [WARNING] public abstract CORBAConnection narrow(org.omg.CORBA.Object object); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:114: warning: no @return [WARNING] public abstract CORBAConnection buildCORBAConnection(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:148: warning: no @param for command [WARNING] public static byte[] processCommand(byte[] command, RemoteCommandManager rcm) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:148: warning: no @param for rcm [WARNING] public static byte[] processCommand(byte[] command, RemoteCommandManager rcm) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/coordination/corba/CORBATransportManager.java:148: warning: no @return [WARNING] public static byte[] processCommand(byte[] command, RemoteCommandManager rcm) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:38: warning: no @param for controller [WARNING] public CORBAConnection(CORBARemoteSessionController controller) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:252: warning: no @param for domainClass [WARNING] public ClassDescriptor getDescriptorForAlias(Class domainClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:252: warning: no @return [WARNING] public ClassDescriptor getDescriptorForAlias(Class domainClass) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:293: warning: no @return [WARNING] public CORBARemoteSessionController getRemoteSessionController() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBAConnection.java:657: warning: no @param for remoteSessionController [WARNING] public void setRemoteSessionController(CORBARemoteSessionController remoteSessionController) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerDispatcher.java:137: warning: no @return [WARNING] protected RemoteSessionController getController() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/corba/sun/CORBARemoteSessionControllerDispatcher.java:327: warning: no @param for controller [WARNING] protected void setController(RemoteSessionController controller) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:31: warning: no @return [WARNING] public Transporter processCommand(Transporter remoteTransporter) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:31: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter processCommand(Transporter remoteTransporter) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:36: warning: no @return [WARNING] public Transporter beginTransaction() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:36: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter beginTransaction() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:41: warning: no @return [WARNING] public Transporter beginEarlyTransaction() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:41: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter beginEarlyTransaction() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:46: warning: no @param for remoteUnitOfWork [WARNING] public Transporter commitRootUnitOfWork(Transporter remoteUnitOfWork) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:46: warning: no @return [WARNING] public Transporter commitRootUnitOfWork(Transporter remoteUnitOfWork) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:46: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter commitRootUnitOfWork(Transporter remoteUnitOfWork) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:51: warning: no @return [WARNING] public Transporter commitTransaction() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:51: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter commitTransaction() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:56: warning: no @param for remoetCursoredStreamID [WARNING] public Transporter cursoredStreamClose(Transporter remoetCursoredStreamID) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:56: warning: no @return [WARNING] public Transporter cursoredStreamClose(Transporter remoetCursoredStreamID) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:56: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter cursoredStreamClose(Transporter remoetCursoredStreamID) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:61: warning: no @param for remoteCursoredStream [WARNING] public Transporter cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:61: warning: no @param for pageSize [WARNING] public Transporter cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:61: warning: no @return [WARNING] public Transporter cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:61: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter cursoredStreamNextPage(Transporter remoteCursoredStream, int pageSize) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:67: warning: no @param for cursoredStream [WARNING] public Transporter cursoredStreamSize(Transporter cursoredStream) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:67: warning: no @return [WARNING] public Transporter cursoredStreamSize(Transporter cursoredStream) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:67: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter cursoredStreamSize(Transporter cursoredStream) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:72: warning: no @param for policy [WARNING] public Transporter cursorSelectObjects(Transporter policy) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:72: warning: no @return [WARNING] public Transporter cursorSelectObjects(Transporter policy) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:72: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter cursorSelectObjects(Transporter policy) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:77: warning: no @param for name [WARNING] public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:77: warning: no @param for theClass [WARNING] public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:77: warning: no @param for arguments [WARNING] public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:77: warning: no @return [WARNING] public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:77: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter executeNamedQuery(Transporter name, Transporter theClass, Transporter arguments) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:82: warning: no @param for query [WARNING] public Transporter executeQuery(Transporter query) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:82: warning: no @return [WARNING] public Transporter executeQuery(Transporter query) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:82: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter executeQuery(Transporter query) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:87: warning: no @return [WARNING] public Transporter getDefaultReadOnlyClasses() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:87: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter getDefaultReadOnlyClasses() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:92: warning: no @param for domainClass [WARNING] public Transporter getDescriptor(Transporter domainClass) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:92: warning: no @return [WARNING] public Transporter getDescriptor(Transporter domainClass) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:92: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter getDescriptor(Transporter domainClass) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:97: warning: no @param for domainClass [WARNING] public Transporter getDescriptorForAlias(Transporter domainClass) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:97: warning: no @return [WARNING] public Transporter getDescriptorForAlias(Transporter domainClass) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:97: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter getDescriptorForAlias(Transporter domainClass) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:102: warning: no @return [WARNING] public Transporter getLogin() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:102: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter getLogin() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:108: warning: no @param for remoteFunctionCall [WARNING] public Transporter getSequenceNumberNamed(Transporter remoteFunctionCall) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:108: warning: no @return [WARNING] public Transporter getSequenceNumberNamed(Transporter remoteFunctionCall) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:108: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter getSequenceNumberNamed(Transporter remoteFunctionCall) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:115: warning: no @param for remoteValueHolder [WARNING] public Transporter instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:115: warning: no @return [WARNING] public Transporter instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:115: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter instantiateRemoteValueHolderOnServer(Transporter remoteValueHolder) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:120: warning: no @return [WARNING] public Transporter rollbackTransaction() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:120: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter rollbackTransaction() throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:125: warning: no @param for remoteScrollableCursorOid [WARNING] public Transporter scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:125: warning: no @param for rows [WARNING] public Transporter scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:125: warning: no @return [WARNING] public Transporter scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:125: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorAbsolute(Transporter remoteScrollableCursorOid, int rows) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:130: warning: no @param for remoteScrollableCursorOid [WARNING] public Transporter scrollableCursorAfterLast(Transporter remoteScrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:130: warning: no @return [WARNING] public Transporter scrollableCursorAfterLast(Transporter remoteScrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:130: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorAfterLast(Transporter remoteScrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:135: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:135: warning: no @return [WARNING] public Transporter scrollableCursorBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:135: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:140: warning: no @param for remoteScrollableCursorOid [WARNING] public Transporter scrollableCursorClose(Transporter remoteScrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:140: warning: no @return [WARNING] public Transporter scrollableCursorClose(Transporter remoteScrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:140: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorClose(Transporter remoteScrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:145: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorCurrentIndex(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:145: warning: no @return [WARNING] public Transporter scrollableCursorCurrentIndex(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:145: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorCurrentIndex(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:150: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:150: warning: no @return [WARNING] public Transporter scrollableCursorFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:150: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:155: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorIsAfterLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:155: warning: no @return [WARNING] public Transporter scrollableCursorIsAfterLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:155: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorIsAfterLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:160: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:160: warning: no @return [WARNING] public Transporter scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:160: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorIsBeforeFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:165: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorIsFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:165: warning: no @return [WARNING] public Transporter scrollableCursorIsFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:165: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorIsFirst(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:170: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorIsLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:170: warning: no @return [WARNING] public Transporter scrollableCursorIsLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:170: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorIsLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:175: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:175: warning: no @return [WARNING] public Transporter scrollableCursorLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:175: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorLast(Transporter remoteScrollableCursor) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:181: warning: no @param for scrollableCursorOid [WARNING] public Transporter scrollableCursorNextObject(Transporter scrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:181: warning: no @return [WARNING] public Transporter scrollableCursorNextObject(Transporter scrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:181: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorNextObject(Transporter scrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:187: warning: no @param for scrollableCursorOid [WARNING] public Transporter scrollableCursorPreviousObject(Transporter scrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:187: warning: no @return [WARNING] public Transporter scrollableCursorPreviousObject(Transporter scrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:187: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorPreviousObject(Transporter scrollableCursorOid) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:192: warning: no @param for remoteScrollableCursor [WARNING] public Transporter scrollableCursorRelative(Transporter remoteScrollableCursor, int rows) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:192: warning: no @param for rows [WARNING] public Transporter scrollableCursorRelative(Transporter remoteScrollableCursor, int rows) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:192: warning: no @return [WARNING] public Transporter scrollableCursorRelative(Transporter remoteScrollableCursor, int rows) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:192: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorRelative(Transporter remoteScrollableCursor, int rows) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:198: warning: no @param for cursoredStream [WARNING] public Transporter scrollableCursorSize(Transporter cursoredStream) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:198: warning: no @return [WARNING] public Transporter scrollableCursorSize(Transporter cursoredStream) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionController.java:198: warning: no @throws for java.rmi.RemoteException [WARNING] public Transporter scrollableCursorSize(Transporter cursoredStream) throws RemoteException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:54: warning: no @param for controller [WARNING] public RMIConnection(RMIRemoteSessionController controller) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:352: warning: no @return [WARNING] public RMIRemoteSessionController getRemoteSessionController() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIConnection.java:796: warning: no @param for remoteSessionController [WARNING] public void setRemoteSessionController(RMIRemoteSessionController remoteSessionController) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionControllerDispatcher.java:142: warning: no @return [WARNING] protected RemoteSessionController getController() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/java/org/eclipse/persistence/sessions/remote/rmi/iiop/RMIRemoteSessionControllerDispatcher.java:332: warning: no @param for controller [WARNING] protected void setController(RemoteSessionController controller) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- antrun:3.0.0:run (wait-for-corba-server-start) @ org.eclipse.persistence.corba --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.pom (10.0 kB at 831 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.14/ant-parent-1.9.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.14/ant-parent-1.9.14.pom (5.6 kB at 281 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.pom (2.3 kB at 111 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.14/ant-1.9.14.jar (2.1 MB at 69 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.14/ant-launcher-1.9.14.jar (18 kB at 708 kB/s) [INFO] Executing tasks [INFO] Executed tasks [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.corba --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-corba) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.corba --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.corba --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.4-SNAPSHOT/org.eclipse.persistence.corba-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.4-SNAPSHOT/org.eclipse.persistence.corba-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.4-SNAPSHOT/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.4-SNAPSHOT/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.4-SNAPSHOT/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.4-SNAPSHOT/org.eclipse.persistence.corba-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.4-SNAPSHOT/org.eclipse.persistence.corba-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.4-SNAPSHOT/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.4-SNAPSHOT/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.corba/3.0.4-SNAPSHOT/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [INFO] Building EclipseLink Extension 3.0.4-SNAPSHOT [13/39] [INFO] from foundation/org.eclipse.persistence.extension/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.pom (1.7 kB at 118 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-parent/2.0.0-alpha1/slf4j-parent-2.0.0-alpha1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0-alpha1/slf4j-parent-2.0.0-alpha1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/2.0.0-alpha1/slf4j-parent-2.0.0-alpha1.pom (16 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.pom (21 kB at 1.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.pom (14 kB at 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-parent/1.3.0-alpha5/logback-parent-1.3.0-alpha5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.3.0-alpha5/logback-parent-1.3.0-alpha5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-parent/1.3.0-alpha5/logback-parent-1.3.0-alpha5.pom (21 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.pom (5.0 kB at 502 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.pom (1.3 kB at 92 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.pom (7.0 kB at 233 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/all/1.6.2/all-1.6.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/all/1.6.2/all-1.6.2.pom (23 kB at 862 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/activation/activation/1.1/activation-1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.pom (1.1 kB at 88 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/activation/activation/1.1/activation-1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/mail/javax.mail/1.6.2/javax.mail-1.6.2.jar (659 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/2.0.0-alpha1/slf4j-api-2.0.0-alpha1.jar (56 kB at 6.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/activation/activation/1.1/activation-1.1.jar (63 kB at 5.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-core/1.3.0-alpha5/logback-core-1.3.0-alpha5.jar (493 kB at 19 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/ch/qos/logback/logback-classic/1.3.0-alpha5/logback-classic-1.3.0-alpha5.jar (247 kB at 4.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/edu/washington/cs/types/checker/checker-framework/1.7.0/checker-framework-1.7.0.jar (1.3 MB at 23 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jgroups/jgroups/4.2.11.Final/jgroups-4.2.11.Final.jar (2.4 MB at 31 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.extension --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.extension --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697530985807 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.extension --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.extension --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/classes [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.extension --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.extension --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.extension --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.extension --- [INFO] No previous run data found, generating javadoc. [INFO] 13 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:47: warning: no @param for rcm [WARNING] public JGroupsRemoteConnection(RemoteCommandManager rcm, JChannel channel, boolean isLocalConnectionBeingCreated) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:47: warning: no @param for channel [WARNING] public JGroupsRemoteConnection(RemoteCommandManager rcm, JChannel channel, boolean isLocalConnectionBeingCreated) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:47: warning: no @param for isLocalConnectionBeingCreated [WARNING] public JGroupsRemoteConnection(RemoteCommandManager rcm, JChannel channel, boolean isLocalConnectionBeingCreated) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:73: warning: no @param for rcm [WARNING] public JGroupsRemoteConnection(RemoteCommandManager rcm){ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:83: warning: no @return [WARNING] public boolean isLocal() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:121: warning: no @param for message [WARNING] public void onMessage(Message message) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:167: warning: no @param for message [WARNING] protected String logDebugMessage(Message message) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/internal/sessions/coordination/jgroups/JGroupsRemoteConnection.java:167: warning: no @return [WARNING] protected String logDebugMessage(Message message) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/sessions/coordination/jgroups/JGroupsTransportManager.java:54: warning: no @param for rcm [WARNING] public JGroupsTransportManager(RemoteCommandManager rcm) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/sessions/coordination/jgroups/JGroupsTransportManager.java:64: warning: no @param for isLocalConnectionBeingCreated [WARNING] protected BroadcastRemoteConnection createConnection(boolean isLocalConnectionBeingCreated) throws RemoteCommandManagerException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/sessions/coordination/jgroups/JGroupsTransportManager.java:64: warning: no @return [WARNING] protected BroadcastRemoteConnection createConnection(boolean isLocalConnectionBeingCreated) throws RemoteCommandManagerException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/sessions/coordination/jgroups/JGroupsTransportManager.java:155: warning: no @return [WARNING] public String getConfigFile() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/java/org/eclipse/persistence/sessions/coordination/jgroups/JGroupsTransportManager.java:164: warning: no @param for configFile [WARNING] public void setConfigFile(String configFile) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.extension --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.4-SNAPSHOT/org.eclipse.persistence.extension-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.4-SNAPSHOT/org.eclipse.persistence.extension-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.4-SNAPSHOT/org.eclipse.persistence.extension-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.4-SNAPSHOT/org.eclipse.persistence.extension-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.4-SNAPSHOT/org.eclipse.persistence.extension-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.4-SNAPSHOT/org.eclipse.persistence.extension-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.4-SNAPSHOT/org.eclipse.persistence.extension-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.4-SNAPSHOT/org.eclipse.persistence.extension-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.4-SNAPSHOT/org.eclipse.persistence.extension-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.extension/3.0.4-SNAPSHOT/org.eclipse.persistence.extension-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.test.server.parent >-- [INFO] Building EclipseLink Test Server Parent 3.0.4-SNAPSHOT [14/39] [INFO] from testing/server/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.1/download-maven-plugin-1.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.1/download-maven-plugin-1.6.1.pom (11 kB at 916 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.1/download-maven-plugin-1.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/googlecode/maven-download-plugin/download-maven-plugin/1.6.1/download-maven-plugin-1.6.1.jar (49 kB at 4.5 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.test.server.parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.test.server.parent --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.pom (8.8 kB at 551 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.pom (4.1 kB at 240 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.2.1/plexus-utils-3.2.1.pom (5.3 kB at 356 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.pom (1.9 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.pom (2.5 kB at 282 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.pom (1.4 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.pom (1.9 kB at 217 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.3/maven-artifact-3.6.3.pom (2.4 kB at 299 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.3/maven-plugin-api-3.6.3.pom (3.0 kB at 380 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.pom (4.2 kB at 379 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.4/sisu-plexus-0.3.4.pom (14 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.pom (2.6 kB at 262 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.4/sisu-inject-0.3.4.pom (14 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.pom (7.9 kB at 879 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.pom (3.4 kB at 377 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.pom (4.3 kB at 434 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.pom (2.6 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.4.1/maven-resolver-1.4.1.pom (18 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.pom (2.6 kB at 294 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.pom (2.8 kB at 312 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.pom (4.1 kB at 452 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.pom (3.8 kB at 384 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-parent/1.7.29/slf4j-parent-1.7.29.pom (14 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1.pom (11 kB at 996 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.1/guice-parent-4.2.1.pom (16 kB at 620 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.pom (7.8 kB at 371 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/25.1-android/guava-parent-25.1-android.pom (10 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.pom (4.2 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.pom (1.8 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_parent/2.1.3/error_prone_parent-2.1.3.pom (5.1 kB at 463 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.pom (2.8 kB at 307 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.pom (2.5 kB at 254 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-parent/1.14/animal-sniffer-parent-1.14.pom (4.4 kB at 438 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/34/mojo-parent-34.pom (24 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/4/codehaus-parent-4.pom (4.8 kB at 536 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.pom (750 B at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-containers/2.1.0/plexus-containers-2.1.0.pom (4.8 kB at 437 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.pom (723 B at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.pom (1.6 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.pom (1.4 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0/maven-model-2.0.pom (2.4 kB at 301 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.pom (7.3 kB at 660 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.pom (1.3 kB at 135 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0/maven-repository-metadata-2.0.pom (1.2 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.pom (6.6 kB at 553 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-client/4.5.6/httpcomponents-client-4.5.6.pom (15 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-parent/10/httpcomponents-parent-10.pom (34 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.pom (5.4 kB at 535 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcomponents-core/4.4.10/httpcomponents-core-4.4.10.pom (13 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.pom (12 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.pom (1.9 kB at 212 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.12/wagon-2.12.pom (21 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.6.3/maven-core-3.6.3.jar (633 kB at 40 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.6.3/maven-settings-3.6.3.jar (44 kB at 4.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.6.3/maven-repository-metadata-3.6.3.jar (27 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.6.3/maven-model-builder-3.6.3.jar (192 kB at 9.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.6.3/maven-resolver-provider-3.6.3.jar (66 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.3/maven-model-3.6.3.jar (215 kB at 8.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-api/1.7.29/slf4j-api-1.7.29.jar (41 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.4.1/maven-resolver-impl-1.4.1.jar (181 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.6.3/maven-settings-builder-3.6.3.jar (42 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.6.3/maven-builder-support-3.6.3.jar (14 kB at 396 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.4.1/maven-resolver-spi-1.4.1.jar (37 kB at 967 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.4.1/maven-resolver-util-1.4.1.jar (168 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.4/org.eclipse.sisu.plexus-0.3.4.jar (205 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.1/guice-4.2.1-no_aop.jar (521 kB at 9.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/errorprone/error_prone_annotations/2.1.3/error_prone_annotations-2.1.3.jar (14 kB at 205 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.4/org.eclipse.sisu.inject-0.3.4.jar (379 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/j2objc/j2objc-annotations/1.1/j2objc-annotations-1.1.jar (8.8 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.4.1/maven-resolver-api-1.4.1.jar (149 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-compat-qual/2.0.0/checker-compat-qual-2.0.0.jar (32 kB at 389 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/25.1-android/guava-25.1-android.jar (2.6 MB at 31 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.6.0/plexus-classworlds-2.6.0.jar (53 kB at 629 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0/maven-artifact-2.0.jar (79 kB at 847 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0/maven-project-2.0.jar (105 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0/maven-plugin-api-2.0.jar (10 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-component-annotations/2.1.0/plexus-component-annotations-2.1.0.jar (4.2 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.14/animal-sniffer-annotations-1.14.jar (3.5 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0/maven-profile-2.0.jar (30 kB at 298 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.10/commons-codec-1.10.jar (284 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0/maven-artifact-manager-2.0.jar (51 kB at 469 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpcore/4.4.10/httpcore-4.4.10.jar (326 kB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.0-alpha-8/plexus-container-default-1.0-alpha-8.jar (195 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.12/wagon-provider-api-2.12.jar (55 kB at 480 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/httpcomponents/httpclient/4.5.6/httpclient-4.5.6.jar (767 kB at 5.9 MB/s) [WARNING] Ignoring download failure. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.test.server.parent --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697530993868 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.test.server.parent --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.test.server.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.test.server.parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.test.server.parent --- [INFO] Skipping plugin execution [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.test.server.parent --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.test.server.parent/3.0.4-SNAPSHOT/org.eclipse.persistence.test.server.parent-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/org.eclipse.persistence.test.server.parent-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.test.server.parent/3.0.4-SNAPSHOT/org.eclipse.persistence.test.server.parent-3.0.4-SNAPSHOT.pom.asc [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.test >------ [INFO] Building EclipseLink JPA Test 3.0.4-SNAPSHOT [15/39] [INFO] from jpa/eclipselink.jpa.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.pom (5.8 kB at 266 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/maven-replacer-plugin/replacer/1.5.3/replacer-1.5.3.jar (40 kB at 4.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin/4.5-jdk8/maven-processor-plugin-4.5-jdk8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin/4.5-jdk8/maven-processor-plugin-4.5-jdk8.pom (7.8 kB at 324 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin-parent/4.5-jdk8/maven-processor-plugin-parent-4.5-jdk8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin-parent/4.5-jdk8/maven-processor-plugin-parent-4.5-jdk8.pom (9.5 kB at 866 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin/4.5-jdk8/maven-processor-plugin-4.5-jdk8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/bsc/maven/maven-processor-plugin/4.5-jdk8/maven-processor-plugin-4.5-jdk8.jar (49 kB at 4.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/maven/plugins/iterator-maven-plugin/0.5.1/iterator-maven-plugin-0.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/maven/plugins/iterator-maven-plugin/0.5.1/iterator-maven-plugin-0.5.1.pom (10 kB at 837 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/smpp/smpp-plugins/2.3.0/smpp-plugins-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/smpp/smpp-plugins/2.3.0/smpp-plugins-2.3.0.pom (8.3 kB at 695 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/smpp/smpp/2.3.0/smpp-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/smpp/smpp/2.3.0/smpp-2.3.0.pom (33 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/maven/plugins/iterator-maven-plugin/0.5.1/iterator-maven-plugin-0.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/soebes/maven/plugins/iterator-maven-plugin/0.5.1/iterator-maven-plugin-0.5.1.jar (39 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.pom (4.3 kB at 310 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven/2.1.1/gmaven-2.1.1.pom (17 kB at 812 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/public-parent/2/public-parent-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/public-parent/2/public-parent-2.pom (1.4 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/planet57/buildsupport/buildsupport/2/buildsupport-2.pom (23 kB at 776 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/groovy-maven-plugin/2.1.1/groovy-maven-plugin-2.1.1.jar (38 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.pom (8.6 kB at 534 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/mojo-parent/40/mojo-parent-40.pom (34 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/xml-maven-plugin/1.0.2/xml-maven-plugin-1.0.2.jar (64 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven2-plugin/1.7.7/cargo-maven2-plugin-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven2-plugin/1.7.7/cargo-maven2-plugin-1.7.7.pom (4.5 kB at 446 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-maven2/1.7.7/cargo-extensions-maven2-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-maven2/1.7.7/cargo-extensions-maven2-1.7.7.pom (1.4 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions/1.7.7/cargo-extensions-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions/1.7.7/cargo-extensions-1.7.7.pom (2.0 kB at 217 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/codehaus-cargo/1.7.7/codehaus-cargo-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/codehaus-cargo/1.7.7/codehaus-cargo-1.7.7.pom (45 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven2-plugin/1.7.7/cargo-maven2-plugin-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-maven2-plugin/1.7.7/cargo-maven2-plugin-1.7.7.jar (122 kB at 12 MB/s) [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)' [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (test-jpa-static-weave)' [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (test-jpa-static-weave_xml_entity_mappings)' [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-ejb-client-bom/18.0.0.Final/wildfly-ejb-client-bom-18.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-ejb-client-bom/18.0.0.Final/wildfly-ejb-client-bom-18.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-ejb-client-bom/18.0.0.Final/wildfly-ejb-client-bom-18.0.0.Final.pom (13 kB at 423 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/35/jboss-parent-35.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/35/jboss-parent-35.pom (66 kB at 3.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.pom (13 kB at 424 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/24/jboss-parent-24.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/24/jboss-parent-24.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/24/jboss-parent-24.pom (36 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.6.Final/jboss-marshalling-2.0.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.6.Final/jboss-marshalling-2.0.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.6.Final/jboss-marshalling-2.0.6.Final.pom (8.6 kB at 781 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.0.6.Final/jboss-marshalling-parent-2.0.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.6.Final/jboss-marshalling-parent-2.0.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.6.Final/jboss-marshalling-parent-2.0.6.Final.pom (5.7 kB at 133 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.6.Final/jboss-marshalling-river-2.0.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.6.Final/jboss-marshalling-river-2.0.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.6.Final/jboss-marshalling-river-2.0.6.Final.pom (1.6 kB at 104 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.5.1.Final/xnio-api-3.5.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.5.1.Final/xnio-api-3.5.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.5.1.Final/xnio-api-3.5.1.Final.pom (8.5 kB at 244 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.5.1.Final/xnio-all-3.5.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.5.1.Final/xnio-all-3.5.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.5.1.Final/xnio-all-3.5.1.Final.pom (6.6 kB at 212 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/20/jboss-parent-20.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/20/jboss-parent-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/20/jboss-parent-20.pom (34 kB at 1.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.2.0.Final/wildfly-common-1.2.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.2.0.Final/wildfly-common-1.2.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.2.0.Final/wildfly-common-1.2.0.Final.pom (5.4 kB at 175 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/client/wildfly-client-config/1.0.0.Final/wildfly-client-config-1.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.0.Final/wildfly-client-config-1.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.0.Final/wildfly-client-config-1.0.0.Final.pom (7.2 kB at 652 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/23/jboss-parent-23.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/23/jboss-parent-23.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/23/jboss-parent-23.pom (35 kB at 1.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.3.1.Final/jboss-logging-3.3.1.Final.pom (5.9 kB at 186 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/15/jboss-parent-15.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/15/jboss-parent-15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/15/jboss-parent-15.pom (32 kB at 2.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.5.1.Final/xnio-nio-3.5.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.5.1.Final/xnio-nio-3.5.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.5.1.Final/xnio-nio-3.5.1.Final.pom (7.8 kB at 390 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.0.Final/jboss-remoting-5.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.0.Final/jboss-remoting-5.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.0.Final/jboss-remoting-5.0.0.Final.pom (14 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.2.1.Final/jboss-logging-3.2.1.Final.pom (6.0 kB at 271 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/client/wildfly-client-config/1.0.0.CR2/wildfly-client-config-1.0.0.CR2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.0.CR2/wildfly-client-config-1.0.0.CR2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.0.CR2/wildfly-client-config-1.0.0.CR2.pom (7.4 kB at 390 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/22/jboss-parent-22.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/22/jboss-parent-22.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/22/jboss-parent-22.pom (37 kB at 3.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.1.4.GA/jboss-logging-3.1.4.GA.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.1.4.GA/jboss-logging-3.1.4.GA.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.1.4.GA/jboss-logging-3.1.4.GA.pom (5.0 kB at 278 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/9/jboss-parent-9.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/9/jboss-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/9/jboss-parent-9.pom (29 kB at 621 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.2.0.CR1/wildfly-common-1.2.0.CR1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.2.0.CR1/wildfly-common-1.2.0.CR1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.2.0.CR1/wildfly-common-1.2.0.CR1.pom (4.7 kB at 291 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/21/jboss-parent-21.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/21/jboss-parent-21.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/21/jboss-parent-21.pom (37 kB at 3.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.0.Final/wildfly-elytron-1.1.0.Final.pom (21 kB at 797 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/logging/jboss-logging/3.4.0.Final/jboss-logging-3.4.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.0.Final/jboss-logging-3.4.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/logging/jboss-logging/3.4.0.Final/jboss-logging-3.4.0.Final.pom (5.0 kB at 226 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/1.0.0.Final/jboss-ejb-api_3.2_spec-1.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/1.0.0.Final/jboss-ejb-api_3.2_spec-1.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/1.0.0.Final/jboss-ejb-api_3.2_spec-1.0.0.Final.pom (5.2 kB at 438 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/10/jboss-parent-10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/10/jboss-parent-10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/10/jboss-parent-10.pom (30 kB at 2.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.pom (7.3 kB at 485 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.pom (4.0 kB at 282 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.1.5.Final/wildfly-elytron-1.1.5.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.5.Final/wildfly-elytron-1.1.5.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.5.Final/wildfly-elytron-1.1.5.Final.pom (21 kB at 901 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/transaction/wildfly-transaction-client/1.1.4.Final/wildfly-transaction-client-1.1.4.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.4.Final/wildfly-transaction-client-1.1.4.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.4.Final/wildfly-transaction-client-1.1.4.Final.pom (7.3 kB at 385 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/1.0.4.Final/wildfly-naming-client-1.0.4.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.4.Final/wildfly-naming-client-1.0.4.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.4.Final/wildfly-naming-client-1.0.4.Final.pom (4.9 kB at 327 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/19/jboss-parent-19.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/19/jboss-parent-19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/19/jboss-parent-19.pom (32 kB at 2.9 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.0.Final/jboss-marshalling-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.0.Final/jboss-marshalling-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.0.Final/jboss-marshalling-2.0.0.Final.pom (4.3 kB at 139 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.0.0.Final/jboss-marshalling-parent-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.0.Final/jboss-marshalling-parent-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.0.Final/jboss-marshalling-parent-2.0.0.Final.pom (6.6 kB at 731 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.0.Final/jboss-marshalling-river-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.0.Final/jboss-marshalling-river-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.0.Final/jboss-marshalling-river-2.0.0.Final.pom (1.6 kB at 120 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.pom (2.6 kB at 71 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.pom (15 kB at 217 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.pom (13 kB at 1.3 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.pom (13 kB at 485 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.pom (5.6 kB at 161 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.2.1.Final/jboss-threads-2.2.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.2.1.Final/jboss-threads-2.2.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.2.1.Final/jboss-threads-2.2.1.Final.pom (4.0 kB at 210 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-parent/13/jboss-parent-13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/13/jboss-parent-13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-parent/13/jboss-parent-13.pom (32 kB at 2.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.pom (7.3 kB at 349 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.pom (5.2 kB at 126 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-client-parent/1.0.16.Final/wildfly-http-client-parent-1.0.16.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-parent/1.0.16.Final/wildfly-http-client-parent-1.0.16.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-parent/1.0.16.Final/wildfly-http-client-parent-1.0.16.Final.pom (11 kB at 277 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-core/1.4.20.Final/undertow-core-1.4.20.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/1.4.20.Final/undertow-core-1.4.20.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/1.4.20.Final/undertow-core-1.4.20.Final.pom (23 kB at 666 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-parent/1.4.20.Final/undertow-parent-1.4.20.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/1.4.20.Final/undertow-parent-1.4.20.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/1.4.20.Final/undertow-parent-1.4.20.Final.pom (25 kB at 517 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.3.8.Final/xnio-api-3.3.8.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.3.8.Final/xnio-api-3.3.8.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.3.8.Final/xnio-api-3.3.8.Final.pom (7.9 kB at 375 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.3.8.Final/xnio-all-3.3.8.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.3.8.Final/xnio-all-3.3.8.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.3.8.Final/xnio-all-3.3.8.Final.pom (6.0 kB at 428 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.3.8.Final/xnio-nio-3.3.8.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.3.8.Final/xnio-nio-3.3.8.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.3.8.Final/xnio-nio-3.3.8.Final.pom (7.6 kB at 401 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.7.Final/jboss-marshalling-river-2.0.7.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.7.Final/jboss-marshalling-river-2.0.7.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.7.Final/jboss-marshalling-river-2.0.7.Final.pom (1.6 kB at 87 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.0.7.Final/jboss-marshalling-parent-2.0.7.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.7.Final/jboss-marshalling-parent-2.0.7.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.7.Final/jboss-marshalling-parent-2.0.7.Final.pom (4.6 kB at 241 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.7.Final/jboss-marshalling-2.0.7.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.7.Final/jboss-marshalling-2.0.7.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.7.Final/jboss-marshalling-2.0.7.Final.pom (8.6 kB at 390 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.1.3.Final/wildfly-elytron-1.1.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.3.Final/wildfly-elytron-1.1.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.1.3.Final/wildfly-elytron-1.1.3.Final.pom (21 kB at 2.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.pom (5.7 kB at 515 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.pom (5.2 kB at 198 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/1.0.6.Final/wildfly-naming-client-1.0.6.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.6.Final/wildfly-naming-client-1.0.6.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.6.Final/wildfly-naming-client-1.0.6.Final.pom (5.6 kB at 434 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.pom (5.4 kB at 413 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/transaction/wildfly-transaction-client/1.0.2.Final/wildfly-transaction-client-1.0.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.0.2.Final/wildfly-transaction-client-1.0.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.0.2.Final/wildfly-transaction-client-1.0.2.Final.pom (7.3 kB at 457 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/1.0.0.Final/jboss-connector-api_1.7_spec-1.0.0.Final.pom (4.8 kB at 280 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/4.0.2.Final/jboss-ejb-client-4.0.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.2.Final/jboss-ejb-client-4.0.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.2.Final/jboss-ejb-client-4.0.2.Final.pom (13 kB at 938 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.1.Final/jboss-marshalling-2.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.1.Final/jboss-marshalling-2.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.1.Final/jboss-marshalling-2.0.1.Final.pom (4.3 kB at 173 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.0.1.Final/jboss-marshalling-parent-2.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.1.Final/jboss-marshalling-parent-2.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.1.Final/jboss-marshalling-parent-2.0.1.Final.pom (6.6 kB at 658 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.1.Final/jboss-marshalling-river-2.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.1.Final/jboss-marshalling-river-2.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.1.Final/jboss-marshalling-river-2.0.1.Final.pom (1.6 kB at 156 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/discovery/wildfly-discovery-client/1.0.0.Final/wildfly-discovery-client-1.0.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.0.0.Final/wildfly-discovery-client-1.0.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.0.0.Final/wildfly-discovery-client-1.0.0.Final.pom (4.0 kB at 220 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.pom (27 kB at 2.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-parent/2.0.26.Final/undertow-parent-2.0.26.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/2.0.26.Final/undertow-parent-2.0.26.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-parent/2.0.26.Final/undertow-parent-2.0.26.Final.pom (25 kB at 2.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.pom (8.6 kB at 409 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-parent/2.0.9.Final/jboss-marshalling-parent-2.0.9.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.9.Final/jboss-marshalling-parent-2.0.9.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-parent/2.0.9.Final/jboss-marshalling-parent-2.0.9.Final.pom (4.6 kB at 459 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.pom (1.6 kB at 174 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.pom (14 kB at 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.7.2.Final/xnio-api-3.7.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.2.Final/xnio-api-3.7.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.2.Final/xnio-api-3.7.2.Final.pom (8.8 kB at 876 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.7.2.Final/xnio-all-3.7.2.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.7.2.Final/xnio-all-3.7.2.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.7.2.Final/xnio-all-3.7.2.Final.pom (6.9 kB at 687 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.3.0.Final/wildfly-common-1.3.0.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.3.0.Final/wildfly-common-1.3.0.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.3.0.Final/wildfly-common-1.3.0.Final.pom (7.4 kB at 742 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.3.0.Beta2/jboss-threads-2.3.0.Beta2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.0.Beta2/jboss-threads-2.3.0.Beta2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.0.Beta2/jboss-threads-2.3.0.Beta2.pom (4.6 kB at 272 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.3.0.Beta1/wildfly-common-1.3.0.Beta1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.3.0.Beta1/wildfly-common-1.3.0.Beta1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.3.0.Beta1/wildfly-common-1.3.0.Beta1.pom (5.4 kB at 603 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.pom (4.6 kB at 355 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.pom (8.8 kB at 876 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-all/3.7.3.Final/xnio-all-3.7.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.7.3.Final/xnio-all-3.7.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-all/3.7.3.Final/xnio-all-3.7.3.Final.pom (6.9 kB at 572 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.pom (7.9 kB at 786 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.pom (7.2 kB at 717 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.pom (49 kB at 4.5 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron-parent/1.10.3.Final/wildfly-elytron-parent-1.10.3.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.10.3.Final/wildfly-elytron-parent-1.10.3.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron-parent/1.10.3.Final/wildfly-elytron-parent-1.10.3.Final.pom (61 kB at 5.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/jboss-ejb-client/4.0.23.Final/jboss-ejb-client-4.0.23.Final.jar (435 kB at 31 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/ejb3/jboss-ejb3-ext-api/2.3.0.Final/jboss-ejb3-ext-api-2.3.0.Final.jar (8.0 kB at 889 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/transaction/jboss-transaction-api_1.3_spec/2.0.0.Final/jboss-transaction-api_1.3_spec-2.0.0.Final.jar (16 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/resource/jboss-connector-api_1.7_spec/2.0.0.Final/jboss-connector-api_1.7_spec-2.0.0.Final.jar (74 kB at 4.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-client-common/1.0.16.Final/wildfly-http-client-common-1.0.16.Final.jar (74 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/transaction/wildfly-transaction-client/1.1.7.Final/wildfly-transaction-client-1.1.7.Final.jar (186 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/spec/javax/ejb/jboss-ejb-api_3.2_spec/2.0.0.Final/jboss-ejb-api_3.2_spec-2.0.0.Final.jar (61 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-ejb-client/1.0.16.Final/wildfly-http-ejb-client-1.0.16.Final.jar (60 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-naming-client/1.0.16.Final/wildfly-http-naming-client-1.0.16.Final.jar (42 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-http-client/wildfly-http-transaction-client/1.0.16.Final/wildfly-http-transaction-client-1.0.16.Final.jar (39 kB at 922 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling-river/2.0.9.Final/jboss-marshalling-river-2.0.9.Final.jar (86 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/remoting/jboss-remoting/5.0.15.Final/jboss-remoting-5.0.15.Final.jar (325 kB at 6.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/threads/jboss-threads/2.3.3.Final/jboss-threads-2.3.3.Final.jar (167 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/wildfly-naming-client/1.0.11.Final/wildfly-naming-client-1.0.11.Final.jar (140 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/marshalling/jboss-marshalling/2.0.9.Final/jboss-marshalling-2.0.9.Final.jar (223 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-nio/3.7.3.Final/xnio-nio-3.7.3.Final.jar (121 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/xnio/xnio-api/3.7.3.Final/xnio-api-3.7.3.Final.jar (586 kB at 7.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/client/wildfly-client-config/1.0.1.Final/wildfly-client-config-1.0.1.Final.jar (47 kB at 564 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/discovery/wildfly-discovery-client/1.2.0.Final/wildfly-discovery-client-1.2.0.Final.jar (85 kB at 972 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/common/wildfly-common/1.5.1.Final/wildfly-common-1.5.1.Final.jar (284 kB at 2.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/wildfly/security/wildfly-elytron/1.10.3.Final/wildfly-elytron-1.10.3.Final.jar (2.5 MB at 21 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/io/undertow/undertow-core/2.0.26.Final/undertow-core-2.0.26.Final.jar (2.3 MB at 19 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531004207 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-generated-test-sources-dir) @ org.eclipse.persistence.jpa.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/generated-test-sources/jpa-runner-src added. [INFO] [INFO] --- replacer:1.5.3:replace (filter-test-src-TestRunnerBean) @ org.eclipse.persistence.jpa.test --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.pom (2.3 kB at 2.4 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.0.3/maven-3.0.3.pom (23 kB at 106 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.pom (3.9 kB at 2.2 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.pom (1.9 kB at 121 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.pom (3.0 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-plexus/2.1.1/guice-plexus-2.1.1.pom (3.6 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-bean/2.1.1/guice-bean-2.1.1.pom (3.0 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject/2.1.1/sisu-inject-2.1.1.pom (1.8 kB at 77 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-parent/2.1.1/sisu-parent-2.1.1.pom (9.3 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/7/forge-parent-7.pom (13 kB at 270 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.pom (3.0 kB at 86 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4.pom (7.8 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/inject/guice-parent/2.9.4/guice-parent-2.9.4.pom (13 kB at 518 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.pom (1.4 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/apache/1/apache-1.pom (3.4 kB at 426 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.pom (738 B at 28 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.0.3/maven-plugin-api-3.0.3.jar (49 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.0.3/maven-model-3.0.3.jar (163 kB at 9.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-bean/2.1.1/sisu-inject-bean-2.1.1.jar (230 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-inject-plexus/2.1.1/sisu-inject-plexus-2.1.1.jar (196 kB at 7.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.0.3/maven-artifact-3.0.3.jar (52 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-guice/2.9.4/sisu-guice-2.9.4-no_aop.jar (484 kB at 9.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xerces/xercesImpl/2.8.0/xercesImpl-2.8.0.jar (1.2 MB at 23 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-apis/xml-apis/1.3.03/xml-apis-1.3.03.jar (195 kB at 3.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-io/commons-io/2.1/commons-io-2.1.jar (163 kB at 2.1 MB/s) [INFO] Replacement run on 1 file. [INFO] [INFO] --- processor:4.5-jdk8:process-test (generate-canonical-meta-model-classes) @ org.eclipse.persistence.jpa.test --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.pom (2.9 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.0/maven-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.6.0/maven-3.6.0.pom (24 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.pom (3.9 kB at 186 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.pom (2.1 kB at 264 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.pom (4.2 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-plexus/0.3.3/sisu-plexus-0.3.3.pom (14 kB at 763 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.pom (2.6 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/sisu-inject/0.3.3/sisu-inject-0.3.3.pom (14 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.pom (8.5 kB at 948 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/3.5.4/maven-3.5.4.pom (23 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.5.4/maven-model-3.5.4.pom (4.0 kB at 8.9 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.pom (1.8 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.pom (2.6 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.pom (1.5 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.pom (1.9 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.5.4/maven-artifact-3.5.4.pom (2.1 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.5.4/maven-plugin-api-3.5.4.pom (2.9 kB at 59 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.pom (3.1 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.pom (6.8 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/20.0/guava-parent-20.0.pom (9.9 kB at 366 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.pom (4.1 kB at 240 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.pom (1.9 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.1.1/maven-resolver-1.1.1.pom (16 kB at 391 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.pom (2.1 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.pom (2.2 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.pom (3.5 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0.pom (11 kB at 183 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice-parent/4.2.0/guice-parent-4.2.0.pom (16 kB at 671 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.6-android/guava-23.6-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/23.6-android/guava-23.6-android.pom (7.8 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/23.6-android/guava-parent-23.6-android.pom (9.9 kB at 168 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/code/findbugs/jsr305/1.3.9/jsr305-1.3.9.pom (965 B at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.pom (1.6 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.0/maven-plugin-tools-3.6.0.pom (15 kB at 401 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.3/plexus-compiler-api-2.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.3/plexus-compiler-api-2.8.3.pom (893 B at 18 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.3/plexus-compiler-2.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler/2.8.3/plexus-compiler-2.8.3.pom (6.2 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.3/plexus-compiler-manager-2.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.3/plexus-compiler-manager-2.8.3.pom (713 B at 4.7 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.3/plexus-compiler-javac-2.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.3/plexus-compiler-javac-2.8.3.pom (794 B at 2.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.3/plexus-compilers-2.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compilers/2.8.3/plexus-compilers-2.8.3.pom (1.4 kB at 16 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/3.6.0/maven-plugin-api-3.6.0.jar (48 kB at 365 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/3.6.0/maven-artifact-3.6.0.jar (55 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/3.5.4/maven-core-3.5.4.jar (630 kB at 37 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-builder-support/3.5.4/maven-builder-support-3.5.4.jar (15 kB at 568 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings-builder/3.5.4/maven-settings-builder-3.5.4.jar (43 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/3.6.0/maven-model-3.6.0.jar (166 kB at 4.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model-builder/3.5.4/maven-model-builder-3.5.4.jar (177 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-resolver-provider/3.5.4/maven-resolver-provider-3.5.4.jar (67 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/3.5.4/maven-settings-3.5.4.jar (45 kB at 743 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/3.5.4/maven-repository-metadata-3.5.4.jar (27 kB at 410 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.plexus/0.3.3/org.eclipse.sisu.plexus-0.3.3.jar (205 kB at 2.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.1.1/maven-resolver-impl-1.1.1.jar (185 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.1.1/maven-resolver-api-1.1.1.jar (146 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-spi/1.1.1/maven-resolver-spi-1.1.1.jar (36 kB at 448 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.1.1/maven-resolver-util-1.1.1.jar (159 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.0/maven-plugin-annotations-3.6.0.jar (14 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.3/plexus-compiler-api-2.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/inject/guice/4.2.0/guice-4.2.0-no_aop.jar (521 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.3/plexus-compiler-manager-2.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/sisu/org.eclipse.sisu.inject/0.3.3/org.eclipse.sisu.inject-0.3.3.jar (379 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.3/plexus-compiler-javac-2.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-manager/2.8.3/plexus-compiler-manager-2.8.3.jar (4.7 kB at 44 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-api/2.8.3/plexus-compiler-api-2.8.3.jar (27 kB at 236 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-compiler-javac/2.8.3/plexus-compiler-javac-2.8.3.jar (21 kB at 182 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.1.1/plexus-utils-3.1.1.jar (260 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/20.0/guava-20.0.jar (2.4 MB at 10.0 MB/s) [INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ... [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [INFO] --- processor:4.5-jdk8:process-test (generate-inheritance-model-classes) @ org.eclipse.persistence.jpa.test --- [INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ... [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] diagnostic: warning: [EL Warning]: metadata: ServerSession(1165893752)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [WARNING] diagnostic: warning: [EL Warning]: metadata: ServerSession(1165893752)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [INFO] --- processor:4.5-jdk8:process-test (generate-jpa-metamodel-classes) @ org.eclipse.persistence.jpa.test --- [INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ... [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 227 resources [INFO] Copying 227 resources [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1942 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [INFO] [EL Info]: processor: Creating static metadata factory ... [WARNING] [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. [WARNING] No processor claimed any of these annotations: org.eclipse.persistence.annotations.TenantDiscriminatorColumn,jakarta.persistence.PrePersist,jakarta.persistence.PreUpdate,jakarta.annotation.PostConstruct,org.eclipse.persistence.annotations.Indexes,org.eclipse.persistence.annotations.NamedStoredProcedureQueries,jakarta.persistence.Table,jakarta.persistence.ExcludeDefaultListeners,jakarta.persistence.Cacheable,org.eclipse.persistence.annotations.Struct,org.eclipse.persistence.annotations.ObjectTypeConverter,jakarta.persistence.CollectionTable,jakarta.persistence.EntityListeners,jakarta.persistence.Temporal,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredFunctionQuery,jakarta.persistence.NamedQuery,jakarta.persistence.Lob,jakarta.persistence.ManyToMany,jakarta.persistence.AttributeOverride,jakarta.ejb.EJB,jakarta.persistence.PrimaryKeyJoinColumns,org.eclipse.persistence.annotations.PrivateOwned,jakarta.persistence.Convert,org.eclipse.persistence.annotations.DeleteAll,jakarta.persistence.IdClass,jakarta.persistence.AttributeOverrides,org.eclipse.persistence.oxm.annotations.XmlPath,jakarta.xml.bind.annotation.XmlAccessorType,org.junit.AfterClass,jakarta.ejb.Singleton,org.eclipse.persistence.annotations.NamedStoredFunctionQuery,jakarta.persistence.NamedQueries,jakarta.persistence.Transient,org.eclipse.persistence.annotations.AdditionalCriteria,jakarta.persistence.Id,jakarta.annotation.PreDestroy,jakarta.persistence.Enumerated,org.eclipse.persistence.annotations.Converter,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredProcedureQueries,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredFunctionQueries,jakarta.persistence.AssociationOverrides,jakarta.persistence.MapKey,jakarta.persistence.PostRemove,jakarta.persistence.AssociationOverride,org.eclipse.persistence.annotations.ClassExtractor,jakarta.persistence.JoinTable,jakarta.persistence.MappedSuperclass,jakarta.xml.bind.annotation.XmlRootElement,org.eclipse.persistence.platform.database.oracle.annotations.OracleObjects,org.eclipse.persistence.annotations.BasicMap,org.eclipse.persistence.annotations.TypeConverter,jakarta.persistence.Inheritance,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLRecords,jakarta.persistence.MapKeyClass,org.eclipse.persistence.annotations.HashPartitioning,jakarta.validation.constraints.Size,org.junit.runner.RunWith,jakarta.validation.Valid,jakarta.persistence.Embedded,jakarta.persistence.PersistenceContext,jakarta.ejb.TransactionAttribute,jakarta.ejb.TransactionManagement,org.eclipse.persistence.annotations.Cache,org.eclipse.persistence.annotations.CascadeOnDelete,org.junit.runners.Suite.SuiteClasses,org.eclipse.persistence.annotations.MapKeyConvert,jakarta.persistence.SequenceGenerator,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLTable,jakarta.persistence.PrimaryKeyJoinColumn,org.eclipse.persistence.annotations.JoinFetch,org.eclipse.persistence.annotations.WriteTransformers,org.junit.Before,jakarta.persistence.SqlResultSetMappings,org.eclipse.persistence.annotations.TenantTableDiscriminator,org.eclipse.persistence.annotations.ReadOnly,jakarta.persistence.Converts,org.junit.Test,org.eclipse.persistence.annotations.Partitioning,org.eclipse.persistence.annotations.VirtualAccessMethods,jakarta.validation.constraints.Max,jakarta.persistence.ElementCollection,org.eclipse.persistence.annotations.CollectionTable,jakarta.persistence.OrderBy,org.eclipse.persistence.annotations.FetchGroups,org.eclipse.persistence.annotations.ExcludeDefaultMappings,org.eclipse.persistence.annotations.ObjectTypeConverters,org.eclipse.persistence.annotations.Converters,org.eclipse.persistence.annotations.ChangeTracking,jakarta.inject.Inject,jakarta.validation.constraints.Min,jakarta.persistence.Entity,org.eclipse.persistence.annotations.CloneCopyPolicy,org.eclipse.persistence.annotations.Partitioned,org.eclipse.persistence.annotations.Noncacheable,jakarta.persistence.MapKeyColumn,org.eclipse.persistence.annotations.ValuePartitioning,jakarta.persistence.OneToOne,org.eclipse.persistence.annotations.Property,jakarta.persistence.SecondaryTable,org.eclipse.persistence.annotations.BatchFetch,org.eclipse.samples.annotations.CycleA,org.eclipse.samples.annotations.CycleC,org.eclipse.samples.annotations.CycleB,jakarta.persistence.Access,org.junit.After,org.eclipse.persistence.annotations.PrimaryKey,jakarta.persistence.NamedStoredProcedureQueries,jakarta.persistence.PersistenceUnit,org.eclipse.persistence.annotations.Structure,jakarta.persistence.SqlResultSetMapping,jakarta.persistence.PersistenceUnits,jakarta.persistence.NamedEntityGraphs,org.eclipse.persistence.annotations.SerializedConverter,jakarta.persistence.MapKeyJoinColumn,jakarta.persistence.DiscriminatorValue,jakarta.ejb.Stateful,org.eclipse.persistence.annotations.CacheIndex,jakarta.persistence.JoinColumn,org.eclipse.persistence.annotations.FetchGroup,jakarta.persistence.OrderColumn,jakarta.persistence.Converter,jakarta.persistence.EmbeddedId,jakarta.persistence.PostLoad,org.eclipse.persistence.annotations.Array,jakarta.persistence.PreRemove,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLRecord,jakarta.persistence.Basic,org.eclipse.persistence.annotations.VariableOneToOne,org.eclipse.persistence.annotations.Mutable,jakarta.persistence.PostUpdate,jakarta.ejb.Stateless,jakarta.xml.bind.annotation.XmlTransient,jakarta.persistence.NamedNativeQueries,jakarta.persistence.MapKeyJoinColumns,jakarta.persistence.metamodel.StaticMetamodel,org.eclipse.persistence.annotations.RoundRobinPartitioning,org.eclipse.persistence.annotations.BasicCollection,jakarta.persistence.MapsId,jakarta.persistence.MapKeyTemporal,org.eclipse.persistence.annotations.TypeConverters,org.junit.BeforeClass,org.eclipse.persistence.annotations.PinnedPartitioning,org.eclipse.persistence.annotations.Customizer,org.eclipse.persistence.annotations.ReadTransformer,org.eclipse.persistence.annotations.CopyPolicy,jakarta.persistence.OneToMany,jakarta.persistence.ManyToOne,org.eclipse.persistence.annotations.Convert,jakarta.validation.constraints.NotNull,org.eclipse.samples.annotations.CycleSelf,org.eclipse.persistence.annotations.WriteTransformer,org.eclipse.samples.LoggableEmployee,jakarta.persistence.TableGenerator,jakarta.persistence.PersistenceContexts,jakarta.persistence.DiscriminatorColumn,org.eclipse.persistence.annotations.Properties,org.eclipse.persistence.annotations.SerializedConverters,jakarta.persistence.ExcludeSuperclassListeners,org.eclipse.persistence.annotations.Index,org.eclipse.persistence.annotations.OrderCorrection,org.eclipse.persistence.annotations.UnionPartitioning,org.eclipse.persistence.platform.database.oracle.annotations.OracleArrays,org.eclipse.persistence.annotations.CompositeMember,org.eclipse.persistence.annotations.Multitenant,jakarta.persistence.JoinColumns,jakarta.persistence.PostPersist,jakarta.ejb.Remote,jakarta.persistence.Embeddable,org.eclipse.persistence.annotations.OptimisticLocking,jakarta.persistence.GeneratedValue,org.eclipse.persistence.annotations.RangePartitioning,jakarta.persistence.SecondaryTables,jakarta.persistence.Column,org.junit.Ignore,org.eclipse.persistence.annotations.InstantiationCopyPolicy,jakarta.persistence.NamedNativeQuery,org.eclipse.persistence.annotations.ExistenceChecking,jakarta.persistence.Version [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/composite/advanced/member_3/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_3.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/partitioned/EmployeePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.partitioned.EmployeePK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/complexaggregate/Torso.java:[24,8] Class org.eclipse.persistence.testing.models.jpa.complexaggregate.Torso overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/complexaggregate/Heart.java:[22,8] Class org.eclipse.persistence.testing.models.jpa.complexaggregate.Heart overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/EmploymentPeriod.java:[38,8] Class org.eclipse.persistence.testing.models.jpa.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/Alpine.java:[32,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/TelephoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/TelephoneNumber.java:[31,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/ScientistPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.ScientistPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/multitenant/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/incompletemappings/owning/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/LieutenantId.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.LieutenantId overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/xml/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.xml.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[27,8] Class org.eclipse.persistence.testing.models.jpa.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[47,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Blue.java:[36,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Blue overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/BlueLight.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.inherited.BlueLight overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/CoronaTag.java:[22,8] Class org.eclipse.persistence.testing.models.jpa.inherited.CoronaTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Corona.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Corona overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Heineken.java:[26,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Heineken overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Becks.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Becks overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/BecksTag.java:[29,8] Class org.eclipse.persistence.testing.models.jpa.inherited.BecksTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/advanced/PhoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/MajorId.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MajorId overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/embeddable/Country.java:[31,8] Class org.eclipse.persistence.testing.models.jpa.advanced.embeddable.Country overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/EmploymentPeriod.java:[28,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/EmploymentPeriod.java:[30,8] Class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.delimited.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/OfficePK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.OfficePK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/simple/SimpleTypeTestSuite.java:[185,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/xml/EmploymentPeriod.java:[21,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.xml.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/CubiclePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.CubiclePK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Alpine.java:[26,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/CoronaTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.CoronaTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Corona.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Corona overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Heineken.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Heineken overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumber.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Becks.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Becks overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/BecksTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.BecksTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/xml/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.xml.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/xml/EmploymentPeriod.java:[21,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.xml.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_2/EmploymentPeriod.java:[32,8] Class org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_3/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.composite.advanced.member_3.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/DepartmentPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.DepartmentPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/ScientistPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.ScientistPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/CellNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.CellNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2356,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2361,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2366,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2371,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2376,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Address.java:[56,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Phone.java:[39,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/CubiclePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.CubiclePK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/GeneralId.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.GeneralId overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTestSuite.java:[4645,31] auto-closeable resource em is never referenced in body of corresponding try statement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/config/PhoneNumberPK.java:[23,8] Class org.eclipse.persistence.testing.tests.jpa.config.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5195,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5200,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5205,116] JDBC_WRITE_CONNECTIONS_INITIAL in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5210,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5215,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5220,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[4961,31] auto-closeable resource em is never referenced in body of corresponding try statement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/PartnerLinkPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.PartnerLinkPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Employee.java:[128,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2218,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2223,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2228,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2233,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2238,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/partitioned/Department.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/partitioned/Department.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- iterator:0.5.1:iterator (pack-model) @ org.eclipse.persistence.jpa.test --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.pom (5.9 kB at 234 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.pom (11 kB at 522 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.pom (1.7 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-invoker/2.2/maven-invoker-2.2.jar (30 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-exec/1.1/maven-reporting-exec-1.1.jar (26 kB at 810 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/eclipse/aether/aether-api/0.9.0.M2/aether-api-0.9.0.M2.jar (134 kB at 3.0 MB/s) [INFO] ------ (eclipselink-annotation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/classes with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar [INFO] ------ (eclipselink-xml-only-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar [INFO] ------ (eclipselink-advanced-properties) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar [INFO] ------ (eclipselink-pu with spaces) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar [INFO] ------ (eclipselink-validation-failed-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar [INFO] ------ (eclipselink-xml-merge-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar [INFO] ------ (eclipselink-advanced-field-access-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar [INFO] ------ (eclipselink-cascade-deletes-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar [INFO] ------ (eclipselink-cacheable-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar [INFO] ------ (eclipselink-ddl-generation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar [INFO] ------ (eclipselink-delimited-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar [INFO] ------ (eclipselink-extensibility-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar [INFO] ------ (eclipselink-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar [INFO] ------ (eclipselink-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar [INFO] ------ (eclipselink-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar [INFO] ------ (eclipselink-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar [INFO] ------ (eclipselink-jpa21-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar [INFO] ------ (eclipselink-metamodel-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar [INFO] ------ (eclipselink-partitioned-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar [INFO] ------ (eclipselink-xml-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar [INFO] ------ (eclipselink-xml-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar [INFO] ------ (eclipselink-xml-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar [INFO] ------ (eclipselink-xml-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar [INFO] ------ (eclipselink-xml-mapping-metadata-complete) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar [INFO] ------ (eclipselink-plsql-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar [INFO] ------ (eclipselink-remote) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar [INFO] ------ (jpa-performance) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar [INFO] ------ (jpa-performance2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar [INFO] ------ (eclipselink-beanvalidation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar [INFO] ------ (eclipselink-beanvalidation-dynamic-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar [INFO] ------ (eclipselink-identity-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar [INFO] ------ (eclipselink-jpa22-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar [INFO] ------ (eclipselink-xml-extended-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar [INFO] ------ (eclipselink-xml-extended-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar [INFO] [INFO] --- iterator:0.5.1:iterator (pack-server) @ org.eclipse.persistence.jpa.test --- [INFO] Skip by user request. [INFO] [INFO] --- iterator:0.5.1:iterator (weave-model-static) @ org.eclipse.persistence.jpa.test --- [INFO] ------ (eclipselink-annotation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-ddl-generation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-validation-failed-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-cacheable-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-advanced-field-access-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-advanced-properties) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-pu with spaces) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-partitioned-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-plsql-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-cascade-deletes-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (jpa-performance) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-metamodel-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-delimited-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-extensibility-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-beanvalidation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-beanvalidation-dynamic-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-mapping-metadata-complete) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-extended-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-remote) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] [INFO] --- iterator:0.5.1:iterator (weave-model-static-with-persistence-info) @ org.eclipse.persistence.jpa.test --- [INFO] ------ (eclipselink-xml-only-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-merge-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-client.jar [INFO] [INFO] --- jar:3.2.0:test-jar (default-test-jar) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-tests.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.jpa.test --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.pom (1.5 kB at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip/1.8/gossip-1.8.pom (12 kB at 887 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/9/forge-parent-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/9/forge-parent-9.pom (13 kB at 730 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.pom (2.2 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.pom (1.6 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.pom (3.5 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.pom (1.0 kB at 60 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.3/plexus-components-1.3.pom (3.1 kB at 180 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.pom (1.7 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.pom (2.6 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.pom (21 kB at 564 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.pom (9.6 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.9.4/ant-parent-1.9.4.pom (5.6 kB at 61 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.pom (2.3 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.pom (17 kB at 529 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-slf4j/1.8/gossip-slf4j-1.8.jar (4.2 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-api/2.1.1/gmaven-adapter-api-2.1.1.jar (7.3 kB at 383 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-bootstrap/1.8/gossip-bootstrap-1.8.jar (20 kB at 988 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.4.2/plexus-classworlds-2.4.2.jar (47 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/gossip/gossip-core/1.8/gossip-core-1.8.jar (58 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.16/plexus-interpolation-1.16.jar (61 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/gmaven/gmaven-adapter-impl/2.1.1/gmaven-adapter-impl-2.1.1.jar (16 kB at 409 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.9.4/ant-1.9.4.jar (2.0 MB at 25 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.9.4/ant-launcher-1.9.4.jar (18 kB at 153 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jline/jline/2.12/jline-2.12.jar (214 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar (7.0 MB at 44 MB/s) WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jenkins/.m2/repository/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] WildFlyHomeDir exists:true [INFO] Skip WildFly configuration: false [INFO] [INFO] --- xml:1.0.2:transform (configure-wildfly-modules) @ org.eclipse.persistence.jpa.test --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.pom (1.3 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.pom (1.6 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.pom (4.0 kB at 263 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.22/plexus-utils-3.0.22.jar (245 kB at 20 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-resources/1.0.1/plexus-resources-1.0.1.jar (22 kB at 1.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.6.1/plexus-io-2.6.1.jar (85 kB at 3.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/xml-resolver/xml-resolver/1.2/xml-resolver-1.2.jar (84 kB at 1.6 MB/s) [INFO] Transforming file: /home/jenkins/.eclipselinktests/wildfly-18.0.0.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml [INFO] Transformed 1 file(s). [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- cargo:1.7.7:restart (start-container) @ org.eclipse.persistence.jpa.test --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.pom (4.0 kB at 136 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.0/plexus-utils-2.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.0/plexus-utils-2.0.0.pom (3.3 kB at 176 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/2.0.3/plexus-2.0.3.pom (15 kB at 351 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.pom (1.6 kB at 179 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.17/plexus-components-1.1.17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.17/plexus-components-1.1.17.pom (5.2 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.pom (1.2 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.pom (890 B at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.15/plexus-components-1.1.15.pom (2.8 kB at 81 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.7.7/cargo-core-api-generic-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.7.7/cargo-core-api-generic-1.7.7.pom (1.8 kB at 201 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api/1.7.7/cargo-core-api-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api/1.7.7/cargo-core-api-1.7.7.pom (1.4 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core/1.7.7/cargo-core-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core/1.7.7/cargo-core-1.7.7.pom (2.4 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.pom (8.1 kB at 370 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/20/commons-parent-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-parent/20/commons-parent-20.pom (33 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.7.7/cargo-core-api-container-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.7.7/cargo-core-api-container-1.7.7.pom (2.6 kB at 12 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.7.7/cargo-core-api-module-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.7.7/cargo-core-api-module-1.7.7.pom (2.7 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.pom (14 kB at 618 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.pom (1.8 kB at 130 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.7.7/cargo-core-api-util-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.7.7/cargo-core-api-util-1.7.7.pom (2.2 kB at 49 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.pom (9.8 kB at 390 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-parent/1.7.0/ant-parent-1.7.0.pom (4.4 kB at 258 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.pom (2.4 kB at 265 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.7.7/cargo-licensed-dtds-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.7.7/cargo-licensed-dtds-1.7.7.pom (1.4 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-resources/1.7.7/cargo-resources-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-resources/1.7.7/cargo-resources-1.7.7.pom (1.5 kB at 22 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.pom (832 B at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/specs/1.2/specs-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/specs/1.2/specs-1.2.pom (2.7 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/project-config/1.1/project-config-1.1.pom (14 kB at 368 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/config/config/1.1/config-1.1.pom (670 B at 9.6 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/genesis/genesis/1.1/genesis-1.1.pom (6.8 kB at 218 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.7.7/cargo-documentation-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.7.7/cargo-documentation-1.7.7.pom (3.2 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.7.7/cargo-daemon-client-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.7.7/cargo-daemon-client-1.7.7.pom (1.5 kB at 48 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-daemon/1.7.7/cargo-extensions-daemon-1.7.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-extensions-daemon/1.7.7/cargo-extensions-daemon-1.7.7.pom (1.4 kB at 13 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.4.1/maven-archiver-2.4.1.jar (20 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.0/plexus-utils-2.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/1.0/plexus-io-1.0.jar (51 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.7.7/cargo-core-api-generic-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-interpolation/1.13/plexus-interpolation-1.13.jar (61 kB at 5.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.0.0/plexus-utils-2.0.0.jar (222 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.7.7/cargo-core-api-container-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-generic/1.7.7/cargo-core-api-generic-1.7.7.jar (38 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.7.7/cargo-core-api-module-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0/plexus-archiver-1.0.jar (177 kB at 5.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/3.8.2/junit-3.8.2.jar (121 kB at 3.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-discovery/commons-discovery/0.5/commons-discovery-0.5.jar (80 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.7.7/cargo-licensed-dtds-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-module/1.7.7/cargo-core-api-module-1.7.7.jar (165 kB at 4.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-container/1.7.7/cargo-core-api-container-1.7.7.jar (159 kB at 3.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.7.7/cargo-documentation-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jdom/jdom/1.1.3/jdom-1.1.3.jar (151 kB at 3.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.7.7/cargo-daemon-client-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-licensed-dtds/1.7.7/cargo-licensed-dtds-1.7.7.jar (146 kB at 2.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.7.7/cargo-core-api-util-1.7.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-core-api-util/1.7.7/cargo-core-api-util-1.7.7.jar (45 kB at 580 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/geronimo/specs/geronimo-j2ee-deployment_1.1_spec/1.1/geronimo-j2ee-deployment_1.1_spec-1.1.jar (28 kB at 360 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-daemon-client/1.7.7/cargo-daemon-client-1.7.7.jar (20 kB at 242 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant-launcher/1.7.0/ant-launcher-1.7.0.jar (12 kB at 138 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/cargo/cargo-documentation/1.7.7/cargo-documentation-1.7.7.jar (156 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jaxen/jaxen/1.1.6/jaxen-1.1.6.jar (232 kB at 2.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/ant/ant/1.7.0/ant-1.7.0.jar (1.3 MB at 12 MB/s) [INFO] Skipping cargo execution [INFO] [INFO] --- iterator:0.5.1:invoker (test-server-lrg1) @ org.eclipse.persistence.jpa.test --- [INFO] Skip by user request. [INFO] [INFO] --- iterator:0.5.1:invoker (test-server-lrg2) @ org.eclipse.persistence.jpa.test --- [INFO] Skip by user request. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-srg) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_1) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_2) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_3) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_4) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_xml_entity_mappings) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_jpa22_advanced) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_weaver) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg21) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-dynamic) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-identity) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-no-weave) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-static-weave) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-static-weave_xml_entity_mappings) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-server-test) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- cargo:1.7.7:stop (stop-container) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-server-test) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-client.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-client.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-client.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-client.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-tests.jar.asc [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [INFO] Building EclipseLink NoSQL Extension 3.0.4-SNAPSHOT [16/39] [INFO] from foundation/org.eclipse.persistence.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.pom (2.9 kB at 83 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.12.7/mongo-java-driver-3.12.7.jar (2.3 MB at 45 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.nosql --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531052065 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.nosql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 66 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[31,19] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseConnectionFactory.java:[112,29] MongoClient(com.mongodb.ServerAddress,java.util.List,com.mongodb.MongoClientOptions) in com.mongodb.MongoClient has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoDatabaseConnectionFactory.java:[114,29] MongoClient(java.util.List,java.util.List,com.mongodb.MongoClientOptions) in com.mongodb.MongoClient has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[139,54] FSYNC_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[141,54] JOURNAL_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[147,54] NORMAL in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[149,54] REPLICAS_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoConnectionSpec.java:[151,54] SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[121,52] eval(java.lang.String,java.lang.Object...) in com.mongodb.DB has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java:[131,27] setOptions(int) in com.mongodb.DBCollection has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnection.java:[59,20] getMongo() in com.mongodb.DB has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[172,59] FSYNC_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[174,59] JOURNAL_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[180,59] NORMAL in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[182,59] REPLICAS_SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/mongo/MongoPlatform.java:[184,59] SAFE in com.mongodb.WriteConcern has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[41,25] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[53,35] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[90,17] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[94,37] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[94,33] Mongo() in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[96,37] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[96,33] Mongo(java.util.List) in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[99,27] getDB(java.lang.String) in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[111,23] setOptions(int) in com.mongodb.DB has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[148,12] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoConnectionFactory.java:[152,26] com.mongodb.Mongo in com.mongodb has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/mongo/MongoInteraction.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/test/resources [INFO] Copying 226 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.nosql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 160 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/mongo/MongoTestSuite.java:[55,19] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/map/Employee.java:[20,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[79,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[95,35] static method should be qualified by type name, org.eclipse.persistence.sessions.factories.XMLProjectWriter, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[98,56] static method should be qualified by type name, org.eclipse.persistence.sessions.factories.XMLProjectReader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[138,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[160,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[202,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[205,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[206,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[209,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[275,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[278,17] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/EISMappingTestCases.java:[314,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/arraylist/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Department.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/map/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/mongo/MongoTestSuite.java:[376,9] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/mongo/MongoTestSuite.java:[376,27] com.mongodb.Mongo in com.mongodb has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/mongo/MongoTestSuite.java:[376,23] Mongo() in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/tests/jpa/mongo/MongoTestSuite.java:[377,22] getDB(java.lang.String) in com.mongodb.Mongo has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/arraylist/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/indirection/Employee.java:[23,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.indirection.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Employee.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[137,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[139,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[141,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyonsource/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyonsource.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[137,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[139,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[141,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/map/Employee.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/map/Project.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.map.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/nogroupingelement/arraylist/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.nogroupingelement.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/arraylist/Employee.java:[22,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.arraylist.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/Department.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.eis.nestedownedtoexternalroot.Department overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[137,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[139,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/ownedtoexternalroot/OwnedToExternalRootTestCases.java:[141,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[147,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[149,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/NestedOwnedToExternalRootTestCases.java:[151,13] static method should be qualified by type name, junit.framework.TestCase, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/LargeProject.java:[17,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.LargeProject overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/eis/indirection/map/Employee.java:[21,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyonsource.eis.indirection.map.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetoone/keyontarget/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetoone.keyontarget.Team overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/eis/nestedownedtoexternalroot/Company.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.eis.nestedownedtoexternalroot.Company overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyontarget/Team.java:[19,8] Class org.eclipse.persistence.testing.oxm.mappings.onetomany.keyontarget.Team overrides equals, but neither it nor any superclass overrides hashCode method [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Team.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java/org/eclipse/persistence/testing/oxm/mappings/onetomany/keyonsource/Team.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-tests.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.nosql --- [INFO] No previous run data found, generating javadoc. [INFO] 150 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnection.java:42: warning: no @param for session [WARNING] public CciJMSConnection(Session session, jakarta.jms.Connection conn, CciJMSConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnection.java:42: warning: no @param for conn [WARNING] public CciJMSConnection(Session session, jakarta.jms.Connection conn, CciJMSConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnection.java:42: warning: no @param for spec [WARNING] public CciJMSConnection(Session session, jakarta.jms.Connection conn, CciJMSConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnection.java:52: warning: no @return [WARNING] public jakarta.jms.Connection getConnection() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnection.java:59: warning: no @return [WARNING] public Session getSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionFactory.java:43: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionFactory.java:54: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionFactory.java:130: warning: no description for @param [WARNING] * @param reference [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionMetaData.java:44: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionMetaData.java:59: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionMetaData.java:73: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionSpec.java:106: warning: no description for @param [WARNING] * @param name [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionSpec.java:129: warning: no description for @param [WARNING] * @param pass [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSConnectionSpec.java:171: warning: no description for @param [WARNING] * @param jndiName [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:36: warning: no @param for conn [WARNING] public CciJMSInteraction(CciJMSConnection conn) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:46: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:63: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:109: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:152: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteraction.java:192: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteractionSpec.java:71: warning: no description for @param [WARNING] * @param dest [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSInteractionSpec.java:92: warning: no description for @param [WARNING] * @param selector [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSReceiveInteractionSpec.java:40: warning: no description for @param [WARNING] * @param timeout [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSReceiveInteractionSpec.java:50: warning: no description for @param [WARNING] * @param timeout [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSRecord.java:67: warning: no description for @param [WARNING] * @param theDescription [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSSendReceiveInteractionSpec.java:76: warning: no description for @param [WARNING] * @param url [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSSendReceiveInteractionSpec.java:103: warning: no description for @param [WARNING] * @param dest [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSTransaction.java:35: warning: no @param for conn [WARNING] public CciJMSTransaction(CciJMSConnection conn) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSTransaction.java:43: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSTransaction.java:70: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/jms/CciJMSTransaction.java:85: warning: no description for @throws [WARNING] * @throws EISException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileConnectionSpec.java:42: warning: no @param for directory [WARNING] public XMLFileConnectionSpec(String directory) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileConnectionSpec.java:50: warning: no @return [WARNING] protected String getDirectory() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileConnectionSpec.java:58: warning: no @param for directory [WARNING] protected void setDirectory(String directory) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:47: warning: no @param for connection [WARNING] public XMLFileInteraction(XMLFileConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:105: warning: no @param for spec [WARNING] public Record executeRead(XMLFileInteractionSpec spec, File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:105: warning: no @param for file [WARNING] public Record executeRead(XMLFileInteractionSpec spec, File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:105: warning: no @return [WARNING] public Record executeRead(XMLFileInteractionSpec spec, File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:105: warning: no @throws for java.lang.Exception [WARNING] public Record executeRead(XMLFileInteractionSpec spec, File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:136: warning: no @param for spec [WARNING] public Record executeInsert(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:136: warning: no @param for file [WARNING] public Record executeInsert(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:136: warning: no @param for input [WARNING] public Record executeInsert(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:136: warning: no @return [WARNING] public Record executeInsert(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:136: warning: no @throws for java.lang.Exception [WARNING] public Record executeInsert(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:152: warning: no @param for spec [WARNING] public Record executeUpdate(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:152: warning: no @param for file [WARNING] public Record executeUpdate(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:152: warning: no @param for input [WARNING] public Record executeUpdate(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:152: warning: no @return [WARNING] public Record executeUpdate(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:152: warning: no @throws for java.lang.Exception [WARNING] public Record executeUpdate(XMLFileInteractionSpec spec, File file, EISDOMRecord input) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:172: warning: no @param for spec [WARNING] public Record executeDelete(XMLFileInteractionSpec spec, File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:172: warning: no @param for file [WARNING] public Record executeDelete(XMLFileInteractionSpec spec, File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:172: warning: no @return [WARNING] public Record executeDelete(XMLFileInteractionSpec spec, File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:172: warning: no @throws for java.lang.Exception [WARNING] public Record executeDelete(XMLFileInteractionSpec spec, File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:220: warning: no @param for spec [WARNING] protected DatabaseField buildField(XMLFileInteractionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteraction.java:220: warning: no @return [WARNING] protected DatabaseField buildField(XMLFileInteractionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:59: warning: no @return [WARNING] public String getXPath() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:66: warning: no @return [WARNING] public NamespaceResolver getNamespaceResolver() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:73: warning: no @param for namespaceResolver [WARNING] public void setNamespaceResolver(NamespaceResolver namespaceResolver) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:80: warning: no @param for xPath [WARNING] public void setXPath(String xPath) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:87: warning: no @return [WARNING] public String getXQuery() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:94: warning: no @param for xQuery [WARNING] public void setXQuery(String xQuery) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:101: warning: no @return [WARNING] public int getInteractionType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:108: warning: no @param for interactionType [WARNING] public void setInteractionType(int interactionType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:115: warning: no @return [WARNING] public String getFileName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:122: warning: no @param for fileName [WARNING] public void setFileName(String fileName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:130: warning: no @return [WARNING] public Element getDOM() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileInteractionSpec.java:138: warning: no @param for dom [WARNING] public void setDOM(Element dom) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java:46: warning: no @param for connection [WARNING] public XMLFileTransaction(XMLFileConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java:63: warning: no @return [WARNING] public boolean isInTransaction() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java:105: warning: no @param for file [WARNING] public EISDOMRecord retrieveDOMRecord(File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java:105: warning: no @return [WARNING] public EISDOMRecord retrieveDOMRecord(File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/xmlfile/XMLFileTransaction.java:105: warning: no @throws for java.lang.Exception [WARNING] public EISDOMRecord retrieveDOMRecord(File file) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ByteArrayException.java:39: warning: no @return [WARNING] public static ByteArrayException unrecognizedDataType() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRedefinedFieldValue.java:47: warning: no @return [WARNING] public FieldMetaData getFieldMetaData() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRedefinedFieldValue.java:54: warning: no @param for newFieldMetaData [WARNING] public void setFieldMetaData(FieldMetaData newFieldMetaData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRedefinedFieldValue.java:61: warning: no @return [WARNING] public byte[] getRecordData() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRedefinedFieldValue.java:68: warning: no @param for newRecordData [WARNING] public void setRecordData(byte[] newRecordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CobolRedefinedFieldValue.java:78: warning: no @return [WARNING] public Object getValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:26: warning: no @return [WARNING] public String getName(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:29: warning: no @return [WARNING] public Vector getFields(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:32: warning: no @param for fields [WARNING] public void setFields(Vector fields); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:35: warning: no @param for field [WARNING] public void addField(FieldMetaData field); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:38: warning: no @param for fieldName [WARNING] public FieldMetaData getFieldNamed(String fieldName); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeObject.java:38: warning: no @return [WARNING] public FieldMetaData getFieldNamed(String fieldName); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:35: warning: no @return [WARNING] public FieldMetaData deepCopy(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:38: warning: no @return [WARNING] public boolean isSigned(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:41: warning: no @param for signed [WARNING] public void setIsSigned(boolean signed); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:44: warning: no @return [WARNING] public String getName(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:47: warning: no @param for newName [WARNING] public void setName(String newName); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:50: warning: no @return [WARNING] public RecordMetaData getRecord(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:53: warning: no @param for newRecord [WARNING] public void setRecord(RecordMetaData newRecord); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:56: warning: no @return [WARNING] public int getSize(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:59: warning: no @param for size [WARNING] public void setSize(int size); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:62: warning: no @return [WARNING] public boolean isComposite(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:65: warning: no @return [WARNING] public int getOffset(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:68: warning: no @param for offset [WARNING] public void setOffset(int offset); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:71: warning: no @return [WARNING] public int getType(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:74: warning: no @param for type [WARNING] public void setType(int type); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:77: warning: no @return [WARNING] public boolean isFieldRedefine(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:80: warning: no @param for status [WARNING] public void setIsFieldRedefine(boolean status); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:83: warning: no @param for field [WARNING] public void setFieldRedefined(FieldMetaData field); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:86: warning: no @return [WARNING] public FieldMetaData getFieldRedefined(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:89: warning: no @return [WARNING] public boolean hasDecimal(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:92: warning: no @return [WARNING] public int getDecimalPosition(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:95: warning: no @param for newPosition [WARNING] public void setDecimalPosition(int newPosition); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:98: warning: no @return [WARNING] public boolean isArray(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:101: warning: no @return [WARNING] public int getArraySize(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:104: warning: no @param for newSize [WARNING] public void setArraySize(int newSize); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:107: warning: no @return [WARNING] public boolean dependsOn(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:110: warning: no @return [WARNING] public String getDependentFieldName(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:113: warning: no @param for fieldName [WARNING] public void setDependentFieldName(String fieldName); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:116: warning: no @param for recordData [WARNING] public Object extractValueFromArray(byte[] recordData); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:116: warning: no @return [WARNING] public Object extractValueFromArray(byte[] recordData); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:120: warning: no @param for row [WARNING] public void writeOnRow(CobolRow row, byte[] recordData); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:120: warning: no @param for recordData [WARNING] public void writeOnRow(CobolRow row, byte[] recordData); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:123: warning: no @param for row [WARNING] public void writeOnArray(CobolRow row, byte[] recordData); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/FieldMetaData.java:123: warning: no @param for recordData [WARNING] public void writeOnArray(CobolRow row, byte[] recordData); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ElementaryFieldMetaData.java:236: warning: no @return [WARNING] public Vector getCompositeFields() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/ElementaryFieldMetaData.java:385: warning: no @param for row [WARNING] protected void adjustArraySize(CobolRow row) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeFieldMetaData.java:233: warning: no @param for row [WARNING] public void writeCompositeOnRow(CobolRow row, byte[] recordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeFieldMetaData.java:233: warning: no @param for recordData [WARNING] public void writeCompositeOnRow(CobolRow row, byte[] recordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeFieldMetaData.java:293: warning: no @param for row [WARNING] protected void writeCompositeOnArray(CobolRow row, byte[] recordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CompositeFieldMetaData.java:293: warning: no @param for recordData [WARNING] protected void writeCompositeOnArray(CobolRow row, byte[] recordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParseException.java:40: warning: no @param for message [WARNING] public static CopyBookParseException invalidCopyBookException(String message) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParseException.java:40: warning: no @return [WARNING] public static CopyBookParseException invalidCopyBookException(String message) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParseException.java:49: warning: no @param for internalException [WARNING] public static CopyBookParseException ioException(java.io.IOException internalException) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParseException.java:49: warning: no @return [WARNING] public static CopyBookParseException ioException(java.io.IOException internalException) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParser.java:59: warning: no @param for stream [WARNING] public Vector parse(InputStream stream) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParser.java:59: warning: no @return [WARNING] public Vector parse(InputStream stream) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/CopyBookParser.java:59: warning: no @throws for java.lang.Exception [WARNING] public Vector parse(InputStream stream) throws Exception { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/RecordMetaData.java:64: warning: no @param for newName [WARNING] public void setName(String newName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/RecordMetaData.java:87: warning: no @return [WARNING] public boolean isComposite() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:52: warning: no @param for metaData [WARNING] public ByteConverter(FieldMetaData metaData, byte[] recordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:52: warning: no @param for recordData [WARNING] public ByteConverter(FieldMetaData metaData, byte[] recordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:66: warning: no @param for metaData [WARNING] protected void initialize(FieldMetaData metaData, byte[] recordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:66: warning: no @param for recordData [WARNING] protected void initialize(FieldMetaData metaData, byte[] recordData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:75: warning: no @return [WARNING] public boolean isLittleEndian() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:82: warning: no @param for newValue [WARNING] public void setIsLittleEndian(boolean newValue) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:89: warning: no @return [WARNING] public int getWordSize() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:96: warning: no @param for newWordSize [WARNING] public void setWordSize(int newWordSize) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:104: warning: no @param for string [WARNING] protected String insertDecimalInString(String string) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:104: warning: no @return [WARNING] protected String insertDecimalInString(String string) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:121: warning: no @param for string [WARNING] protected String removeDecimalInString(String string) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:121: warning: no @return [WARNING] protected String removeDecimalInString(String string) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:138: warning: no @return [WARNING] public String getStringValue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:168: warning: no @param for value [WARNING] public void setBytesToValue(String value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:200: warning: no @return [WARNING] public FieldMetaData getFieldMetaData() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:207: warning: no @param for newFieldMetaData [WARNING] public void setFieldMetaData(FieldMetaData newFieldMetaData) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:214: warning: no @return [WARNING] public byte[] getRecordData() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/java/org/eclipse/persistence/internal/eis/cobol/helper/ByteConverter.java:221: warning: no @param for newRecordData [WARNING] public void setRecordData(byte[] newRecordData) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-nosql) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.nosql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-tests.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.moxy.utils.xjc >--- [INFO] Building EclipseLink MOXy XJC 3.0.4-SNAPSHOT [17/39] [INFO] from moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531056633 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/classes [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.moxy.utils.xjc/3.0.4-SNAPSHOT/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [INFO] Building EclipseLink SDO 3.0.4-SNAPSHOT [18/39] [INFO] from sdo/org.eclipse.persistence.sdo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.pom (2.4 kB at 73 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar (21 kB at 808 kB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.sdo --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.sdo --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531058621 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (unpack-sources) @ org.eclipse.persistence.sdo --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1-sources.jar (37 kB at 1.4 MB/s) [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA,META-INF/*.inf,plugin.properties" [INFO] [INFO] --- build-helper:3.2.0:add-source (add-source) @ org.eclipse.persistence.sdo --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies added. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-resource) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.sdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.sdo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 105 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/DataHelper.java:[74,10] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/DataHelper.java:[139,10] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataObject.java:[219,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataObject.java:[505,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataObject.java:[829,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataObject.java:[1051,13] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataObject.java:[1099,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Sequence.java:[120,8] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Sequence.java:[125,8] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/DataGraph.java:[32,8] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/ChangeSummary.java:[41,13] deprecated item is not annotated with @Deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDODataObject.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/SDODataObject.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/InstanceClassConverter.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/InstanceClassConverter.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- dependency:3.1.2:build-classpath (default) @ org.eclipse.persistence.sdo --- [INFO] Dependencies classpath: /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar:/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar:/home/jenkins/.m2/repository/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.jar:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.jar:/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar:/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar:/home/jenkins/.m2/repository/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.sdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 861 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.sdo --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 660 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/xsdhelper/define/RedefineTestCases.java:[63,62] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/OneElementTestCases.java:[36,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/DataTypesTestCases.java:[55,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/ChangeSummaryTestCases.java:[35,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/NonDataTypeManyTestCases.java:[36,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/DataTypeManyTestCases.java:[38,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/NonDataTypeTestCases.java:[36,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/classgen/dynamicimpl/InheritanceTestCases.java:[36,84] static method should be qualified by type name, java.lang.ClassLoader, instead of by an expression [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/model/datagraph/SDODataGraphDataObjectTestCases.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/model/datagraph/SDODataGraphDataObjectTestCases.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/xsdhelper/generate/DontModifyListJIRA254TestCases.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/test/java/org/eclipse/persistence/testing/sdo/helper/xsdhelper/generate/DontModifyListJIRA254TestCases.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- resources:3.1.0:copy-resources (copy-resources) @ org.eclipse.persistence.sdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 861 resources [INFO] [INFO] --- surefire:3.0.0-M4:test (test-sdo-srg) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-sdo) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.sdo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.sdo --- [INFO] No previous run data found, generating javadoc. [INFO] 33 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning - Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. * [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.sdo --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [INFO] Building EclipseLink DBWS Builder 3.0.4-SNAPSHOT [19/39] [INFO] from utils/org.eclipse.persistence.dbws.builder/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.pom (20 kB at 564 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.pom (1.1 kB at 851 B/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.0/jaxws-rt-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.0/jaxws-rt-3.0.0.pom (14 kB at 407 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/project/3.0.0/project-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/project/3.0.0/project-3.0.0.pom (34 kB at 1.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/3.0.0/jaxws-ri-bom-ext-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom-ext/3.0.0/jaxws-ri-bom-ext-3.0.0.pom (3.7 kB at 114 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom/3.0.0/jaxws-ri-bom-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-ri-bom/3.0.0/jaxws-ri-bom-3.0.0.pom (10.0 kB at 232 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/3.0.0/jaxb-bom-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/jaxb/jaxb-bom/3.0.0/jaxb-bom-3.0.0.pom (8.9 kB at 341 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.pom (12 kB at 331 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.pom (11 kB at 394 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.2/gmbal-api-only-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.2/gmbal-api-only-4.0.2.pom (2.6 kB at 98 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-project/4.0.2/gmbal-project-4.0.2.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-project/4.0.2/gmbal-project-4.0.2.pom (13 kB at 427 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.0.0/stax-ex-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.0.0/stax-ex-2.0.0.pom (16 kB at 454 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.0.1/streambuffer-2.0.1.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.0.1/streambuffer-2.0.1.pom (17 kB at 538 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.pom (16 kB at 477 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.pom (3.4 kB at 102 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/2.0.0/fastinfoset-project-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/fastinfoset-project/2.0.0/fastinfoset-project-2.0.0.pom (17 kB at 522 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/2.0.0/saaj-impl-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/2.0.0/saaj-impl-2.0.0.pom (13 kB at 383 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/2.0.0/metro-saaj-2.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/metro-saaj/2.0.0/metro-saaj-2.0.0.pom (13 kB at 429 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.pom (8.3 kB at 435 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/38/oss-parent-38.pom (23 kB at 549 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.pom (6.3 kB at 699 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.pom (17 kB at 519 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1.jar (167 kB at 6.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.0/jaxws-rt-3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.2/gmbal-api-only-4.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.0.0/stax-ex-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/external/management-api/3.2.3/management-api-3.2.3.jar (48 kB at 1.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.0.1/streambuffer-2.0.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/glassfish/gmbal/gmbal-api-only/4.0.2/gmbal-api-only-4.0.2.jar (29 kB at 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/staxex/stax-ex/2.0.0/stax-ex-2.0.0.jar (38 kB at 754 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/2.0.0/saaj-impl-2.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jvnet/mimepull/mimepull/1.9.13/mimepull-1.9.13.jar (65 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/stream/buffer/streambuffer/2.0.1/streambuffer-2.0.1.jar (75 kB at 1.4 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/ws/jaxws-rt/3.0.0/jaxws-rt-3.0.0.jar (2.7 MB at 49 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/fastinfoset/FastInfoset/2.0.0/FastInfoset-2.0.0.jar (317 kB at 5.4 MB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/jws/jakarta.jws-api/3.0.0/jakarta.jws-api-3.0.0.jar (17 kB at 208 kB/s) [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/xml/messaging/saaj/saaj-impl/2.0.0/saaj-impl-2.0.0.jar (457 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/wsdl4j/wsdl4j/1.6.3/wsdl4j-1.6.3.jar (187 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/glassfish/ha/ha-api/3.1.12/ha-api-3.1.12.jar (36 kB at 1.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/woodstox/stax2-api/4.2.1/stax2-api-4.2.1.jar (196 kB at 155 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/woodstox/woodstox-core/6.2.1/woodstox-core-6.2.1.jar (1.6 MB at 1.2 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531071536 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 46 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:[955,23] static method should be qualified by type name, org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappingsWriter, instead of by an expression [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 21 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws.builder --- [INFO] No previous run data found, generating javadoc. [INFO] 150 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:303: warning: no @param for operations [WARNING] public List buildTypesList(List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:303: warning: no @return [WARNING] public List buildTypesList(List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:356: warning: no @param for nct [WARNING] public void buildOROXProjects(NamingConventionTransformer nct) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:364: warning: no @param for nct [WARNING] public void buildOROXProjects(NamingConventionTransformer nct, List types) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:364: warning: no @param for types [WARNING] public void buildOROXProjects(NamingConventionTransformer nct, List types) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:411: warning: no @param for orProject [WARNING] protected void finishUpProjects(Project orProject, Project oxProject, List typeList) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:411: warning: no @param for oxProject [WARNING] protected void finishUpProjects(Project orProject, Project oxProject, List typeList) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:411: warning: no @param for typeList [WARNING] protected void finishUpProjects(Project orProject, Project oxProject, List typeList) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:629: warning: no @param for nct [WARNING] public void buildSchema(NamingConventionTransformer nct) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:687: warning: no @param for dbwsSessionsStream [WARNING] public void buildSessionsXML(OutputStream dbwsSessionsStream) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:702: warning: no @param for nct [WARNING] public void buildDBWSModel(NamingConventionTransformer nct, OutputStream dbwsServiceStream) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:702: warning: no @param for dbwsServiceStream [WARNING] public void buildDBWSModel(NamingConventionTransformer nct, OutputStream dbwsServiceStream) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:882: warning: no @param for deploymentDescriptorStream [WARNING] public void writeDeploymentDescriptor(OutputStream deploymentDescriptorStream) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1003: warning: no @param for connection [WARNING] protected static ResultSetMetaData getResultSetMetadataForSecondarySQL(Connection connection, String secondarySql) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1003: warning: no @param for secondarySql [WARNING] protected static ResultSetMetaData getResultSetMetadataForSecondarySQL(Connection connection, String secondarySql) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1003: warning: no @return [WARNING] protected static ResultSetMetaData getResultSetMetadataForSecondarySQL(Connection connection, String secondarySql) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1136: warning: no @param for nct [WARNING] protected void setUpFindQueries(NamingConventionTransformer nct, String tableName, RelationalDescriptor desc) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1136: warning: no @param for tableName [WARNING] protected void setUpFindQueries(NamingConventionTransformer nct, String tableName, RelationalDescriptor desc) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1136: warning: no @param for desc [WARNING] protected void setUpFindQueries(NamingConventionTransformer nct, String tableName, RelationalDescriptor desc) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1228: warning: no @param for dataType [WARNING] protected static String getTypeNameForDatabaseType(DatabaseType dataType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1228: warning: no @return [WARNING] protected static String getTypeNameForDatabaseType(DatabaseType dataType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1243: warning: no @param for dType [WARNING] protected org.eclipse.persistence.internal.helper.DatabaseType buildDatabaseTypeFromMetadataType(DatabaseType dType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1243: warning: no @return [WARNING] protected org.eclipse.persistence.internal.helper.DatabaseType buildDatabaseTypeFromMetadataType(DatabaseType dType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1252: warning: no @param for dType [WARNING] protected org.eclipse.persistence.internal.helper.DatabaseType buildDatabaseTypeFromMetadataType(DatabaseType dType, String catalog) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1252: warning: no @param for catalog [WARNING] protected org.eclipse.persistence.internal.helper.DatabaseType buildDatabaseTypeFromMetadataType(DatabaseType dType, String catalog) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1252: warning: no @return [WARNING] protected org.eclipse.persistence.internal.helper.DatabaseType buildDatabaseTypeFromMetadataType(DatabaseType dType, String catalog) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1370: warning: no @param for isSimpleXMLFormat [WARNING] protected void handleSimpleXMLFormat(boolean isSimpleXMLFormat, Result result, ProcedureOperationModel procedureOperationModel) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1370: warning: no @param for result [WARNING] protected void handleSimpleXMLFormat(boolean isSimpleXMLFormat, Result result, ProcedureOperationModel procedureOperationModel) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1370: warning: no @param for procedureOperationModel [WARNING] protected void handleSimpleXMLFormat(boolean isSimpleXMLFormat, Result result, ProcedureOperationModel procedureOperationModel) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1406: warning: no @param for pType [WARNING] protected List getArgumentListForProcedureType(ProcedureType pType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1406: warning: no @return [WARNING] protected List getArgumentListForProcedureType(ProcedureType pType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1425: warning: no @param for databaseType [WARNING] protected Class getWrapperClass(org.eclipse.persistence.internal.helper.DatabaseType databaseType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1425: warning: no @return [WARNING] protected Class getWrapperClass(org.eclipse.persistence.internal.helper.DatabaseType databaseType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1442: warning: no @param for wrapperClassName [WARNING] protected Class getWrapperClass(String wrapperClassName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1442: warning: no @return [WARNING] protected Class getWrapperClass(String wrapperClassName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1458: warning: no @param for message [WARNING] protected void logNotFoundWarnings(String message, List schemaPatterns, List catalogPatterns, List targetPatterns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1458: warning: no @param for schemaPatterns [WARNING] protected void logNotFoundWarnings(String message, List schemaPatterns, List catalogPatterns, List targetPatterns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1458: warning: no @param for catalogPatterns [WARNING] protected void logNotFoundWarnings(String message, List schemaPatterns, List catalogPatterns, List targetPatterns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1458: warning: no @param for targetPatterns [WARNING] protected void logNotFoundWarnings(String message, List schemaPatterns, List catalogPatterns, List targetPatterns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1495: warning: no @param for message [WARNING] protected void logPackageNotFoundWarnings(String message, List schemaPatterns, List catalogPatterns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1495: warning: no @param for schemaPatterns [WARNING] protected void logPackageNotFoundWarnings(String message, List schemaPatterns, List catalogPatterns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/BaseDBWSBuilderHelper.java:1495: warning: no @param for catalogPatterns [WARNING] protected void logPackageNotFoundWarnings(String message, List schemaPatterns, List catalogPatterns) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:147: warning: no @param for args [WARNING] public static void main(String[] args) throws WSDLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:147: warning: no @throws for javax.wsdl.WSDLException [WARNING] public static void main(String[] args) throws WSDLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:165: warning: no @param for args [WARNING] public void start(String[] args) throws WSDLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:165: warning: no @throws for javax.wsdl.WSDLException [WARNING] public void start(String[] args) throws WSDLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:249: warning: no @throws for javax.wsdl.WSDLException [WARNING] public void start() throws WSDLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for dbwsSchemaStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for dbwsSessionsStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for dbwsServiceStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for dbwsOrStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for dbwsOxStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for swarefStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for webXmlStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for wsdlStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for classProviderStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for sourceProviderStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for classProviderListenerStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for sourceProviderListenerStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @param for logger [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:359: warning: no @throws for javax.wsdl.WSDLException [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for dbwsSchemaStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for dbwsSessionsStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for dbwsServiceStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for dbwsOrStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for dbwsOxStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for swarefStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for webXmlStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for wsdlStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for classProviderStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for sourceProviderStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for classProviderListenerStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for sourceProviderListenerStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for deploymentDescriptorStream [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @param for logger [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:376: warning: no @throws for javax.wsdl.WSDLException [WARNING] public void build(OutputStream dbwsSchemaStream, OutputStream dbwsSessionsStream, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:453: warning: no @param for sqlOperation [WARNING] public void addSqlOperation(SQLOperationModel sqlOperation) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:461: warning: no @param for operation [WARNING] public void addOperation(OperationModel operation) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:634: warning: no @return [WARNING] public String getProjectName() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilder.java:641: warning: no @param for projectName [WARNING] public void setProjectName(String projectName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderHelper.java:36: warning: no @param for operations [WARNING] public List buildTypesList(List operations); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderHelper.java:36: warning: no @return [WARNING] public List buildTypesList(List operations); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderHelper.java:55: warning: no @param for deploymentDescriptorStream [WARNING] public void writeDeploymentDescriptor(OutputStream deploymentDescriptorStream); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSBuilderModelProject.java:404: warning: no @return [WARNING] protected ClassDescriptor buildBatchSQLOperationModelDescriptor() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSPackager.java:98: warning: no @param for descriptorOutputStream [WARNING] public void writeDeploymentDescriptor(OutputStream descriptorOutputStream); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSPackager.java:102: warning: no @return [WARNING] public OutputStream getDeploymentDescriptorStream() throws FileNotFoundException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSPackager.java:102: warning: no @throws for java.io.FileNotFoundException [WARNING] public OutputStream getDeploymentDescriptorStream() throws FileNotFoundException; [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSPackager.java:106: warning: no @param for descriptorOutputStream [WARNING] public void closeDeploymentDescriptorStream(OutputStream descriptorOutputStream); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/DBWSPackager.java:111: warning: no @return [WARNING] public String getDeploymentDescriptorFileName(); [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ProcedureOperationModel.java:144: warning: no description for @param [WARNING] * @param dbTypes [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ProcedureOperationModel.java:160: warning: no description for @param [WARNING] * @param argumentTypes [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ProcedureOperationModel.java:178: warning: no description for @param [WARNING] * @param dbStoredFunctionReturnType [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ProcedureOperationModel.java:188: warning: no @return [WARNING] public boolean hasComplexArguments() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/ProcedureOperationModel.java:196: warning: no @param for hasComplexArguments [WARNING] public void setHasComplexArguments(boolean hasComplexArguments) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/TableOperationModel.java:86: warning: no @return [WARNING] public ArrayList getAdditionalOperations() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/TableOperationModel.java:97: warning: no @param for additionalOperation [WARNING] public void addOperation(OperationModel additionalOperation) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:238: warning: no @param for typeName [WARNING] public static int getJDBCTypeFromTypeName(String typeName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:238: warning: no @return [WARNING] public static int getJDBCTypeFromTypeName(String typeName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:337: warning: no @param for jdbcType [WARNING] public static String getJDBCTypeNameFromType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:337: warning: no @return [WARNING] public static String getJDBCTypeNameFromType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:416: warning: no @param for typeName [WARNING] public static String getJDBCEnumNameFromTypeName(String typeName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:416: warning: no @return [WARNING] public static String getJDBCEnumNameFromTypeName(String typeName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:428: warning: no @param for jdbcTypeName [WARNING] public static QName getXMLTypeFromJDBCTypeName(String jdbcTypeName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:428: warning: no @return [WARNING] public static QName getXMLTypeFromJDBCTypeName(String jdbcTypeName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:435: warning: no @param for jdbcType [WARNING] public static QName getXMLTypeFromJDBCType(Short jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:435: warning: no @return [WARNING] public static QName getXMLTypeFromJDBCType(Short jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:442: warning: no @param for jdbcType [WARNING] public static QName getXMLTypeFromJDBCType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:442: warning: no @return [WARNING] public static QName getXMLTypeFromJDBCType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:532: warning: no @param for jdbcType [WARNING] public static String getClassNameForType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:532: warning: no @return [WARNING] public static String getClassNameForType(int jdbcType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:602: warning: no @param for jdbcType [WARNING] public static DatabaseType buildTypeForJDBCType(int jdbcType, int precision, int scale) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:602: warning: no @param for precision [WARNING] public static DatabaseType buildTypeForJDBCType(int jdbcType, int precision, int scale) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:602: warning: no @param for scale [WARNING] public static DatabaseType buildTypeForJDBCType(int jdbcType, int precision, int scale) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:602: warning: no @return [WARNING] public static DatabaseType buildTypeForJDBCType(int jdbcType, int precision, int scale) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:664: warning: no @param for dbType [WARNING] public static Class getAttributeClassForDatabaseType(DatabaseType dbType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:664: warning: no @return [WARNING] public static Class getAttributeClassForDatabaseType(DatabaseType dbType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:745: warning: no @param for name [WARNING] public static String getGeneratedJavaClassName(String name, String projectName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:745: warning: no @param for projectName [WARNING] public static String getGeneratedJavaClassName(String name, String projectName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:745: warning: no @return [WARNING] public static String getGeneratedJavaClassName(String name, String projectName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:756: warning: no @param for tableName [WARNING] public static String getGeneratedAlias(String tableName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:756: warning: no @return [WARNING] public static String getGeneratedAlias(String tableName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:769: warning: no @param for name [WARNING] public static String getGeneratedWrapperClassName(String name, String projectName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:769: warning: no @param for projectName [WARNING] public static String getGeneratedWrapperClassName(String name, String projectName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:769: warning: no @return [WARNING] public static String getGeneratedWrapperClassName(String name, String projectName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:776: warning: no @param for tableName [WARNING] public static RelationalDescriptor buildORDescriptor(String tableName, String projectName, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:776: warning: no @param for projectName [WARNING] public static RelationalDescriptor buildORDescriptor(String tableName, String projectName, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:776: warning: no @param for requireCRUDOperations [WARNING] public static RelationalDescriptor buildORDescriptor(String tableName, String projectName, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:776: warning: no @param for nct [WARNING] public static RelationalDescriptor buildORDescriptor(String tableName, String projectName, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:776: warning: no @return [WARNING] public static RelationalDescriptor buildORDescriptor(String tableName, String projectName, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:794: warning: no @param for tableName [WARNING] public static XMLDescriptor buildOXDescriptor(String tableName, String projectName, String targetNamespace, NamingConventionTransformer nct) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:794: warning: no @param for projectName [WARNING] public static XMLDescriptor buildOXDescriptor(String tableName, String projectName, String targetNamespace, NamingConventionTransformer nct) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:794: warning: no @param for targetNamespace [WARNING] public static XMLDescriptor buildOXDescriptor(String tableName, String projectName, String targetNamespace, NamingConventionTransformer nct) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:794: warning: no @param for nct [WARNING] public static XMLDescriptor buildOXDescriptor(String tableName, String projectName, String targetNamespace, NamingConventionTransformer nct) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:794: warning: no @return [WARNING] public static XMLDescriptor buildOXDescriptor(String tableName, String projectName, String targetNamespace, NamingConventionTransformer nct) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:801: warning: no @param for tableAlias [WARNING] public static XMLDescriptor buildOXDescriptor(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:801: warning: no @param for schemaAlias [WARNING] public static XMLDescriptor buildOXDescriptor(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:801: warning: no @param for generatedJavaClassName [WARNING] public static XMLDescriptor buildOXDescriptor(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:801: warning: no @param for targetNamespace [WARNING] public static XMLDescriptor buildOXDescriptor(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:801: warning: no @return [WARNING] public static XMLDescriptor buildOXDescriptor(String tableAlias, String schemaAlias, String generatedJavaClassName, String targetNamespace) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:883: warning: no @param for dbType [WARNING] public static boolean isTypeComplex(DatabaseType dbType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:883: warning: no @return [WARNING] public static boolean isTypeComplex(DatabaseType dbType) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:897: warning: no @param for argument [WARNING] public static boolean isArgComplex(ArgumentType argument) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:897: warning: no @return [WARNING] public static boolean isArgComplex(ArgumentType argument) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:907: warning: no @param for argument [WARNING] public static boolean isArgPLSQL(ArgumentType argument) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:907: warning: no @return [WARNING] public static boolean isArgPLSQL(ArgumentType argument) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:917: warning: no @param for argument [WARNING] public static boolean isArgPLSQLScalar(ArgumentType argument) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:917: warning: no @return [WARNING] public static boolean isArgPLSQLScalar(ArgumentType argument) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:931: warning: no @param for argTypeName [WARNING] public static boolean isArgPLSQLScalar(String argTypeName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:931: warning: no @return [WARNING] public static boolean isArgPLSQLScalar(String argTypeName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/main/java/org/eclipse/persistence/tools/dbws/Util.java:943: warning: no @param for typeName [WARNING] public static String getOraclePLSQLTypeForName(String typeName) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws.builder --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.utils.rename >---- [INFO] Building EclipseLink Package Rename Utility 3.0.4-SNAPSHOT [20/39] [INFO] from utils/eclipselink.utils.rename/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.utils.rename --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.utils.rename --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531075782 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.utils.rename --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.utils.rename --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 4 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/classes [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.rename --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.utils.rename --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.utils.rename --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.utils.rename --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.rename --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.rename --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.utils.rename --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.utils.rename --- [INFO] No previous run data found, generating javadoc. [INFO] 13 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:72: warning: no @param for inFile [WARNING] public void binaryCopy(File inFile, File outFile) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:72: warning: no @param for outFile [WARNING] public void binaryCopy(File inFile, File outFile) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:72: warning: no @throws for java.io.FileNotFoundException [WARNING] public void binaryCopy(File inFile, File outFile) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:72: warning: no @throws for java.io.IOException [WARNING] public void binaryCopy(File inFile, File outFile) [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:141: warning: no @param for fileName [WARNING] protected static String parseFileExtension(String fileName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:141: warning: no @return [WARNING] protected static String parseFileExtension(String fileName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:154: warning: no @param for directory1 [WARNING] public static boolean directoryIsSubdirectory(File directory1, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:154: warning: no @param for directory2 [WARNING] public static boolean directoryIsSubdirectory(File directory1, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:154: warning: no @return [WARNING] public static boolean directoryIsSubdirectory(File directory1, [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:171: warning: no @param for extension [WARNING] public boolean isExtensionSupported(String extension) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:171: warning: no @return [WARNING] public boolean isExtensionSupported(String extension) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:206: warning: no @param for sourceFile [WARNING] public void runSearchAndReplacePackageName(File sourceFile) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/main/java/org/eclipse/persistence/utils/rename/PackageRenamer.java:341: warning: no @param for directory [WARNING] public void traverseSourceDirectory(File directory) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.utils.rename --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.4-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.4-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.4-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.4-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.4-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.4-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.4-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.rename/3.0.4-SNAPSHOT/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [INFO] Building EclipseLink Oracle Extension 3.0.4-SNAPSHOT [21/39] [INFO] from foundation/org.eclipse.persistence.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.pom (1.5 kB at 32 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.pom (1.3 kB at 49 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.pom (1.3 kB at 34 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.pom (1.4 kB at 42 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.pom (1.3 kB at 67 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ojdbc8/21.3.0.0/ojdbc8-21.3.0.0.jar (5.1 MB at 43 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xdb/21.3.0.0/xdb-21.3.0.0.jar (266 kB at 4.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/observability/dms/21.3.0.0/dms-21.3.0.0.jar (2.2 MB at 34 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/jdbc/ucp/21.3.0.0/ucp-21.3.0.0.jar (1.8 MB at 25 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/xml/xmlparserv2/21.3.0.0/xmlparserv2-21.3.0.0.jar (2.0 MB at 23 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531078203 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 30 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[24,18] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[26,22] oracle.xdb.dom.XDBDocument in oracle.xdb.dom has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[276,30] oracle.sql.ARRAY in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[276,51] oracle.sql.ArrayDescriptor in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[286,30] oracle.sql.STRUCT in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[286,52] oracle.sql.StructDescriptor in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[296,21] oracle.sql.REF in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:[297,28] oracle.sql.REF in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[829,64] sendBatch() in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[831,54] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:[866,50] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[78,64] sendBatch() in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:[80,54] setExecuteBatch(int) in oracle.jdbc.OraclePreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:[39,8] Class org.eclipse.persistence.platform.database.oracle.OracleJDBC_10_1_0_2ProxyConnectionCustomizer overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[37,23] createXML(java.sql.Connection,org.w3c.dom.Document) in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[42,23] createXML(java.sql.Connection,java.lang.String) in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[53,19] getDocument() in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[59,35] getStringVal() in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[64,16] close() in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[70,31] oracle.xdb.dom.XDBDocument in oracle.xdb.dom has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[79,35] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/xdb/XMLTypeFactoryImpl.java:[79,23] createXML(oracle.sql.OPAQUE) in oracle.xdb.XMLType has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[447,14] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[450,39] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[490,32] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:[510,46] create(oracle.dms.instrument.Noun,java.lang.String,java.lang.String,java.lang.String,java.lang.Object) in oracle.dms.instrument.State has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/UCPDataPartitioningCallback.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle --- [INFO] No previous run data found, generating javadoc. [INFO] 83 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:32: warning: no @param for cal [WARNING] public static TIMESTAMPTZ buildTIMESTAMPTZ(Calendar cal, Connection con, boolean shouldPrintCalendar) throws SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:32: warning: no @param for con [WARNING] public static TIMESTAMPTZ buildTIMESTAMPTZ(Calendar cal, Connection con, boolean shouldPrintCalendar) throws SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:32: warning: no @param for shouldPrintCalendar [WARNING] public static TIMESTAMPTZ buildTIMESTAMPTZ(Calendar cal, Connection con, boolean shouldPrintCalendar) throws SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:32: warning: no @return [WARNING] public static TIMESTAMPTZ buildTIMESTAMPTZ(Calendar cal, Connection con, boolean shouldPrintCalendar) throws SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:32: warning: no @throws for java.sql.SQLException [WARNING] public static TIMESTAMPTZ buildTIMESTAMPTZ(Calendar cal, Connection con, boolean shouldPrintCalendar) throws SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:44: warning: no @param for timestampTZ [WARNING] public static Calendar buildCalendar(TIMESTAMPTZWrapper timestampTZ) throws SQLException{ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:44: warning: no @return [WARNING] public static Calendar buildCalendar(TIMESTAMPTZWrapper timestampTZ) throws SQLException{ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:44: warning: no @throws for java.sql.SQLException [WARNING] public static Calendar buildCalendar(TIMESTAMPTZWrapper timestampTZ) throws SQLException{ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:64: warning: no @param for timestampLTZ [WARNING] public static Calendar buildCalendar(TIMESTAMPLTZWrapper timestampLTZ) throws SQLException{ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:64: warning: no @return [WARNING] public static Calendar buildCalendar(TIMESTAMPLTZWrapper timestampLTZ) throws SQLException{ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:64: warning: no @throws for java.sql.SQLException [WARNING] public static Calendar buildCalendar(TIMESTAMPLTZWrapper timestampLTZ) throws SQLException{ [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:92: warning: no @param for calendar [WARNING] public static String printCalendar(final Calendar calendar) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:92: warning: no @return [WARNING] public static String printCalendar(final Calendar calendar) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:113: warning: no @param for calendar [WARNING] public static boolean shouldAppendDaylightTime(Calendar calendar) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:113: warning: no @return [WARNING] public static boolean shouldAppendDaylightTime(Calendar calendar) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:124: warning: no @param for bytes [WARNING] public static TimeZone extractTimeZone(byte[] bytes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/internal/platform/database/oracle/TIMESTAMPHelper.java:124: warning: no @return [WARNING] public static TimeZone extractTimeZone(byte[] bytes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:90: warning: no @param for value [WARNING] protected boolean lobValueExceedsLimit(Object value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:90: warning: no @return [WARNING] protected boolean lobValueExceedsLimit(Object value) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:207: warning: no @param for type [WARNING] protected boolean isBlob(Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:207: warning: no @return [WARNING] protected boolean isBlob(Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:215: warning: no @param for type [WARNING] protected boolean isClob(Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:215: warning: no @return [WARNING] protected boolean isClob(Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:235: warning: no @param for usesLocatorForLOBWrite [WARNING] public void setShouldUseLocatorForLOBWrite(boolean usesLocatorForLOBWrite) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:245: warning: no @return [WARNING] public boolean shouldUseLocatorForLOBWrite() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:255: warning: no @return [WARNING] public int getLobValueLimits() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle8Platform.java:265: warning: no @param for lobValueLimits [WARNING] public void setLobValueLimits(int lobValueLimits) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @param for resultSet [WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @param for columnNumber [WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @param for type [WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @param for session [WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @return [WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:243: warning: no @throws for java.sql.SQLException [WARNING] public Object getTIMESTAMPTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @param for resultSet [WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @param for columnNumber [WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @param for type [WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @param for session [WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @return [WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:262: warning: no @throws for java.sql.SQLException [WARNING] public Object getTIMESTAMPLTZFromResultSet(ResultSet resultSet, int columnNumber, int type, AbstractSession session) throws java.sql.SQLException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:336: warning: no description for @param [WARNING] * @param max [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:337: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:673: warning: no @param for type [WARNING] protected boolean isOracle9Specific(Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:673: warning: no @return [WARNING] protected boolean isOracle9Specific(Class type) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:955: warning: no @return [WARNING] public String getDriverVersion() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:962: warning: no @return [WARNING] public boolean isTimestampInGmt() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:969: warning: no @return [WARNING] public boolean isLtzTimestampInGmt() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:980: warning: no @return [WARNING] public boolean shouldTruncateDate() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle9Platform.java:991: warning: no @param for shouldTruncateDate [WARNING] public void setShouldTruncateDate(boolean shouldTruncateDate) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:55: warning: no description for @param [WARNING] * @param max [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/Oracle10Platform.java:56: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:48: warning: no @param for accessor [WARNING] public OracleJDBC_10_1_0_2ProxyConnectionCustomizer(Accessor accessor, Session session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:48: warning: no @param for session [WARNING] public OracleJDBC_10_1_0_2ProxyConnectionCustomizer(Accessor accessor, Session session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:190: warning: no @param for customizer [WARNING] public boolean equals(OracleJDBC_10_1_0_2ProxyConnectionCustomizer customizer) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleJDBC_10_1_0_2ProxyConnectionCustomizer.java:190: warning: no @return [WARNING] public boolean equals(OracleJDBC_10_1_0_2ProxyConnectionCustomizer customizer) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleOCIProxyConnector.java:44: warning: no @param for context [WARNING] public OracleOCIProxyConnector(Context context, String name) throws ValidationException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleOCIProxyConnector.java:44: warning: no @param for name [WARNING] public OracleOCIProxyConnector(Context context, String name) throws ValidationException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleOCIProxyConnector.java:52: warning: no @param for name [WARNING] public OracleOCIProxyConnector(String name) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/OracleOCIProxyConnector.java:60: warning: no @param for oracleOCIConnectionPool [WARNING] public OracleOCIProxyConnector(OracleOCIConnectionPool oracleOCIConnectionPool) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/dcn/OracleChangeNotificationListener.java:265: warning: no @return [WARNING] public DatabaseChangeRegistration getRegister() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/dcn/OracleChangeNotificationListener.java:273: warning: no @param for register [WARNING] protected void setRegister(DatabaseChangeRegistration register) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/dcn/OracleChangeNotificationListener.java:281: warning: no @return [WARNING] public Map getDescriptorsByTable() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/dcn/OracleChangeNotificationListener.java:289: warning: no @param for descriptorsByTable [WARNING] protected void setDescriptorsByTable(Map descriptorsByTable) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/database/oracle/ucp/GridLinkDataPartitioningCallback.java:54: warning: no @param for session [WARNING] public static synchronized void register(Session session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:78: warning: no description for @param [WARNING] * @param contextNode [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:79: warning: no description for @param [WARNING] * @param xPath [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:80: warning: no description for @param [WARNING] * @param xmlNamespaceResolver [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:81: warning: no description for @return [WARNING] * @return [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:82: warning: no description for @throws [WARNING] * @throws XMLPlatformException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/platform/xml/xdk/XDKPlatform.java:103: warning: no description for @throws [WARNING] * @throws XMLPlatformException [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:105: warning: no @param for session [WARNING] public DMSPerformanceProfiler(Session session) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:127: warning: no @param for newWeight [WARNING] protected void initializeNounTree(int newWeight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:347: warning: no @param for operationName [WARNING] protected Sensor getPhaseEventForQuery(String operationName, DatabaseQuery query, int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:347: warning: no @param for query [WARNING] protected Sensor getPhaseEventForQuery(String operationName, DatabaseQuery query, int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:347: warning: no @param for weight [WARNING] protected Sensor getPhaseEventForQuery(String operationName, DatabaseQuery query, int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:347: warning: no @return [WARNING] protected Sensor getPhaseEventForQuery(String operationName, DatabaseQuery query, int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:388: warning: no @param for type [WARNING] protected Noun getNounByType(String type, Noun parentNoun, int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:388: warning: no @param for parentNoun [WARNING] protected Noun getNounByType(String type, Noun parentNoun, int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:388: warning: no @param for weight [WARNING] protected Noun getNounByType(String type, Noun parentNoun, int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:388: warning: no @return [WARNING] protected Noun getNounByType(String type, Noun parentNoun, int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:418: warning: no @param for operationName [WARNING] protected Sensor getSensorByName(String operationName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:418: warning: no @return [WARNING] protected Sensor getSensorByName(String operationName) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:646: warning: no @param for weight [WARNING] protected void destroySensorsByWeight(int weight) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/java/org/eclipse/persistence/tools/profiler/oracle/DMSPerformanceProfiler.java:664: warning: no @param for weight [WARNING] protected void destroyNounsByWeight(int weight) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.oracle --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [INFO] Building EclipseLink Oracle NoSQL Extension 3.0.4-SNAPSHOT [22/39] [INFO] from foundation/org.eclipse.persistence.oracle.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.pom (3.1 kB at 85 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avro/avro/1.7.6/avro-1.7.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.pom (5.6 kB at 166 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-parent/1.7.6/avro-parent-1.7.6.pom (19 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro-toplevel/1.7.6/avro-toplevel-1.7.6.pom (9.6 kB at 332 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.pom (1.3 kB at 35 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.pom (1.5 kB at 84 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.pom (1.6 kB at 94 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer-parent/2.3/paranamer-parent-2.3.pom (11 kB at 450 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/codehaus-parent/1/codehaus-parent-1.pom (3.4 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.pom (13 kB at 849 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.pom (11 kB at 347 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.0/xz-1.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.pom (1.9 kB at 190 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.pom (4.1 kB at 150 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-base/2.9.6/jackson-base-2.9.6.pom (5.4 kB at 128 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-bom/2.9.6/jackson-bom-2.9.6.pom (12 kB at 341 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1.1/jackson-parent-2.9.1.1.pom (8.0 kB at 422 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/33/oss-parent-33.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/33/oss-parent-33.pom (22 kB at 2.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.pom (6.3 kB at 420 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.0/jackson-annotations-2.9.0.pom (1.9 kB at 65 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.0/jackson-parent-2.9.0.pom (7.8 kB at 373 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/28/oss-parent-28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/28/oss-parent-28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/28/oss-parent-28.pom (20 kB at 589 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.pom (2.6 kB at 259 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/jackson-parent/2.9.1/jackson-parent-2.9.1.pom (8.0 kB at 217 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/oss-parent/30/oss-parent-30.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/30/oss-parent-30.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/oss-parent/30/oss-parent-30.pom (21 kB at 765 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.pom (3.5 kB at 96 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-master/4.7.1/antlr4-master-4.7.1.pom (4.4 kB at 112 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.pom (7.8 kB at 156 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava-parent/26.0-jre/guava-parent-26.0-jre.pom (10 kB at 866 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.pom (2.5 kB at 61 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.pom (1.2 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.pom (1.8 kB at 58 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0/javax.jms-api-2.0.pom (13 kB at 641 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/3/jvnet-parent-3.pom (4.8 kB at 81 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.pom (14 kB at 532 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.pom (13 kB at 345 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/net/java/jvnet-parent/4/jvnet-parent-4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/jvnet-parent/4/jvnet-parent-4.pom (7.8 kB at 199 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/avro/avro/1.7.6/avro-1.7.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/tukaani/xz/1.0/xz-1.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/kv/oracle-nosql-client/18.3.10/oracle-nosql-client-18.3.10.jar (3.4 MB at 32 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/tukaani/xz/1.0/xz-1.0.jar (95 kB at 7.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.13/jackson-core-asl-1.9.13.jar (232 kB at 9.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/avro/avro/1.7.6/avro-1.7.6.jar (426 kB at 10 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.4.1/commons-compress-1.4.1.jar (241 kB at 6.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.13/jackson-mapper-asl-1.9.13.jar (781 kB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/xerial/snappy/snappy-java/1.0.5/snappy-java-1.0.5.jar (1.3 MB at 23 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-annotations/2.9.6/jackson-annotations-2.9.6.jar (67 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-core/2.9.6/jackson-core-2.9.6.jar (324 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/paranamer/paranamer/2.3/paranamer-2.3.jar (30 kB at 416 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1.jar (337 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/reactivestreams/reactive-streams/1.0.2/reactive-streams-1.0.2.jar (2.1 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/checkerframework/checker-qual/2.5.2/checker-qual-2.5.2.jar (193 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/fasterxml/jackson/core/jackson-databind/2.9.6/jackson-databind-2.9.6.jar (1.3 MB at 18 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/transaction/javax.transaction-api/1.3/javax.transaction-api-1.3.jar (28 kB at 346 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/oracle/database/messaging/aqapi/19.3.0.0/aqapi-19.3.0.0.jar (1.4 MB at 15 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/javax/jms/javax.jms-api/2.0.1/javax.jms-api-2.0.1.jar (64 kB at 681 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/guava/guava/26.0-jre/guava-26.0-jre.jar (2.7 MB at 22 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.nosql --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531083782 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle.nosql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 27 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnectionFactory.java:[61,28] static method should be qualified by type name, oracle.kv.KVStoreFactory, instead of by an expression [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/eis/adapters/aq/AQPlatform.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/test/resources [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.nosql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 32 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/models/jpa/nosql/Order.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java/org/eclipse/persistence/testing/models/jpa/nosql/Order.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (jar-test-sources) @ org.eclipse.persistence.oracle.nosql --- [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:java-source:test-sources:3.0.4-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.nosql --- [INFO] No previous run data found, generating javadoc. [INFO] 62 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for session [WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for connection [WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for spec [WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:49: warning: no @return [WARNING] public java.sql.Connection getDatabaseConnection() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:56: warning: no @return [WARNING] public AQSession getSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionMetaData.java:32: warning: no @param for connection [WARNING] public AQConnectionMetaData(AQConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for user [WARNING] public AQConnectionSpec(String user, String password, String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for password [WARNING] public AQConnectionSpec(String user, String password, String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for url [WARNING] public AQConnectionSpec(String user, String password, String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:64: warning: no @return [WARNING] public String getURL() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:72: warning: no @param for url [WARNING] public void setURL(String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:80: warning: no @return [WARNING] public String getDatasource() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:88: warning: no @param for datasource [WARNING] public void setDatasource(String datasource) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:96: warning: no @return [WARNING] public String getUser() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:104: warning: no @param for user [WARNING] public void setUser(String user) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:112: warning: no @return [WARNING] public String getPassword() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:125: warning: no @return [WARNING] public boolean hasDatasource() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:133: warning: no @param for password [WARNING] public void setPassword(String password) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:39: warning: no @return [WARNING] public String getQueue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:46: warning: no @param for queue [WARNING] public void setQueue(String queue) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:53: warning: no @param for schema [WARNING] public void setSchema(String schema) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:60: warning: no @return [WARNING] public String getSchema() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQDequeueInteractionSpec.java:38: warning: no @return [WARNING] public AQDequeueOption getOptions() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQDequeueInteractionSpec.java:45: warning: no @param for options [WARNING] public void setOptions(AQDequeueOption options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQEnqueueInteractionSpec.java:38: warning: no @return [WARNING] public AQEnqueueOption getOptions() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQEnqueueInteractionSpec.java:45: warning: no @param for options [WARNING] public void setOptions(AQEnqueueOption options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:37: warning: no @param for connection [WARNING] public AQInteraction(AQConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for spec [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for input [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for output [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @throws for jakarta.resource.ResourceException [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for spec [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for input [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for output [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @throws for jakarta.resource.ResourceException [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQTransaction.java:33: warning: no @param for connection [WARNING] public AQTransaction(AQConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQTransaction.java:49: warning: no @return [WARNING] public boolean isInTransaction() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:43: warning: no @param for store [WARNING] public OracleNoSQLConnection(KVStore store, OracleNoSQLJCAConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:43: warning: no @param for spec [WARNING] public OracleNoSQLConnection(KVStore store, OracleNoSQLJCAConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnectionMetaData.java:34: warning: no @param for connection [WARNING] public OracleNoSQLConnectionMetaData(OracleNoSQLConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:57: warning: no @param for connection [WARNING] public OracleNoSQLInteraction(OracleNoSQLConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:227: warning: no @param for key [WARNING] protected List createMajorKey(Object key) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:227: warning: no @return [WARNING] protected List createMajorKey(Object key) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for element [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for majorKeys [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for minorKeys [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for spec [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for operations [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:290: warning: no @param for data [WARNING] protected Value createValue(Object data) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:290: warning: no @return [WARNING] protected Value createValue(Object data) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:305: warning: no @param for bytes [WARNING] protected Object convertBytes(byte[] bytes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:305: warning: no @return [WARNING] protected Object convertBytes(byte[] bytes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLJCAConnectionSpec.java:49: warning: no @param for store [WARNING] public OracleNoSQLJCAConnectionSpec(String store, String host) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLJCAConnectionSpec.java:49: warning: no @param for host [WARNING] public OracleNoSQLJCAConnectionSpec(String store, String host) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLTransaction.java:34: warning: no @param for connection [WARNING] public OracleNoSQLTransaction(OracleNoSQLConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLTransaction.java:50: warning: no @return [WARNING] public boolean isInTransaction() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:256: warning: no @param for record [WARNING] protected void convertRecordBytesToString(OracleNoSQLRecord record) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for descriptor [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for record [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for interaction [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for accessor [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @return [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.oracle.nosql --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-tests.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.nosql/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.bundles >------- [INFO] Building EclipseLink Bundles Parent 3.0.4-SNAPSHOT [23/39] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.bundles --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.bundles --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531087109 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.bundles --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.bundles --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.bundles --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles/3.0.4-SNAPSHOT/org.eclipse.persistence.bundles-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/org.eclipse.persistence.bundles-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles/3.0.4-SNAPSHOT/org.eclipse.persistence.bundles-3.0.4-SNAPSHOT.pom.asc [INFO] [INFO] --------------< org.eclipse.persistence:moxy-standalone >--------------- [INFO] Building EclipseLink Bundles MOXy standalone 3.0.4-SNAPSHOT [24/39] [INFO] from bundles/moxy-standalone/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ moxy-standalone --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ moxy-standalone --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ moxy-standalone --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ moxy-standalone --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ moxy-standalone --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ moxy-standalone --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531087303 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ moxy-standalone --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- resources:3.1.0:copy-resources (prepare-bin-for-moxy.zip) @ moxy-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/license with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (prepare-xsds-for-moxy.zip) @ moxy-standalone --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/generated-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ moxy-standalone --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ moxy-standalone --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ moxy-standalone --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ moxy-standalone --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ moxy-standalone --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ moxy-standalone --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ moxy-standalone --- [INFO] [INFO] --- assembly:3.3.0:single (make-assembly) @ moxy-standalone --- [INFO] Reading assembly descriptor: src/main/assembly/moxy.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.4-SNAPSHOT.zip [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ moxy-standalone --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ moxy-standalone --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ moxy-standalone --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ moxy-standalone --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ moxy-standalone --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/3.0.4-SNAPSHOT/moxy-standalone-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.4-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/3.0.4-SNAPSHOT/moxy-standalone-3.0.4-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/3.0.4-SNAPSHOT/moxy-standalone-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.4-SNAPSHOT.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/moxy-standalone/3.0.4-SNAPSHOT/moxy-standalone-3.0.4-SNAPSHOT.zip.asc [INFO] [INFO] --- dependency:3.1.2:unpack (stage) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:moxy-standalone:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.4-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/stage with includes "" and excludes "" [INFO] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [INFO] Building EclipseLink Bundles eclipselink.jar (non-OSGi) 3.0.4-SNAPSHOT [25/39] [INFO] from bundles/eclipselink/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ eclipselink --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ eclipselink --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ eclipselink --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ eclipselink --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ eclipselink --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ eclipselink --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531088103 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ eclipselink --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (unpack-sources) @ eclipselink --- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar (364 kB at 12 MB/s) [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] [INFO] --- build-helper:3.2.0:add-source (add-generated-sources) @ eclipselink --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources added. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ eclipselink --- [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-resource) @ eclipselink --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ eclipselink --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] Copying 50 resources [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ eclipselink --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3313 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAnnotatedElement.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAnnotatedElement.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/descriptors/ClassDescriptor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/descriptors/ClassDescriptor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.8.1:compile (module-compile) @ eclipselink --- [WARNING] Can't extract module name from org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip: Module format not recognized: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/classes [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '11' [WARNING] No processor claimed any of these annotations: jakarta.xml.bind/jakarta.xml.bind.annotation.XmlSchema [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[35,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[38,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[39,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[40,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[41,28] requires directive for an automatic module [WARNING] Implicitly compiled files were not subject to annotation processing. Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ eclipselink --- [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.dbws, has 1, private references [org.eclipse.persistence.internal.xr] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.metadata, has 1, private references [org.eclipse.persistence.internal.jpa.metadata.xml] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa, has 3, private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.jpa.deployment, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs, has 2, private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.metadatasources, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util, has 4, private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.jpa.deployment, org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.list, has 1, private references [org.eclipse.persistence.internal.jpa.rs.metadata.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.xmladapters, has 2, private references [org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.jpa.rs.weaving] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features, has 4, private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features.paging, has 1, private references [org.eclipse.persistence.internal.queries] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features.core.selflinks, has 1, private references [org.eclipse.persistence.internal.queries] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.logging, has 1, private references [org.eclipse.persistence.internal.localization] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.dynamic, has 2, private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jaxb.javamodel.oxm, has 1, private references [org.eclipse.persistence.internal.jaxb] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jaxb.javamodel, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jaxb.compiler, has 4, private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.schema.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jaxb.compiler.builder.helper, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jaxb, has 4, private references [org.eclipse.persistence.internal.cache, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.mappings, has 12, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.mappings.foundation, has 11, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.mappings.querykeys, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.mappings.converters, has 3, private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.mappings.structures, has 7, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.mappings.xdb, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.core.mappings, has 3, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.core.descriptors, has 3, private references [org.eclipse.persistence.internal.core.descriptors, org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.core.sessions, has 1, private references [org.eclipse.persistence.internal.core.databaseaccess] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.exceptions, has 8, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.descriptors, has 10, private references [org.eclipse.persistence.internal.core.descriptors, org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.descriptors.changetracking, has 3, private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.descriptors.changetracking, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.descriptors.invalidation, has 2, private references [org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.descriptors.partitioning, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.queries, has 7, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions, has 6, private references [org.eclipse.persistence.internal.core.databaseaccess, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.security, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination, has 3, private references [org.eclipse.persistence.internal.security, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.coordination] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.broadcast, has 1, private references [org.eclipse.persistence.internal.sessions.coordination] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba, has 2, private references [org.eclipse.persistence.internal.sessions.coordination, org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.jms, has 3, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.coordination, org.eclipse.persistence.internal.sessions.coordination.jms] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.rmi, has 1, private references [org.eclipse.persistence.internal.sessions.coordination] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.changesets, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.server, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.remote, has 4, private references [org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.corba.sun, has 2, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.rmi.iiop, has 2, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.rmi, has 2, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.factories, has 5, private references [org.eclipse.persistence.internal.codegen, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.factories, org.eclipse.persistence.internal.sessions.factories.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.broker, has 4, private references [org.eclipse.persistence.internal.core.databaseaccess, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.interceptors, has 2, private references [org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.xml, has 2, private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.database.events, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.database, has 4, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.plsql, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.jdbc, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle, has 5, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.platform.database, org.eclipse.persistence.internal.platform.database.oracle, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.dcn, has 2, private references [org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.database.jdbc, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.server, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.server.jboss, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.server.sap, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm.schema, has 2, private references [org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.oxm] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm.mappings.nullpolicy, has 4, private references [org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm.mappings, has 11, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm, has 9, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm.documentpreservation, has 2, private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm.record, has 8, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.oxm.record.namespaces, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm.unmapped, has 1, private references [org.eclipse.persistence.internal.oxm.unmapped] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm.json, has 2, private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm.platform, has 5, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.expressions, has 3, private references [org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sequencing, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.tools.schemaframework, has 4, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.tools.profiler.oracle, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.tools.profiler, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.history, has 4, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.logging, has 2, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.dynamic, has 2, private references [org.eclipse.persistence.internal.dynamic, org.eclipse.persistence.internal.libraries.asm] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.eis.mappings, has 5, private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.eis, has 7, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.factories] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.eis.interactions, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sdo.helper.delegates, has 1, private references [org.eclipse.persistence.internal.oxm] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sdo.helper, has 5, private references [commonj.sdo.impl, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.oxm.schema.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sdo, has 4, private references [commonj.sdo.impl, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.transaction, has 2, private references [org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.services.websphere, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.services, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.services.glassfish, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.services.weblogic, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.services.jboss, has 1, private references [org.eclipse.persistence.internal.sessions] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ eclipselink --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ eclipselink --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ eclipselink --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ eclipselink --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ eclipselink --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ eclipselink --- [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ eclipselink --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/utils/rename with includes "package-rename.properties" and excludes "" [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (prepare-xsds-for-eclipselink.zip) @ eclipselink --- [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ eclipselink --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ eclipselink --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ eclipselink --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink.zip) @ eclipselink --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/assembly/eclipselink.zip.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:commonj.sdo' [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT.zip [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ eclipselink --- [INFO] No previous run data found, generating javadoc. [INFO] 72 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:798: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:814: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:913: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:929: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1048: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1193: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1216: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1326: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1406: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1486: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1851: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:234: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:248: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:262: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:276: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:290: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:304: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:318: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:332: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:346: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:360: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:375: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:443: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:412: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:412: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:424: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:436: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:448: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:460: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/SymfowarePlatform.java:332: warning - Tag @see: reference not found: ExpressionOperator#setIsBindingSupported(boolean) [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/expressions/ExpressionOperator.java:762: warning - Tag @author cannot be used in method documentation. It can only be used in the following types of documentation: overview, module, package, class/interface. [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/expressions/ExpressionOperator.java:1335: warning - Tag @link: reference not found: ExpressionOperator#getInternalOperator() [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning - Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. * [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/jpql/parser/Expression.java:671: warning - Tag @version cannot be used in field documentation. It can only be used in the following types of documentation: overview, module, package, class/interface. [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag & [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ eclipselink --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ eclipselink --- [INFO] [INFO] --- dependency:3.1.2:unpack (stage) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:eclipselink:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/stage with includes "" and excludes "" [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ eclipselink --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ eclipselink --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.4-SNAPSHOT/eclipselink-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.4-SNAPSHOT/eclipselink-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.4-SNAPSHOT/eclipselink-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.4-SNAPSHOT/eclipselink-3.0.4-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.4-SNAPSHOT/eclipselink-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.4-SNAPSHOT/eclipselink-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.4-SNAPSHOT/eclipselink-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.4-SNAPSHOT/eclipselink-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.4-SNAPSHOT/eclipselink-3.0.4-SNAPSHOT.zip.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/eclipselink/3.0.4-SNAPSHOT/eclipselink-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.distribution.tests >-- [INFO] Building EclipseLink Bundles tests 3.0.4-SNAPSHOT [26/39] [INFO] from bundles/tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.pom (6.9 kB at 491 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 1.3 MB/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 2.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.pom (2.6 kB at 241 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/4.13.2/exam-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/4.13.2/exam-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/4.13.2/exam-4.13.2.pom (43 kB at 1.8 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam-reactor/4.13.2/exam-reactor-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam-reactor/4.13.2/exam-reactor-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam-reactor/4.13.2/exam-reactor-4.13.2.pom (4.0 kB at 333 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 853 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 135 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/1.5.1/base-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/1.5.1/base-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/1.5.1/base-1.5.1.pom (6.8 kB at 401 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-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 71 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 63 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 125 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.pom (1.0 kB at 65 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.pom (6.7 kB at 607 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.pom (3.3 kB at 334 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.pom (985 B at 98 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.pom (6.7 kB at 318 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 746 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 141 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 640 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/master/3.3.0/master-3.3.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/3.3.0/master-3.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/master/3.3.0/master-3.3.0.pom (10 kB at 1.0 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.0/ops4j-base-io-1.5.0.pom (1.4 kB at 75 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 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.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 112 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 158 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 507 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.pom (1.5 kB at 135 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.pom (1.4 kB at 52 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 371 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 761 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 172 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 113 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 187 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-net/1.5.0/ops4j-base-net-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.0/ops4j-base-net-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-net/1.5.0/ops4j-base-net-1.5.0.pom (1.4 kB at 170 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-spi/1.5.0/ops4j-base-spi-1.5.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.0/ops4j-base-spi-1.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.0/ops4j-base-spi-1.5.0.pom (985 B at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.pom (1.3 kB at 128 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.pom (1.3 kB at 116 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 796 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/2.6.2/url-2.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/2.6.2/url-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/2.6.2/url-2.6.2.pom (26 kB at 2.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.pom (1.8 kB at 177 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 438 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver/1.3.1/maven-resolver-1.3.1.pom (17 kB at 1.7 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.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 255 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 272 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 247 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.3 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 366 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.pom (3.0 kB at 335 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.pom (1.7 kB at 186 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 131 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.pom (3.3 kB at 331 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.pom (1.5 kB at 167 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.pom (3.4 kB at 148 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-store/1.5.1/ops4j-base-store-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-net/1.5.1/ops4j-base-net-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether/2.6.2/pax-url-aether-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-spi/1.3.1/maven-resolver-spi-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/slf4j/jcl-over-slf4j/1.6.6/jcl-over-slf4j-1.6.6.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-commons/2.6.2/pax-url-commons-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/url/pax-url-classpath/2.6.2/pax-url-classpath-2.6.2.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/ops4j/pax/swissbox/pax-swissbox-optional-jcl/1.8.3/pax-swissbox-optional-jcl-1.8.3.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/inject/jakarta.inject-api/1.0/jakarta.inject-api-1.0.jar (4.7 kB at 26 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.framework/7.0.0/org.apache.felix.framework-7.0.0.jar (765 kB at 45 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-lang/1.5.1/ops4j-base-lang-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/mojo/animal-sniffer-annotations/1.9/animal-sniffer-annotations-1.9.jar (3.4 kB at 1.7 MB/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-store/1.5.1/ops4j-base-store-1.5.1.jar (13 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-util-property/1.5.1/ops4j-base-util-property-1.5.1.jar (11 kB at 425 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-io/1.5.1/ops4j-base-io-1.5.1.jar (26 kB at 813 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-container-forked/4.13.2/pax-exam-container-forked-4.13.2.jar (32 kB at 942 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-spi/4.13.2/pax-exam-spi-4.13.2.jar (70 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/tinybundles/tinybundles/2.1.1/tinybundles-2.1.1.jar (30 kB at 705 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-exec/1.5.1/ops4j-base-exec-1.5.1.jar (13 kB at 268 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/base/ops4j-base-monitors/1.5.1/ops4j-base-monitors-1.5.1.jar (13 kB at 230 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/pax/exam/pax-exam/4.13.2/pax-exam-4.13.2.jar (83 kB at 1.4 MB/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-lang/1.5.1/ops4j-base-lang-1.5.1.jar (11 kB at 180 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-net/1.5.1/ops4j-base-net-1.5.1.jar (18 kB at 274 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/biz/aQute/bnd/bndlib/2.4.0/bndlib-2.4.0.jar (2.0 MB at 28 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.2/pax-exam-junit4-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-lifecycle/1.8.3/pax-swissbox-lifecycle-1.8.3.jar (6.6 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-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/base/ops4j-base-spi/1.5.1/ops4j-base-spi-1.5.1.jar (12 kB at 160 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/swissbox/pax-swissbox-framework/1.8.3/pax-swissbox-framework-1.8.3.jar (14 kB at 187 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-aether-support/2.6.2/pax-url-aether-support-2.6.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-tracker/1.8.3/pax-swissbox-tracker-1.8.3.jar (15 kB at 197 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/exam/pax-exam-link-mvn/4.13.2/pax-exam-link-mvn-4.13.2.jar (11 kB at 143 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/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-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/exam/pax-exam-junit4/4.13.2/pax-exam-junit4-4.13.2.jar (35 kB at 412 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-impl/1.3.1/maven-resolver-impl-1.3.1.jar (182 kB at 1.9 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 376 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/apache/maven/resolver/maven-resolver-util/1.3.1/maven-resolver-util-1.3.1.jar (160 kB at 1.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/resolver/maven-resolver-api/1.3.1/maven-resolver-api-1.3.1.jar (149 kB at 1.5 MB/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] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/ops4j/pax/url/pax-url-link/2.6.2/pax-url-link-2.6.2.jar (7.8 kB at 73 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-commons/2.6.2/pax-url-commons-2.6.2.jar (9.7 kB at 92 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/swissbox/pax-swissbox-property/1.8.3/pax-swissbox-property-1.8.3.jar (4.0 kB at 37 kB/s) [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 148 kB/s) [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 73 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 54 kB/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 21 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.distribution.tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.distribution.tests --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531135356 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.distribution.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.distribution.tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/classes [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/src/it/java added. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (stage) @ org.eclipse.persistence.distribution.tests --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/stage with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.distribution.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.distribution.tests --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-classes [WARNING] No processor claimed any of these annotations: jakarta.xml.bind.annotation.XmlElement,org.ops4j.pax.exam.spi.reactors.ExamReactorStrategy,org.ops4j.pax.exam.Configuration,javax.inject.Inject,jakarta.xml.bind.annotation.XmlAttribute,org.junit.BeforeClass,jakarta.validation.constraints.Size,org.junit.runner.RunWith,jakarta.xml.bind.annotation.XmlRootElement,org.junit.Test,jakarta.validation.constraints.NotNull [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- dependency:3.1.2:copy-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ org.eclipse.persistence.distribution.tests --- [INFO] Copying org.eclipse.persistence.asm-9.6.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.asm.jar [INFO] Copying org.eclipse.persistence.core-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.core.jar [INFO] Copying org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.moxy.jar [INFO] Copying jakarta.activation-2.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.activation.jar [INFO] Copying jakarta.mail-2.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.mail.jar [INFO] Copying jaxb-xjc-3.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jaxb-xjc.jar [INFO] Copying jaxb-core-3.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jaxb-core.jar [INFO] Copying jakarta.validation-api-3.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.validation-api.jar [INFO] Copying jakarta.ws.rs-api-3.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.ws.rs-api.jar [INFO] Copying jakarta.xml.bind-api-3.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.xml.bind-api.jar [INFO] Copying jakarta.json-2.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.json.jar [INFO] Copying glassfish-corba-omgapi-4.2.4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/glassfish-corba-omgapi.jar [INFO] Copying glassfish-corba-orb-4.2.4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/glassfish-corba-orb.jar [INFO] Copying glassfish-corba-csiv2-idl-4.2.4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/glassfish-corba-csiv2-idl.jar [INFO] Copying glassfish-corba-internal-api-4.2.4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/glassfish-corba-internal-api.jar [INFO] Copying exception-annotation-processor-4.2.4.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/exception-annotation-processor.jar [INFO] Copying gmbal-4.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/gmbal.jar [INFO] Copying management-api-3.2.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/management-api.jar [INFO] Copying pfl-basic-tools-4.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pfl-basic-tools.jar [INFO] Copying pfl-tf-tools-4.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pfl-tf-tools.jar [INFO] Copying pfl-asm-4.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pfl-asm.jar [INFO] Copying pfl-basic-4.1.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pfl-basic.jar [INFO] Copying pfl-dynamic-4.1.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pfl-dynamic.jar [INFO] Copying asm-9.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/asm.jar [INFO] Copying asm-util-9.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/asm-util.jar [INFO] Copying asm-tree-9.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/asm-tree.jar [INFO] Copying asm-analysis-9.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/asm-analysis.jar [INFO] Copying pfl-tf-4.1.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pfl-tf.jar [INFO] Copying junit-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/junit.jar [INFO] Copying hamcrest-core-1.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/hamcrest-core.jar [INFO] Copying jakarta.enterprise.cdi-api-3.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.enterprise.cdi-api.jar [INFO] Copying jakarta.el-api-4.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.el-api.jar [INFO] Copying jakarta.interceptor-api-2.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.interceptor-api.jar [INFO] Copying jakarta.annotation-api-2.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.annotation-api.jar [INFO] Copying hibernate-validator-7.0.1.Final.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/hibernate-validator.jar [INFO] Copying jboss-logging-3.4.1.Final.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jboss-logging.jar [INFO] Copying classmate-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/classmate.jar [INFO] Copying jakarta.el-4.0.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.el.jar [INFO] Copying org.apache.felix.framework-7.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/org.apache.felix.framework.jar [INFO] Copying animal-sniffer-annotations-1.9.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/animal-sniffer-annotations.jar [INFO] Copying pax-exam-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-exam.jar [INFO] Copying ops4j-base-io-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-io.jar [INFO] Copying ops4j-base-monitors-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-monitors.jar [INFO] Copying ops4j-base-lang-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-lang.jar [INFO] Copying ops4j-base-store-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-store.jar [INFO] Copying ops4j-base-util-property-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-util-property.jar [INFO] Copying pax-exam-container-forked-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-exam-container-forked.jar [INFO] Copying pax-exam-spi-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-exam-spi.jar [INFO] Copying tinybundles-2.1.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/tinybundles.jar [INFO] Copying bndlib-2.4.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/bndlib.jar [INFO] Copying ops4j-base-exec-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-exec.jar [INFO] Copying ops4j-base-net-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-net.jar [INFO] Copying ops4j-base-spi-1.5.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/ops4j-base-spi.jar [INFO] Copying pax-swissbox-framework-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-framework.jar [INFO] Copying pax-swissbox-tracker-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-tracker.jar [INFO] Copying pax-swissbox-lifecycle-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-lifecycle.jar [INFO] Copying slf4j-api-2.0.0-alpha1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/slf4j-api.jar [INFO] Copying pax-exam-junit4-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-exam-junit4.jar [INFO] Copying pax-exam-link-mvn-4.13.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-exam-link-mvn.jar [INFO] Copying pax-url-aether-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-url-aether.jar [INFO] Copying pax-url-aether-support-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-url-aether-support.jar [INFO] Copying maven-resolver-impl-1.3.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/maven-resolver-impl.jar [INFO] Copying maven-resolver-api-1.3.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/maven-resolver-api.jar [INFO] Copying maven-resolver-spi-1.3.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/maven-resolver-spi.jar [INFO] Copying maven-resolver-util-1.3.1.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/maven-resolver-util.jar [INFO] Copying jcl-over-slf4j-1.6.6.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jcl-over-slf4j.jar [INFO] Copying pax-url-link-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-url-link.jar [INFO] Copying pax-url-commons-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-url-commons.jar [INFO] Copying pax-swissbox-property-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-property.jar [INFO] Copying pax-url-classpath-2.6.2.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-url-classpath.jar [INFO] Copying pax-swissbox-optional-jcl-1.8.3.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/pax-swissbox-optional-jcl.jar [INFO] Copying org.osgi.core-6.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/org.osgi.core.jar [INFO] Copying jakarta.inject-api-1.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/jakarta.inject-api.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.distribution.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.distribution.tests --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (installer-test) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (osgi-test) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-installer-osgi-tests) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.distribution.tests --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.4-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.4-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.4-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.4-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.4-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.4-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.4-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.4-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.4-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.distribution.tests/3.0.4-SNAPSHOT/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.bundles.other >---- [INFO] Building EclipseLink Bundles Other 3.0.4-SNAPSHOT [27/39] [INFO] from bundles/others/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/eclipse/persistence/org.eclipse.persistence.oracleddlparser/3.0.1/org.eclipse.persistence.oracleddlparser-3.0.1-sources.jar (128 kB at 4.6 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1-sources.jar [INFO] Downloaded from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1-sources.jar (206 kB at 7.4 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.bundles.other --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.bundles.other --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531137713 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles.other --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.bundles.other --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 65 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.bundles.other --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles.other --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.bundles.other --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.bundles.other --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.bundles.other --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- dependency:3.1.2:copy (prepare-jars-for-eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Configured Artifact: jakarta.persistence:jakarta.persistence-api:3.0.0:jar [INFO] Copying jakarta.persistence-api-3.0.0.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-src.zip/jpa/plugins/jakarta.persistence-api-3.0.0.jar [INFO] [INFO] --- dependency:3.1.2:copy-dependencies (sdo-jpars-javadoc.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Copying org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.jpars-javadoc.jar [INFO] Copying org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.sdo-javadoc.jar [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles.other --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles.other --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- javadoc:3.2.0:jar (all-javadoc.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Skipping javadoc generation [INFO] [INFO] --- javadoc:3.2.0:jar (nosql-javadoc.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Skipping javadoc generation [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.bundles.other --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-plugins-nosql.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-plugins-nosql.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-plugins-nosql.zip [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-plugins.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-plugins.zip.xml [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'org.eclipse.persistence:org.eclipse.persistence.asm:*' o 'org.eclipse.persistence:org.eclipse.persistence.oracleddlparser:*' o 'org.eclipse.persistence:commonj.sdo:*' [WARNING] The following patterns were never triggered in this artifact exclusion filter: o 'com.sun:tools' o 'com.sun.xml.fastinfoset:*' o 'com.sun.istack:*' o 'org.glassfish.grizzly:*' o 'org.glassfish.ha:*' [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.pom (10 kB at 378 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/4/felix-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/4/felix-parent-4.pom (24 kB at 922 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.pom (1.4 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.pom (1.4 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.pom (7.3 kB at 304 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock-parent/3.4/easymock-parent-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock-parent/3.4/easymock-parent-3.4.pom (17 kB at 342 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.pom (2.5 kB at 24 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis-parent/2.2/objenesis-parent-2.2.pom (17 kB at 590 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.pom (11 kB at 330 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.2.0/maven-2.2.0.pom (22 kB at 802 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.pom (2.2 kB at 272 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.pom (3.2 kB at 79 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.pom (2.0 kB at 54 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.pom (1.9 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.2.0/maven-reporting-2.2.0.pom (1.4 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.pom (2.2 kB at 80 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.pom (1.6 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.pom (1.9 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.pom (1.7 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.pom (2.8 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.pom (3.1 kB at 239 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.pom (1.9 kB at 193 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.pom (1.5 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.pom (2.1 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.pom (1.3 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.pom (4.3 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.pom (5.0 kB at 313 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.pom (4.1 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.pom (2.7 kB at 166 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.2/plexus-components-1.2.pom (3.1 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.pom (11 kB at 544 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.pom (6.8 kB at 357 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.5.0/maven-bundle-plugin-3.5.0.jar (232 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.2.0/maven-core-2.2.0.jar (175 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easymock/easymock/3.4/easymock-3.4.jar (474 kB at 24 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.3.1/org.osgi.core-4.3.1.jar (350 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.2.0/maven-settings-2.2.0.jar (49 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.2.0/maven-plugin-parameter-documenter-2.2.0.jar (22 kB at 765 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.2.0/maven-profile-2.2.0.jar (35 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/objenesis/objenesis/2.2/objenesis-2.2.jar (53 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.2.0/maven-model-2.2.0.jar (87 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.2.0/maven-reporting-api-2.2.0.jar (9.8 kB at 233 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.2.0/maven-artifact-2.2.0.jar (80 kB at 1.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.2.0/maven-repository-metadata-2.2.0.jar (26 kB at 524 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.2.0/maven-project-2.2.0.jar (156 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.2.0/maven-plugin-registry-2.2.0.jar (30 kB at 512 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.5.0/biz.aQute.bndlib-3.5.0.jar (2.6 MB at 40 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.2.0/maven-plugin-api-2.2.0.jar (12 kB at 190 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.2.0/maven-plugin-descriptor-2.2.0.jar (39 kB at 586 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.2.0/maven-error-diagnostics-2.2.0.jar (13 kB at 191 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.2.0/maven-monitor-2.2.0.jar (10 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-utils/0.7/maven-shared-utils-0.7.jar (170 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.6/maven-archiver-2.6.jar (23 kB at 282 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.8.1/plexus-archiver-2.8.1.jar (143 kB at 1.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.3.2/plexus-io-2.3.2.jar (74 kB at 874 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/2.1/maven-dependency-tree-2.1.jar (60 kB at 652 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/commons/commons-compress/1.9/commons-compress-1.9.jar (378 kB at 4.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.2.0/maven-artifact-manager-2.2.0.jar (65 kB at 660 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.12/junit-4.12.jar (315 kB at 2.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.10/plexus-utils-3.0.10.jar (231 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.4/wagon-webdav-jackrabbit-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.4/wagon-webdav-jackrabbit-2.4.pom (5.4 kB at 163 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.4/wagon-providers-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.4/wagon-providers-2.4.pom (2.8 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/2.4/wagon-http-shared-2.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/2.4/wagon-http-shared-2.4.pom (3.0 kB at 160 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.pom (390 B at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.pom (704 B at 23 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.pom (7.8 kB at 485 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.pom (3.8 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-webdav/2.5.2/jackrabbit-webdav-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-webdav/2.5.2/jackrabbit-webdav-2.5.2.pom (4.9 kB at 221 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-parent/2.5.2/jackrabbit-parent-2.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-parent/2.5.2/jackrabbit-parent-2.5.2.pom (30 kB at 984 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.4/wagon-webdav-jackrabbit-2.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav-jackrabbit/2.4/wagon-webdav-jackrabbit-2.4.jar (19 kB at 631 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/2.4/wagon-http-shared-2.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-webdav/2.5.2/jackrabbit-webdav-2.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.1.1/commons-logging-1.1.1.jar (61 kB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/jackrabbit/jackrabbit-webdav/2.5.2/jackrabbit-webdav-2.5.2.jar (326 kB at 25 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-http-shared/2.4/wagon-http-shared-2.4.jar (26 kB at 1.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/nekohtml/1.9.6.2/nekohtml-1.9.6.2.jar (112 kB at 5.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar (305 kB at 14 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/nekohtml/xercesMinimal/1.9.6.2/xercesMinimal-1.9.6.2.jar (40 kB at 1.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-codec/commons-codec/1.2/commons-codec-1.2.jar (30 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.pom (10 kB at 774 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.pom (1.4 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/4.1.0/maven-bundle-plugin-4.1.0.jar (232 kB at 6.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/4.1.0/biz.aQute.bndlib-4.1.0.jar (2.9 MB at 44 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.3.7/maven-bundle-plugin-2.3.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.3.7/maven-bundle-plugin-2.3.7.pom (4.0 kB at 125 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/1.50.0/bndlib-1.50.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/1.50.0/bndlib-1.50.0.pom (1.4 kB at 53 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.pom (6.7 kB at 392 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.7/maven-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.7/maven-2.0.7.pom (11 kB at 503 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.pom (2.0 kB at 27 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.pom (3.0 kB at 203 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.pom (1.9 kB at 174 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.pom (1.8 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.7/maven-reporting-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting/2.0.7/maven-reporting-2.0.7.pom (1.4 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.pom (2.0 kB at 220 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.pom (1.6 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.pom (1.9 kB at 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.pom (1.7 kB at 170 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.pom (2.6 kB at 240 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.pom (2.6 kB at 87 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.pom (1.9 kB at 139 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.pom (1.5 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.pom (2.0 kB at 155 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.pom (1.3 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.pom (3.6 kB at 241 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/9/maven-shared-components-9.pom (3.5 kB at 219 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/8/maven-parent-8.pom (24 kB at 2.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.8/maven-project-2.0.8.pom (2.7 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven/2.0.8/maven-2.0.8.pom (12 kB at 756 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/6/maven-parent-6.pom (20 kB at 528 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.8/maven-settings-2.0.8.pom (2.1 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.8/maven-model-2.0.8.pom (3.1 kB at 150 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.6/plexus-utils-1.4.6.pom (2.3 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.8/maven-profile-2.0.8.pom (2.0 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.8/maven-artifact-manager-2.0.8.pom (2.7 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.8/maven-repository-metadata-2.0.8.pom (1.9 kB at 91 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.8/maven-artifact-2.0.8.pom (1.6 kB at 101 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.8/maven-plugin-registry-2.0.8.pom (2.0 kB at 69 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.3.7/maven-bundle-plugin-2.3.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.3.7/maven-bundle-plugin-2.3.7.jar (124 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/1.50.0/bndlib-1.50.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-parameter-documenter/2.0.7/maven-plugin-parameter-documenter-2.0.7.jar (21 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-core/2.0.7/maven-core-2.0.7.jar (153 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.1.0/org.osgi.core-4.1.0.jar (163 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/reporting/maven-reporting-api/2.0.7/maven-reporting-api-2.0.7.jar (9.9 kB at 552 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-model/2.0.7/maven-model-2.0.7.jar (86 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-profile/2.0.7/maven-profile-2.0.7.jar (35 kB at 1.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-settings/2.0.7/maven-settings-2.0.7.jar (49 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-project/2.0.7/maven-project-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact/2.0.7/maven-artifact-2.0.7.jar (88 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-repository-metadata/2.0.7/maven-repository-metadata-2.0.7.jar (24 kB at 790 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-registry/2.0.7/maven-plugin-registry-2.0.7.jar (29 kB at 803 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-error-diagnostics/2.0.7/maven-error-diagnostics-2.0.7.jar (14 kB at 349 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-descriptor/2.0.7/maven-plugin-descriptor-2.0.7.jar (37 kB at 819 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/1.50.0/bndlib-1.50.0.jar (920 kB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-plugin-api/2.0.7/maven-plugin-api-2.0.7.jar (13 kB at 262 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-monitor/2.0.7/maven-monitor-2.0.7.jar (10 kB at 190 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-project/2.0.7/maven-project-2.0.7.jar (117 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/2.1/plexus-utils-2.1.jar (225 kB at 3.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-dependency-tree/1.2/maven-dependency-tree-1.2.jar (35 kB at 549 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-artifact-manager/2.0.7/maven-artifact-manager-2.0.7.jar (57 kB at 681 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.4.0/maven-bundle-plugin-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.4.0/maven-bundle-plugin-3.4.0.pom (9.9 kB at 431 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.4.0/biz.aQute.bndlib-3.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.4.0/biz.aQute.bndlib-3.4.0.pom (1.4 kB at 113 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.4.0/maven-bundle-plugin-3.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.4.0/maven-bundle-plugin-3.4.0.jar (231 kB at 3.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.4.0/biz.aQute.bndlib-3.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.4.0/biz.aQute.bndlib-3.4.0.jar (2.6 MB at 39 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.1.0/maven-bundle-plugin-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.1.0/maven-bundle-plugin-2.1.0.pom (5.0 kB at 118 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/1.2.1/felix-parent-1.2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix-parent/1.2.1/felix-parent-1.2.1.pom (14 kB at 650 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/0.0.357/bndlib-0.0.357.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/0.0.357/bndlib-0.0.357.pom (864 B at 20 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.pom (2.0 kB at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.2/org.apache.felix.bundlerepository-1.6.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.2/org.apache.felix.bundlerepository-1.6.2.pom (5.7 kB at 301 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.pom (2.3 kB at 52 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.0/felix-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.0/felix-1.0.0.pom (12 kB at 667 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.pom (2.0 kB at 46 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.2/felix-1.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/felix/1.0.2/felix-1.0.2.pom (14 kB at 530 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.pom (1.3 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/3/maven-shared-components-3.pom (2.0 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/4/maven-parent-4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/4/maven-parent-4.pom (10.0 kB at 400 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.pom (1.0 kB at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.6/plexus-components-1.1.6.pom (1.9 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.2/plexus-utils-1.2.pom (767 B at 17 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus/1.0.5/plexus-1.0.5.pom (5.9 kB at 220 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.pom (680 B at 36 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom (5.9 kB at 245 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.pom (2.3 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.1.0/maven-bundle-plugin-2.1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.1.0/maven-bundle-plugin-2.1.0.jar (132 kB at 5.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/0.0.357/bndlib-0.0.357.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.2/org.apache.felix.bundlerepository-1.6.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.service.obr/1.0.1/org.osgi.service.obr-1.0.1.jar (11 kB at 1.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.apache.felix.bundlerepository/1.6.2/org.apache.felix.bundlerepository-1.6.2.jar (151 kB at 13 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/org.osgi.core/1.0.0/org.osgi.core-1.0.0.jar (61 kB at 4.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.2/maven-archiver-2.2.jar (10 kB at 557 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-2/wagon-provider-api-1.0-beta-2.jar (46 kB at 2.2 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/sf/kxml/kxml2/2.2.2/kxml2-2.2.2.jar (43 kB at 1.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bndlib/0.0.357/bndlib-0.0.357.jar (279 kB at 10 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.7/plexus-utils-1.4.7.jar (203 kB at 7.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/1.0-alpha-7/plexus-archiver-1.0-alpha-7.jar (142 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.pom (1.5 kB at 146 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0-beta-2/wagon-providers-1.0-beta-2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0-beta-2/wagon-providers-1.0-beta-2.pom (1.8 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.pom (648 B at 15 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.pom (7.1 kB at 202 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.pom (1.2 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/zeigermann/xml/xml-im-exporter/1.1/xml-im-exporter-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/zeigermann/xml/xml-im-exporter/1.1/xml-im-exporter-1.1.pom (248 B at 19 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-webdav/1.0-beta-2/wagon-webdav-1.0-beta-2.jar (17 kB at 641 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/zeigermann/xml/xml-im-exporter/1.1/xml-im-exporter-1.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging/1.0.4/commons-logging-1.0.4.jar (38 kB at 3.8 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-httpclient/commons-httpclient/2.0.2/commons-httpclient-2.0.2.jar (225 kB at 19 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.0.4/plexus-utils-1.0.4.jar (164 kB at 6.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/jdom/jdom/1.0/jdom-1.0.jar (153 kB at 5.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/zeigermann/xml/xml-im-exporter/1.1/xml-im-exporter-1.1.jar (24 kB at 620 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/slide/slide-webdavlib/2.1/slide-webdavlib-2.1.jar (173 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-7/wagon-ssh-external-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-7/wagon-ssh-external-1.0-beta-7.pom (2.6 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0-beta-7/wagon-providers-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0-beta-7/wagon-providers-1.0-beta-7.pom (2.2 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-7/wagon-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0-beta-7/wagon-1.0-beta-7.pom (12 kB at 490 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-7/wagon-ssh-common-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-7/wagon-ssh-common-1.0-beta-7.pom (1.9 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.pom (1.8 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-7/wagon-ssh-external-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0-beta-7/wagon-ssh-external-1.0-beta-7.jar (15 kB at 500 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-7/wagon-ssh-common-1.0-beta-7.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/1.4.2/plexus-utils-1.4.2.jar (190 kB at 8.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0-beta-7/wagon-ssh-common-1.0-beta-7.jar (27 kB at 918 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0-beta-7/wagon-provider-api-1.0-beta-7.jar (53 kB at 1.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.1/maven-scm-provider-gitexe-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.1/maven-scm-provider-gitexe-1.9.1.pom (2.5 kB at 97 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.1/maven-scm-providers-git-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.9.1/maven-scm-providers-git-1.9.1.pom (2.2 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.1/maven-scm-providers-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.9.1/maven-scm-providers-1.9.1.pom (3.5 kB at 184 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.1/maven-scm-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.9.1/maven-scm-1.9.1.pom (22 kB at 658 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.1/maven-scm-provider-git-commons-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.1/maven-scm-provider-git-commons-1.9.1.pom (2.1 kB at 76 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.1/maven-scm-api-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.1/maven-scm-api-1.9.1.pom (1.6 kB at 99 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.1/maven-scm-provider-gitexe-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.9.1/maven-scm-provider-gitexe-1.9.1.jar (64 kB at 2.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.1/maven-scm-provider-git-commons-1.9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.1/maven-scm-api-1.9.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-utils/3.0.15/plexus-utils-3.0.15.jar (239 kB at 16 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.9.1/maven-scm-api-1.9.1.jar (106 kB at 5.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.9.1/maven-scm-provider-git-commons-1.9.1.jar (38 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.1/maven-scm-manager-plexus-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.1/maven-scm-manager-plexus-1.9.1.pom (2.2 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.1/maven-scm-managers-1.9.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.9.1/maven-scm-managers-1.9.1.pom (1.5 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.pom (1.5 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.1/maven-scm-manager-plexus-1.9.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.9.1/maven-scm-manager-plexus-1.9.1.jar (11 kB at 226 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.8.2/junit-4.8.2.jar (237 kB at 59 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kathrynhuxtable/maven/wagon/wagon-gitsite/0.3.1/wagon-gitsite-0.3.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kathrynhuxtable/maven/wagon/wagon-gitsite/0.3.1/wagon-gitsite-0.3.1.pom (16 kB at 469 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.3/maven-scm-api-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.3/maven-scm-api-1.3.pom (1.6 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.3/maven-scm-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm/1.3/maven-scm-1.3.pom (12 kB at 342 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.3/maven-scm-manager-plexus-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.3/maven-scm-manager-plexus-1.3.pom (2.1 kB at 66 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.3/maven-scm-managers-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-managers/1.3/maven-scm-managers-1.3.pom (1.5 kB at 93 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.4/plexus-container-default-1.5.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-container-default/1.5.4/plexus-container-default-1.5.4.pom (2.8 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-classworlds/2.2.2/plexus-classworlds-2.2.2.pom (4.0 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean-reflect/3.4/xbean-reflect-3.4.pom (2.8 kB at 100 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/xbean/xbean/3.4/xbean-3.4.pom (19 kB at 545 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/commons-logging/commons-logging-api/1.1/commons-logging-api-1.1.pom (5.3 kB at 153 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.3/maven-scm-provider-gitexe-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.3/maven-scm-provider-gitexe-1.3.pom (2.3 kB at 134 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.3/maven-scm-providers-git-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers-git/1.3/maven-scm-providers-git-1.3.pom (2.2 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.3/maven-scm-providers-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-providers/1.3/maven-scm-providers-1.3.pom (3.6 kB at 364 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/regexp/regexp/1.3/regexp-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/regexp/regexp/1.3/regexp-1.3.pom (145 B at 8.5 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.3/maven-scm-provider-git-commons-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.3/maven-scm-provider-git-commons-1.3.pom (2.2 kB at 84 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kathrynhuxtable/maven/wagon/wagon-gitsite/0.3.1/wagon-gitsite-0.3.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/kathrynhuxtable/maven/wagon/wagon-gitsite/0.3.1/wagon-gitsite-0.3.1.jar (20 kB at 758 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.3/maven-scm-api-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.3/maven-scm-manager-plexus-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.3/maven-scm-provider-gitexe-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/regexp/regexp/1.3/regexp-1.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.3/maven-scm-provider-git-commons-1.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-git-commons/1.3/maven-scm-provider-git-commons-1.3.jar (37 kB at 3.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/regexp/regexp/1.3/regexp-1.3.jar (25 kB at 2.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-api/1.3/maven-scm-api-1.3.jar (89 kB at 5.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-provider-gitexe/1.3/maven-scm-provider-gitexe-1.3.jar (49 kB at 2.1 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/scm/maven-scm-manager-plexus/1.3/maven-scm-manager-plexus-1.3.jar (10 kB at 249 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.pom (4.7 kB at 138 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.3.0/bndlib-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.3.0/bndlib-2.3.0.pom (1.4 kB at 158 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.3.0/parent-2.3.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.3.0/parent-2.3.0.pom (4.1 kB at 277 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.pom (4.5 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/shared/maven-shared-components/17/maven-shared-components-17.pom (8.7 kB at 512 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.pom (2.8 kB at 78 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.pom (1.7 kB at 124 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-components/1.1.19/plexus-components-1.1.19.pom (2.7 kB at 123 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.3/maven-bundle-plugin-2.5.3.jar (176 kB at 7.6 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.3.0/bndlib-2.3.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-io/2.0.2/plexus-io-2.0.2.jar (58 kB at 5.8 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/plexus/plexus-archiver/2.1/plexus-archiver-2.1.jar (184 kB at 14 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.3.0/bndlib-2.3.0.jar (1.8 MB at 56 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-archiver/2.5/maven-archiver-2.5.jar (22 kB at 218 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.2.0/maven-bundle-plugin-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.2.0/maven-bundle-plugin-3.2.0.pom (8.4 kB at 838 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.2.0/biz.aQute.bndlib-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.2.0/biz.aQute.bndlib-3.2.0.pom (1.3 kB at 148 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.2.0/maven-bundle-plugin-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/3.2.0/maven-bundle-plugin-3.2.0.jar (223 kB at 5.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.2.0/biz.aQute.bndlib-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/biz.aQute.bndlib/3.2.0/biz.aQute.bndlib-3.2.0.jar (2.4 MB at 32 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.0/maven-bundle-plugin-2.5.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.0/maven-bundle-plugin-2.5.0.pom (4.7 kB at 213 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.0/maven-bundle-plugin-2.5.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.5.0/maven-bundle-plugin-2.5.0.jar (175 kB at 9.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.4.0/maven-bundle-plugin-2.4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.4.0/maven-bundle-plugin-2.4.0.pom (4.0 kB at 175 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.1.0/bndlib-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.1.0/bndlib-2.1.0.pom (1.2 kB at 67 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.1.0/parent-2.1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/parent/2.1.0/parent-2.1.0.pom (2.7 kB at 171 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.2.0/org.osgi.core-4.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.2.0/org.osgi.core-4.2.0.pom (457 B at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.4.0/maven-bundle-plugin-2.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/felix/maven-bundle-plugin/2.4.0/maven-bundle-plugin-2.4.0.jar (126 kB at 11 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.1.0/bndlib-2.1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.2.0/org.osgi.core-4.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/osgi/org.osgi.core/4.2.0/org.osgi.core-4.2.0.jar (247 kB at 5.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/biz/aQute/bnd/bndlib/2.1.0/bndlib-2.1.0.jar (1.4 MB at 26 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.pom (12 kB at 349 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.3/nexus-staging-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.3/nexus-staging-1.6.3.pom (2.9 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.3/nexus-maven-plugins-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.3/nexus-maven-plugins-1.6.3.pom (17 kB at 1.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.3/nexus-common-1.6.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.pom (2.2 kB at 82 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.pom (4.7 kB at 161 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.7.2-01/nexus-components-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.7.2-01/nexus-components-2.7.2-01.pom (2.7 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-oss/2.7.2-01/nexus-oss-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-oss/2.7.2-01/nexus-oss-2.7.2-01.pom (36 kB at 875 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.7.2-01/nexus-buildsupport-all-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.7.2-01/nexus-buildsupport-all-2.7.2-01.pom (5.2 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.7.2-01/nexus-buildsupport-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.7.2-01/nexus-buildsupport-2.7.2-01.pom (1.9 kB at 88 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.7.2-01/nexus-buildsupport-commons-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.7.2-01/nexus-buildsupport-commons-2.7.2-01.pom (3.0 kB at 141 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.7.2-01/nexus-buildsupport-httpclient-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.7.2-01/nexus-buildsupport-httpclient-2.7.2-01.pom (2.1 kB at 47 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.7.2-01/nexus-buildsupport-maven-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.7.2-01/nexus-buildsupport-maven-2.7.2-01.pom (6.2 kB at 343 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.7.2-01/nexus-buildsupport-shiro-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.7.2-01/nexus-buildsupport-shiro-2.7.2-01.pom (3.4 kB at 228 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.7.2-01/nexus-buildsupport-bouncycastle-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.7.2-01/nexus-buildsupport-bouncycastle-2.7.2-01.pom (2.1 kB at 109 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.7.2-01/nexus-buildsupport-jetty-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.7.2-01/nexus-buildsupport-jetty-2.7.2-01.pom (4.5 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.7.2-01/nexus-buildsupport-goodies-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.7.2-01/nexus-buildsupport-goodies-2.7.2-01.pom (3.6 kB at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.7.2-01/nexus-buildsupport-groovy-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.7.2-01/nexus-buildsupport-groovy-2.7.2-01.pom (2.6 kB at 147 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.7.2-01/nexus-buildsupport-guice-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.7.2-01/nexus-buildsupport-guice-2.7.2-01.pom (3.4 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.7.2-01/nexus-buildsupport-logging-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.7.2-01/nexus-buildsupport-logging-2.7.2-01.pom (3.1 kB at 208 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.7.2-01/nexus-buildsupport-other-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.7.2-01/nexus-buildsupport-other-2.7.2-01.pom (5.0 kB at 206 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.7.2-01/nexus-buildsupport-plexus-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.7.2-01/nexus-buildsupport-plexus-2.7.2-01.pom (4.3 kB at 154 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.7.2-01/nexus-buildsupport-rest-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.7.2-01/nexus-buildsupport-rest-2.7.2-01.pom (4.4 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.7.2-01/nexus-buildsupport-testing-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.7.2-01/nexus-buildsupport-testing-2.7.2-01.pom (4.5 kB at 103 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.7.2-01/nexus-buildsupport-metrics-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.7.2-01/nexus-buildsupport-metrics-2.7.2-01.pom (3.0 kB at 178 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.pom (3.5 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.7.2-01/nexus-plugins-restlet1x-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.7.2-01/nexus-plugins-restlet1x-2.7.2-01.pom (6.0 kB at 461 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.7.2-01/nexus-plugins-2.7.2-01.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.7.2-01/nexus-plugins-2.7.2-01.pom (25 kB at 2.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.pom (11 kB at 925 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.5/xstream-parent-1.4.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream-parent/1.4.5/xstream-parent-1.4.5.pom (25 kB at 1.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.pom (1.9 kB at 108 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.5.2/siesta-1.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta/1.5.2/siesta-1.5.2.pom (12 kB at 539 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/3/public-parent-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/public-parent/3/public-parent-3.pom (760 B at 33 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/3/buildsupport-3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/buildsupport/buildsupport/3/buildsupport-3.pom (23 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.pom (2.1 kB at 119 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.pom (10 kB at 856 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.pom (5.3 kB at 526 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.pom (1.0 kB at 21 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.pom (1.2 kB at 83 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.pom (1.6 kB at 56 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.pom (1.6 kB at 71 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.pom (1.9 kB at 98 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.pom (6.7 kB at 374 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/20/spice-parent-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/20/spice-parent-20.pom (9.9 kB at 616 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/12/forge-parent-12.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/12/forge-parent-12.pom (14 kB at 508 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.pom (7.3 kB at 457 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.pom (2.1 kB at 90 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/18/spice-parent-18.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/spice-parent/18/spice-parent-18.pom (6.8 kB at 322 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/11/forge-parent-11.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/forge/forge-parent/11/forge-parent-11.pom (14 kB at 677 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.pom (1.5 kB at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.3/nexus-staging-maven-plugin-1.6.3.jar (248 kB at 16 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.7.2-01/nexus-restlet1x-model-2.7.2-01.jar (160 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-common/1.5.2/siesta-common-1.5.2.jar (11 kB at 532 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.7.2-01/nexus-client-core-2.7.2-01.jar (212 kB at 9.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/jersey/jersey-json/1.17.1/jersey-json-1.17.1.jar (164 kB at 5.5 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.3/nexus-common-1.6.3.jar (16 kB at 517 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/sun/xml/bind/jaxb-impl/2.2.3-1/jaxb-impl-2.2.3-1.jar (890 kB at 22 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/siesta/siesta-client/1.5.2/siesta-client-1.5.2.jar (20 kB at 455 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-core-asl/1.9.2/jackson-core-asl-1.9.2.jar (228 kB at 5.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-jaxrs/1.9.2/jackson-jaxrs-1.9.2.jar (18 kB at 359 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-mapper-asl/1.9.2/jackson-mapper-asl-1.9.2.jar (766 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/spice/zapper/spice-zapper/1.2/spice-zapper-1.2.jar (168 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/jcl-over-slf4j/1.7.5/jcl-over-slf4j-1.7.5.jar (17 kB at 254 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/2.4.1/protobuf-java-2.4.1.jar (450 kB at 6.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/thoughtworks/xstream/xstream/1.4.5/xstream-1.4.5.jar (509 kB at 5.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/codehaus/jackson/jackson-xc/1.9.2/jackson-xc-1.9.2.jar (27 kB at 265 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/slf4j/slf4j-simple/1.7.5/slf4j-simple-1.7.5.jar (11 kB at 73 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/sisu/sisu-charger/1.1/sisu-charger-1.1.jar (19 kB at 114 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.9/wagon-ssh-2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.9/wagon-ssh-2.9.pom (6.0 kB at 549 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.9/wagon-providers-2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.9/wagon-providers-2.9.pom (2.7 kB at 303 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.9/wagon-2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.9/wagon-2.9.pom (21 kB at 1.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.pom (3.2 kB at 324 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.6/jsch.agentproxy.connector-factory-0.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.6/jsch.agentproxy.connector-factory-0.0.6.pom (1.7 kB at 185 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.6/jsch.agentproxy-0.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy/0.0.6/jsch.agentproxy-0.0.6.pom (4.3 kB at 483 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.6/jsch.agentproxy.core-0.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.6/jsch.agentproxy.core-0.0.6.pom (804 B at 89 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.6/jsch.agentproxy.usocket-jna-0.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.6/jsch.agentproxy.usocket-jna-0.0.6.pom (1.3 kB at 30 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.6/jsch.agentproxy.usocket-nc-0.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.6/jsch.agentproxy.usocket-nc-0.0.6.pom (996 B at 37 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.6/jsch.agentproxy.sshagent-0.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.6/jsch.agentproxy.sshagent-0.0.6.pom (971 B at 51 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.6/jsch.agentproxy.pageant-0.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.6/jsch.agentproxy.pageant-0.0.6.pom (1.3 kB at 40 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.jsch/0.0.6/jsch.agentproxy.jsch-0.0.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.jsch/0.0.6/jsch.agentproxy.jsch-0.0.6.pom (1.1 kB at 39 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.9/wagon-ssh-common-2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.9/wagon-ssh-common-2.9.pom (1.8 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.9/wagon-provider-api-2.9.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.9/wagon-provider-api-2.9.pom (1.7 kB at 75 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.9/wagon-ssh-2.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.9/wagon-ssh-2.9.jar (30 kB at 588 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.6/jsch.agentproxy.connector-factory-0.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.6/jsch.agentproxy.core-0.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.6/jsch.agentproxy.usocket-jna-0.0.6.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-jna/0.0.6/jsch.agentproxy.usocket-jna-0.0.6.jar (6.5 kB at 719 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.connector-factory/0.0.6/jsch.agentproxy.connector-factory-0.0.6.jar (12 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.6/jsch.agentproxy.usocket-nc-0.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.core/0.0.6/jsch.agentproxy.core-0.0.6.jar (9.6 kB at 564 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.6/jsch.agentproxy.sshagent-0.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.50/jsch-0.1.50.jar (254 kB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.6/jsch.agentproxy.pageant-0.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.usocket-nc/0.0.6/jsch.agentproxy.usocket-nc-0.0.6.jar (5.3 kB at 280 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.jsch/0.0.6/jsch.agentproxy.jsch-0.0.6.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar (913 kB at 29 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.9/wagon-ssh-common-2.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.sshagent/0.0.6/jsch.agentproxy.sshagent-0.0.6.jar (4.2 kB at 126 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.9/wagon-provider-api-2.9.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.9/wagon-ssh-common-2.9.jar (26 kB at 627 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.jsch/0.0.6/jsch.agentproxy.jsch-0.0.6.jar (4.4 kB at 87 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.9/wagon-provider-api-2.9.jar (54 kB at 776 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch.agentproxy.pageant/0.0.6/jsch.agentproxy.pageant-0.0.6.jar (7.6 kB at 105 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/net/java/dev/jna/jna/3.4.0/jna-3.4.0.jar (1.0 MB at 14 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0/wagon-ssh-external-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0/wagon-ssh-external-1.0.pom (2.6 kB at 92 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0/wagon-providers-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/1.0/wagon-providers-1.0.pom (2.1 kB at 58 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/1.0/wagon-1.0.pom (9.8 kB at 579 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/20/maven-parent-20.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/maven-parent/20/maven-parent-20.pom (25 kB at 3.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.pom (1.8 kB at 181 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.pom (1.8 kB at 50 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0/wagon-ssh-external-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-external/1.0/wagon-ssh-external-1.0.jar (14 kB at 628 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/1.0/wagon-ssh-common-1.0.jar (27 kB at 2.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/1.0/wagon-provider-api-1.0.jar (53 kB at 2.7 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.pom (12 kB at 745 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.5/nexus-staging-1.6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-staging/1.6.5/nexus-staging-1.6.5.pom (2.8 kB at 145 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.5/nexus-maven-plugins-1.6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-maven-plugins/1.6.5/nexus-maven-plugins-1.6.5.pom (18 kB at 763 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.pom (2.2 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.pom (4.9 kB at 149 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-components/2.9.1-02/nexus-components-2.9.1-02.pom (2.6 kB at 199 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-oss/2.9.1-02/nexus-oss-2.9.1-02.pom (37 kB at 785 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-all/2.9.1-02/nexus-buildsupport-all-2.9.1-02.pom (5.7 kB at 406 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport/2.9.1-02/nexus-buildsupport-2.9.1-02.pom (2.0 kB at 132 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-commons/2.9.1-02/nexus-buildsupport-commons-2.9.1-02.pom (3.0 kB at 156 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-db/2.9.1-02/nexus-buildsupport-db-2.9.1-02.pom (2.0 kB at 55 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-httpclient/2.9.1-02/nexus-buildsupport-httpclient-2.9.1-02.pom (2.1 kB at 44 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-maven/2.9.1-02/nexus-buildsupport-maven-2.9.1-02.pom (6.2 kB at 257 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-shiro/2.9.1-02/nexus-buildsupport-shiro-2.9.1-02.pom (3.4 kB at 137 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-bouncycastle/2.9.1-02/nexus-buildsupport-bouncycastle-2.9.1-02.pom (2.1 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-jetty/2.9.1-02/nexus-buildsupport-jetty-2.9.1-02.pom (4.5 kB at 172 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-goodies/2.9.1-02/nexus-buildsupport-goodies-2.9.1-02.pom (3.6 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-groovy/2.9.1-02/nexus-buildsupport-groovy-2.9.1-02.pom (2.6 kB at 110 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-guice/2.9.1-02/nexus-buildsupport-guice-2.9.1-02.pom (3.6 kB at 365 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-logging/2.9.1-02/nexus-buildsupport-logging-2.9.1-02.pom (3.3 kB at 157 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-osgi/2.9.1-02/nexus-buildsupport-osgi-2.9.1-02.pom (2.0 kB at 73 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-other/2.9.1-02/nexus-buildsupport-other-2.9.1-02.pom (4.2 kB at 117 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-plexus/2.9.1-02/nexus-buildsupport-plexus-2.9.1-02.pom (4.3 kB at 253 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-rest/2.9.1-02/nexus-buildsupport-rest-2.9.1-02.pom (4.5 kB at 267 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-testing/2.9.1-02/nexus-buildsupport-testing-2.9.1-02.pom (4.7 kB at 115 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/buildsupport/nexus-buildsupport-metrics/2.9.1-02/nexus-buildsupport-metrics-2.9.1-02.pom (3.0 kB at 74 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.pom (3.5 kB at 391 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins-restlet1x/2.9.1-02/nexus-plugins-restlet1x-2.9.1-02.pom (6.0 kB at 167 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-plugins/2.9.1-02/nexus-plugins-2.9.1-02.pom (27 kB at 894 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.5/nexus-staging-maven-plugin-1.6.5.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/plugins/nexus-staging-maven-plugin/1.6.5/nexus-staging-maven-plugin-1.6.5.jar (248 kB at 5.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/plugins/nexus-restlet1x-model/2.9.1-02/nexus-restlet1x-model-2.9.1-02.jar (160 kB at 9.4 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/nexus-client-core/2.9.1-02/nexus-client-core-2.9.1-02.jar (211 kB at 9.6 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/sonatype/nexus/maven/nexus-common/1.6.5/nexus-common-1.6.5.jar (16 kB at 349 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.10/wagon-ssh-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.10/wagon-ssh-2.10.pom (6.0 kB at 252 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.10/wagon-providers-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.10/wagon-providers-2.10.pom (2.7 kB at 70 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.10/wagon-ssh-common-2.10.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.10/wagon-ssh-common-2.10.pom (1.8 kB at 38 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.10/wagon-ssh-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.10/wagon-ssh-2.10.jar (30 kB at 1.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.10/wagon-ssh-common-2.10.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.10/wagon-ssh-common-2.10.jar (26 kB at 1.0 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.0/wagon-ssh-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.0/wagon-ssh-2.0.pom (5.9 kB at 210 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.0/wagon-providers-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-providers/2.0/wagon-providers-2.0.pom (2.8 kB at 307 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.0/wagon-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon/2.0/wagon-2.0.pom (15 kB at 302 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.pom (3.4 kB at 65 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.0/wagon-ssh-common-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.0/wagon-ssh-common-2.0.pom (1.8 kB at 29 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.0/wagon-provider-api-2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.0/wagon-provider-api-2.0.pom (1.7 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.0/wagon-ssh-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh/2.0/wagon-ssh-2.0.jar (29 kB at 1.3 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.0/wagon-ssh-common-2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.0/wagon-provider-api-2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-provider-api/2.0/wagon-provider-api-2.0.jar (52 kB at 3.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/jcraft/jsch/0.1.44-1/jsch-0.1.44-1.jar (214 kB at 12 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/wagon/wagon-ssh-common/2.0/wagon-ssh-common-2.0.jar (25 kB at 1.0 MB/s) [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'jakarta.inject:jakarta.inject' [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-plugins.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.4-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-shared-lib.ear) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-shared-lib.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence3.0.4-SNAPSHOT-shared-lib.ear [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-shared-lib.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-shared-lib.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink3.0.4-SNAPSHOT-shared-lib.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.4-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-core-tests.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-core-tests.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.4-SNAPSHOT.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-coretest-framework.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-coretest-framework.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-core-tests.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-jpa-tests.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-jpa-tests.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/foundation/eclipselink.core.test/eclipselink-coretest-framework.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-jpatest-framework.jar) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-jpatest-framework.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpa-tests.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-test-jars.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-test-jars.zip.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-test-jars.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.4-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-test-src.zip) @ org.eclipse.persistence.bundles.other --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/src/main/assembly/eclipselink-test-src.zip.xml [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.core.test.framework:jar:3.0.4-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.core.test:jar:3.0.4-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.nosql:jar:3.0.4-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:jar:3.0.4-SNAPSHOT [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:org.eclipse.persistence.oracle.spatial' [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.oracle:jar:3.0.4-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:3.0.4-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.moxy:jar:3.0.4-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo:jar:3.0.4-SNAPSHOT [INFO] Processing sources for module project: org.eclipse.persistence:org.eclipse.persistence.sdo.server.test:jar:3.0.4-SNAPSHOT [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-test-src.zip [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.bundles.other:zip:3.0.4-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.bundles.other --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.bundles.other --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.4-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.4-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.4-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-test-src.zip to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.4-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.4-SNAPSHOT.zip [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence3.0.4-SNAPSHOT-shared-lib.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.4-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.4-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/gpg/target/archive-tmp/eclipselink-test-jars/jpa/eclipselink.jpa.test/eclipselink-jpatest-framework.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.4-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.4-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/org.eclipse.persistence.bundles.other-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.4-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/eclipselink-test-src.zip.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.4-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.4-SNAPSHOT.zip.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/others/target/gpg/target/archive-tmp/eclipselink-shared-lib/org.eclipse.persistence3.0.4-SNAPSHOT-shared-lib.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.bundles.other/3.0.4-SNAPSHOT/org.eclipse.persistence.bundles.other-3.0.4-SNAPSHOT.ear.asc [INFO] [INFO] -------------------< org.eclipse.persistence:p2site >------------------- [INFO] Building EclipseLink Bundles P2 Site 3.0.4-SNAPSHOT [28/39] [INFO] from bundles/p2site/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ p2site --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ p2site --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ p2site --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ p2site --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ p2site --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ p2site --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ p2site --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531154399 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ p2site --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ p2site --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ p2site --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ p2site --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ p2site --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ p2site --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ p2site --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ p2site --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ p2site --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ p2site --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ p2site --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ p2site --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ p2site --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ p2site --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/p2site/3.0.4-SNAPSHOT/p2site-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/p2site/target/p2site-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/p2site/3.0.4-SNAPSHOT/p2site-3.0.4-SNAPSHOT.pom.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.oracle.test.server.parent >-- [INFO] Building EclipseLink Test Server Parent 3.0.4-SNAPSHOT [29/39] [INFO] from testing/server-oracle/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531158311 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test.server.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Not executing Javadoc as the project is not a Java classpath-capable package [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Skipping plugin execution [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.oracle.test.server.parent --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test.server.parent/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.test.server.parent-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server-oracle/target/org.eclipse.persistence.oracle.test.server.parent-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test.server.parent/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.test.server.parent-3.0.4-SNAPSHOT.pom.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.sdo.server.test >--- [INFO] Building EclipseLink SDO Test Server 3.0.4-SNAPSHOT [30/39] [INFO] from sdo/eclipselink.sdo.test.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.sdo.server.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.sdo.server.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531162219 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo.server.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.sdo.server.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 4 resources [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.sdo.server.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 8 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/test-classes [INFO] [INFO] --- assembly:3.3.0:single (eclipselink.sdo.test.server.jar) @ org.eclipse.persistence.sdo.server.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/classes with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink.sdo.test.server.ear) @ org.eclipse.persistence.sdo.server.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/src/it//assembly/eclipselink.sdo.test.server.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.sdo.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.sdo.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT-client.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.sdo.server.test --- [INFO] WildFlyHomeDir exists:true [INFO] Skip WildFly configuration: false [INFO] [INFO] --- xml:1.0.2:transform (default) @ org.eclipse.persistence.sdo.server.test --- [INFO] Transforming file: /home/jenkins/.eclipselinktests/wildfly-18.0.0.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml [INFO] Transformed 1 file(s). [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- cargo:1.7.7:restart (start-container) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-sdo-server) @ org.eclipse.persistence.sdo.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- cargo:1.7.7:stop (stop-container) @ org.eclipse.persistence.sdo.server.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-server-test) @ org.eclipse.persistence.sdo.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.sdo.server.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.sdo.server.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT-client.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT-client.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/eclipselink.sdo.test.server.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT.ear.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/eclipselink.sdo.test.server/target/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT-client.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.sdo.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.sdo.server.test-3.0.4-SNAPSHOT-client.jar.asc [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.jpa.nosql.test >--- [INFO] Building EclipseLink JPA NoSQL Test 3.0.4-SNAPSHOT [31/39] [INFO] from jpa/eclipselink.jpa.nosql.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.pom (2.1 kB at 23 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/mongodb/mongo-java-driver/3.2.0/mongo-java-driver-3.2.0.jar (1.5 MB at 14 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531167945 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-generated-test-sources-dir) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src added. [INFO] [INFO] --- replacer:1.5.3:replace (filter-test-src-TestRunnerBean) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Replacement run on 1 file. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 12 resources [INFO] Copying 12 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/test-classes [INFO] [EL Info]: processor: Creating static metadata factory ... [WARNING] [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. [WARNING] No processor claimed any of these annotations: jakarta.ejb.Remote,jakarta.ejb.Stateless,jakarta.persistence.PersistenceUnit,jakarta.ejb.TransactionManagement [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src/org/eclipse/persistence/testing/framework/server/TestRunnerBean.java: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src/org/eclipse/persistence/testing/framework/server/TestRunnerBean.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/generated-test-sources/jpa-runner-src/org/eclipse/persistence/testing/framework/server/TestRunnerBean.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- iterator:0.5.1:iterator (pack-server) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skip by user request. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.4-SNAPSHOT-client.jar [INFO] [INFO] --- jar:3.2.0:test-jar (default-test-jar) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.nosql.test/target/org.eclipse.persistence.jpa.nosql.test-3.0.4-SNAPSHOT-tests.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] WildFlyHomeDir exists:true [INFO] Skip WildFly configuration: false [INFO] [INFO] --- xml:1.0.2:transform (default) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Transforming file: /home/jenkins/.eclipselinktests/wildfly-18.0.0.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml [INFO] Transformed 1 file(s). [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- cargo:1.7.7:restart (start-container) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-server-test) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Tests are skipped. [INFO] [INFO] --- iterator:0.5.1:invoker (test-server-lrg) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skip by user request. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- cargo:1.7.7:stop (stop-container) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-server-test) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.nosql.test --- [INFO] Skipping artifact installation [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.jse.test >---- [INFO] Building EclipseLink JPA JSE Test 3.0.4-SNAPSHOT [32/39] [INFO] from jpa/eclipselink.jpa.test.jse/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.pom (6.2 kB at 164 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/de/empulse/eclipselink/staticweave-maven-plugin/1.0.0/staticweave-maven-plugin-1.0.0.jar (11 kB at 1.2 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.pom (8.0 kB at 469 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/se/weld-se-parent/4.0.1.Final/weld-se-parent-4.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-parent/4.0.1.Final/weld-se-parent-4.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-parent/4.0.1.Final/weld-se-parent-4.0.1.Final.pom (1.6 kB at 182 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-core-parent/4.0.1.Final/weld-core-parent-4.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-parent/4.0.1.Final/weld-core-parent-4.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-parent/4.0.1.Final/weld-core-parent-4.0.1.Final.pom (32 kB at 906 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-parent/44/weld-parent-44.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/44/weld-parent-44.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-parent/44/weld-parent-44.pom (54 kB at 4.1 MB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha8/arquillian-bom-1.7.0.Alpha8.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha8/arquillian-bom-1.7.0.Alpha8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/arquillian/arquillian-bom/1.7.0.Alpha8/arquillian-bom-1.7.0.Alpha8.pom (10 kB at 452 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-bom/4.0.SP1/weld-api-bom-4.0.SP1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/4.0.SP1/weld-api-bom-4.0.SP1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-bom/4.0.SP1/weld-api-bom-4.0.SP1.pom (5.1 kB at 426 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api-parent/4.0.SP1/weld-api-parent-4.0.SP1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/4.0.SP1/weld-api-parent-4.0.SP1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api-parent/4.0.SP1/weld-api-parent-4.0.SP1.pom (7.9 kB at 395 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.pom (1.8 kB at 110 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.pom (8.4 kB at 299 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.pom (1.6 kB at 80 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.pom (2.7 kB at 177 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.pom (3.3 kB at 173 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.pom (11 kB at 564 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/probe/weld-probe-parent/4.0.1.Final/weld-probe-parent-4.0.1.Final.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-parent/4.0.1.Final/weld-probe-parent-4.0.1.Final.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-parent/4.0.1.Final/weld-probe-parent-4.0.1.Final.pom (855 B at 36 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/se/weld-se-core/4.0.1.Final/weld-se-core-4.0.1.Final.jar (73 kB at 2.9 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-api/4.0.SP1/weld-api-4.0.SP1.jar (33 kB at 2.2 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-spi/4.0.SP1/weld-spi-4.0.SP1.jar (85 kB at 5.3 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/environment/weld-environment-common/4.0.1.Final/weld-environment-common-4.0.1.Final.jar (86 kB at 3.9 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/probe/weld-probe-core/4.0.1.Final/weld-probe-core-4.0.1.Final.jar (818 kB at 34 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/classfilewriter/jboss-classfilewriter/1.2.4.Final/jboss-classfilewriter-1.2.4.Final.jar (121 kB at 4.5 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/jboss/weld/weld-core-impl/4.0.1.Final/weld-core-impl-4.0.1.Final.jar (1.7 MB at 26 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.jse.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.jse.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531170053 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.jse.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/test/resources [INFO] Copying 3 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 252 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/oraclefeatures/TestOracleLOBLocatorFeature.java:[193,23] assertThat(T,org.hamcrest.Matcher) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/cachedeadlock/MainThread.java:[44,13] static variable should be qualified by type name, org.eclipse.persistence.jpa.test.cachedeadlock.MainThread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/cachedeadlock/MainThread.java:[45,13] static variable should be qualified by type name, org.eclipse.persistence.jpa.test.cachedeadlock.MainThread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/canonical/TestCanonicalMetaModel.java:[62,48] auto-closeable resource acemf is never referenced in body of corresponding try statement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[72,46] getYear() in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[73,36] getMonth() in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/conversion/TestJavaTimeTypeConverter.java:[74,36] getDate() in java.util.Date has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/cachedeadlock/CacheDeadLockDetectionTest.java:[70,35] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11248,70] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11322,70] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11396,70] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11478,44] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11576,44] redundant cast to jakarta.persistence.criteria.Expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/query/TestQuerySyntaxComparisonTests.java:[11674,44] redundant cast to jakarta.persistence.criteria.Expression [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/oraclefeatures/TestOracleLOBLocatorFeature.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/src/it/java/org/eclipse/persistence/jpa/test/oraclefeatures/TestOracleLOBLocatorFeature.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- staticweave:1.0.0:weave (default) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Start EclipseLink static weaving... [INFO] Finished EclipseLink static weaving. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jse-without-deadlock) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jse-deadlock) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.jse.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.jse.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test.jse/target/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.jse.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.jse.test-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.spring.test >--- [INFO] Building EclipseLink JPA Spring Test 3.0.4-SNAPSHOT [33/39] [INFO] from jpa/eclipselink.jpa.spring.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-context/5.3.4/spring-context-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.4/spring-context-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.4/spring-context-5.3.4.pom (2.6 kB at 76 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.pom (2.2 kB at 73 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.pom (2.0 kB at 92 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-core/5.3.4/spring-core-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.4/spring-core-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.4/spring-core-5.3.4.pom (2.0 kB at 75 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.pom (1.8 kB at 70 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.pom (2.1 kB at 109 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.pom (1.8 kB at 67 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.pom (2.6 kB at 163 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.pom (2.4 kB at 140 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.pom (2.2 kB at 130 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-test/5.3.4/spring-test-5.3.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.4/spring-test-5.3.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.4/spring-test-5.3.4.pom (2.0 kB at 137 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-context/5.3.4/spring-context-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-core/5.3.4/spring-core-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-test/5.3.4/spring-test-5.3.4.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.4/spring-context-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-context/5.3.4/spring-context-5.3.4.jar (1.2 MB at 29 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.4/spring-core-5.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jcl/5.3.4/spring-jcl-5.3.4.jar (24 kB at 2.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-expression/5.3.4/spring-expression-5.3.4.jar (283 kB at 19 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-instrument/5.3.4/spring-instrument-5.3.4.jar (7.4 kB at 372 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-aop/5.3.4/spring-aop-5.3.4.jar (374 kB at 12 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.4/spring-test-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-orm/5.3.4/spring-orm-5.3.4.jar (200 kB at 5.4 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-core/5.3.4/spring-core-5.3.4.jar (1.5 MB at 37 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-jdbc/5.3.4/spring-jdbc-5.3.4.jar (417 kB at 9.7 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-beans/5.3.4/spring-beans-5.3.4.jar (696 kB at 15 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-tx/5.3.4/spring-tx-5.3.4.jar (328 kB at 5.0 MB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/springframework/spring-test/5.3.4/spring-test-5.3.4.jar (765 kB at 9.2 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.spring.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.spring.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531175616 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.spring.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 17 resources [INFO] Copying 17 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 16 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-spring-local) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-spring-container) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.spring.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.spring.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.spring.test/target/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.spring.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.spring.test-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.jpa.wdf.test >---- [INFO] Building EclipseLink JPA WDF Test 3.0.4-SNAPSHOT [34/39] [INFO] from jpa/eclipselink.jpa.wdf.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)' [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531176424 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 218 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/test-classes [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java uses unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it/java/org/eclipse/persistence/testing/tests/wdf/jpa1/lock/TestOptimistic.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-wdf-jpa1-model.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa1-model.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/classes with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-wdf-jpa2-model.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-jpa2-model.jar.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa1-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-wdf-tests.jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf-tests.jar.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:org.eclipse.persistence.core:test-jar' [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-jpa2-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink-wdf.ear) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/src/it//assembly/eclipselink-wdf.ear.xml [INFO] Building ear: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT-client.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-wdf-local) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Tests are skipped. [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.jpa.wdf.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT.ear [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT-client.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT-client.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/eclipselink-wdf.ear.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT.ear.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.wdf.test/target/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT-client.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.jpa.wdf.test/3.0.4-SNAPSHOT/org.eclipse.persistence.jpa.wdf.test-3.0.4-SNAPSHOT-client.jar.asc [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.test >----- [INFO] Building EclipseLink Oracle Extension Test 3.0.4-SNAPSHOT [35/39] [INFO] from foundation/org.eclipse.persistence.oracle.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531178478 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/test/resources [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 169 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[21,18] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/models/jpa/dcn/Project.java:[31,8] Class org.eclipse.persistence.testing.models.jpa.dcn.Project overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/TIMESTAMPTester.java:[466,24] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.types.TIMESTAMPTester, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTestSuite.java:[262,56] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTestSuite.java:[263,56] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTestSuite.java:[264,56] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/proxyauthentication/ProxyAuthenticationTestSuite.java:[265,56] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/types/CalendarDaylightSavingsTest.java:[202,34] static variable should be qualified by type name, org.eclipse.persistence.queries.ObjectLevelReadQuery, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/ucp/UCPUnitOfWorkTests.java:[41,48] static method should be qualified by type name, oracle.ucp.jdbc.PoolDataSourceFactory, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[115,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[150,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[185,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[220,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[255,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[292,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[330,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[373,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[413,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dcn/DCNTestSuite.java:[447,17] static variable should be qualified by type name, org.eclipse.persistence.testing.tests.jpa.dcn.DCNTestSuite, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/models/jpa/proxyauthentication/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.proxyauthentication.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestPreparedStatement.java:[229,17] setUnicodeStream(int,java.io.InputStream,int) in java.sql.PreparedStatement has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[53,38] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/xdb/StoredFunctionXMLTypeTest.java:[54,164] oracle.sql.OPAQUE in oracle.sql has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[414,24] getUnicodeStream(java.lang.String) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[124,23] getBigDecimal(java.lang.String,int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[409,24] getUnicodeStream(int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/unwrappedconnection/TestResultSet.java:[114,23] getBigDecimal(int,int) in java.sql.ResultSet has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/models/jpa/dcn/Employee.java:[46,8] Class org.eclipse.persistence.testing.models.jpa.dcn.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/ucp/UCPCallbackUnitOfWorkTests.java:[43,48] static method should be qualified by type name, oracle.ucp.jdbc.PoolDataSourceFactory, instead of by an expression [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/OracleTestModel.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/src/it/java/org/eclipse/persistence/testing/tests/OracleTestModel.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-tests.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (jar-test-sources) @ org.eclipse.persistence.oracle.test --- [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.oracle.test:java-source:test-sources:3.0.4-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.oracle.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.oracle.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-tests.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-tests.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-tests.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-tests.jar.asc [INFO] [INFO] --- dependency:3.1.2:copy (copy-to-distribution-module) @ org.eclipse.persistence.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.oracle.test:tests:3.0.4-SNAPSHOT:test-jar [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.oracle.test:test-sources:3.0.4-SNAPSHOT:test-jar [INFO] Copying org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-tests.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/dependency/org.eclipse.persistence.oracle.test-tests.jar [INFO] Copying org.eclipse.persistence.oracle.test-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.test/target/dependency/org.eclipse.persistence.oracle.test-test-sources.jar [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.oracle.test >-- [INFO] Building EclipseLink DBWS Test Oracle 3.0.4-SNAPSHOT [36/39] [INFO] from dbws/eclipselink.dbws.test.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531180029 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/src/test/resources [INFO] Copying 6 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 9 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws.oracle.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/eclipselink.dbws.test.oracle/target/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.oracle.test-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.test >-- [INFO] Building EclipseLink DBWS Builder Test Oracle 3.0.4-SNAPSHOT [37/39] [INFO] from utils/eclipselink.dbws.builder.test.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531180850 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/src/test/resources [INFO] Copying 5 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 131 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/src/it/java/dbws/testing/shadowddlgeneration/oldjpub/RowtypeInfo.java:[22,8] Class dbws.testing.shadowddlgeneration.oldjpub.RowtypeInfo overrides equals, but neither it nor any superclass overrides hashCode method [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws.builder.oracle.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle/target/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.test-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.dbws.builder.oracle.server.test >-- [INFO] Building EclipseLink DBWS Builder Test Oracle Server 3.0.4-SNAPSHOT [38/39] [INFO] from utils/eclipselink.dbws.builder.test.oracle.server/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531185986 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/src/test/resources [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 18 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.dbws.builder.oracle.server.test --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT-test-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.dbws.builder.test.oracle.server/target/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT-test-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.dbws.builder.oracle.server.test/3.0.4-SNAPSHOT/org.eclipse.persistence.dbws.builder.oracle.server.test-3.0.4-SNAPSHOT-test-sources.jar.asc [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.utils.sigcompare >-- [INFO] Building EclipseLink Package Signature Compare Utility 3.0.4-SNAPSHOT [39/39] [INFO] from utils/eclipselink.utils.sigcompare/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.utils.sigcompare --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.utils.sigcompare --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531186804 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-test.derby.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 5 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/classes [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.utils.sigcompare --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT-sources.jar [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.sigcompare --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.utils.sigcompare --- [INFO] No previous run data found, generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- gpg:1.6:sign (sign-artifacts) @ org.eclipse.persistence.utils.sigcompare --- [INFO] [INFO] --- install:3.0.0-M1:install (default-install) @ org.eclipse.persistence.utils.sigcompare --- [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.4-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/pom.xml to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.4-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT.pom [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.4-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT-sources.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT-javadoc.jar to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.4-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT-javadoc.jar [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.4-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT.pom.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.4-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT.pom.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT-sources.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.4-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT-sources.jar.asc [INFO] Installing /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.sigcompare/target/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT-javadoc.jar.asc to /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.utils.sigcompare/3.0.4-SNAPSHOT/org.eclipse.persistence.utils.sigcompare-3.0.4-SNAPSHOT-javadoc.jar.asc [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for EclipseLink Parent 3.0.4-SNAPSHOT: [INFO] [INFO] EclipseLink Parent ................................. SUCCESS [ 28.695 s] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 43.553 s] [INFO] EclipseLink Core ................................... SUCCESS [ 34.777 s] [INFO] EclipseLink Core Test Framework .................... SUCCESS [ 5.110 s] [INFO] EclipseLink JPA .................................... SUCCESS [ 12.146 s] [INFO] EclipseLink JPA Test Framework ..................... SUCCESS [ 2.589 s] [INFO] EclipseLink JPA Model Generator .................... SUCCESS [ 3.223 s] [INFO] EclipseLink MOXy ................................... SUCCESS [ 29.603 s] [INFO] EclipseLink DBWS ................................... SUCCESS [ 20.691 s] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 2.583 s] [INFO] EclipseLink Core Test .............................. SUCCESS [ 7.476 s] [INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 14.249 s] [INFO] EclipseLink Extension .............................. SUCCESS [ 3.264 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 5.567 s] [INFO] EclipseLink JPA Test ............................... SUCCESS [ 57.860 s] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 4.719 s] [INFO] EclipseLink MOXy XJC ............................... SUCCESS [ 1.891 s] [INFO] EclipseLink SDO .................................... SUCCESS [ 9.373 s] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 7.889 s] [INFO] EclipseLink Package Rename Utility ................. SUCCESS [ 1.849 s] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 3.678 s] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 5.799 s] [INFO] EclipseLink Bundles Parent ......................... SUCCESS [ 0.195 s] [INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [ 0.795 s] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [ 44.670 s] [INFO] EclipseLink Bundles tests .......................... SUCCESS [ 4.860 s] [INFO] EclipseLink Bundles Other .......................... SUCCESS [ 16.760 s] [INFO] EclipseLink Bundles P2 Site ........................ SUCCESS [ 0.196 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 3.908 s] [INFO] EclipseLink SDO Test Server ........................ SUCCESS [ 5.383 s] [INFO] EclipseLink JPA NoSQL Test ......................... SUCCESS [ 5.223 s] [INFO] EclipseLink JPA JSE Test ........................... SUCCESS [ 5.715 s] [INFO] EclipseLink JPA Spring Test ........................ SUCCESS [ 1.609 s] [INFO] EclipseLink JPA WDF Test ........................... SUCCESS [ 2.056 s] [INFO] EclipseLink Oracle Extension Test .................. SUCCESS [ 1.551 s] [INFO] EclipseLink DBWS Test Oracle ....................... SUCCESS [ 0.820 s] [INFO] EclipseLink DBWS Builder Test Oracle ............... SUCCESS [ 1.337 s] [INFO] EclipseLink DBWS Builder Test Oracle Server ........ SUCCESS [ 4.617 s] [INFO] EclipseLink Package Signature Compare Utility ...... SUCCESS [ 2.058 s] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 07:12 min [INFO] Finished at: 2023-10-17T08:26:28Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 28 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-assembly-plugin:3.3.0 [WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.8.1 [WARNING] * org.apache.maven.plugins:maven-gpg-plugin:1.6 [WARNING] * org.codehaus.mojo:sql-maven-plugin:1.5 [WARNING] * org.codehaus.cargo:cargo-maven2-plugin:1.7.7 [WARNING] * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M4 [WARNING] * org.apache.maven.plugins:maven-dependency-plugin:3.1.2 [WARNING] * org.carlspring.maven:derby-maven-plugin:1.10 [WARNING] * org.apache.maven.plugins:maven-javadoc-plugin:3.2.0 [WARNING] * com.googlecode.maven-download-plugin:download-maven-plugin:1.6.1 [WARNING] * org.codehaus.mojo:buildnumber-maven-plugin:1.4 [WARNING] * com.soebes.maven.plugins:iterator-maven-plugin:0.5.1 [WARNING] * org.codehaus.mojo:exec-maven-plugin:3.0.0 [WARNING] * org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2 [WARNING] * org.kuali.maven.plugins:properties-maven-plugin:2.0.1 [WARNING] * org.apache.maven.plugins:maven-jar-plugin:3.2.0 [WARNING] * org.apache.maven.plugins:maven-surefire-report-plugin:3.0.0-M4 [WARNING] * org.codehaus.mojo:build-helper-maven-plugin:3.2.0 [WARNING] * org.apache.maven.plugins:maven-antrun-plugin:3.0.0 [WARNING] * org.codehaus.mojo:xml-maven-plugin:1.0.2 [WARNING] * org.apache.felix:maven-bundle-plugin:5.1.1 [WARNING] * org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2 [WARNING] * com.google.code.maven-replacer-plugin:replacer:1.5.3 [WARNING] * org.bsc.maven:maven-processor-plugin:4.5-jdk8 [WARNING] * org.apache.maven.plugins:maven-source-plugin:3.2.1 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.1.0 [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4 [WARNING] * org.apache.maven.plugins:maven-install-plugin:3.0.0-M1 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Tests) [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] tool [Pipeline] envVarsForTool [Pipeline] withEnv [Pipeline] { [Pipeline] container [Pipeline] { [Pipeline] sh + etc/jenkins/test.sh -[ EclipseLink Tests LRG ]----------------------------------------------------------- -[ EclipseLink LRG Tests ]----------------------------------------------------------- [17.10.2023 08:26:46] -[ Starting MySQL Database ]------------------------------ [17.10.2023 08:26:46] --[ Waiting for MySQL Database to come up ]--------------- . done Apache Maven 3.9.2 (c9616018c7a021c1c39be70fb2843d6f5f9b8a1c) Maven home: /opt/tools/apache-maven/latest Java version: 11.0.11, vendor: AdoptOpenJDK, runtime: /opt/tools/java/adoptopenjdk/hotspot-jdk-11/11.0.11+9 Default locale: en_US, platform encoding: ANSI_X3.4-1968 OS name: "linux", version: "5.18.5-100.fc35.x86_64", arch: "amd64", family: "unix" [INFO] Scanning for projects... [WARNING] [WARNING] Some problems were encountered while building the effective model for org.eclipse.persistence:org.eclipse.persistence.jpa.test:jar:3.0.4-SNAPSHOT [WARNING] 'build.plugins.plugin.(groupId:artifactId)' must be unique but found duplicate declaration of plugin org.apache.maven.plugins:maven-failsafe-plugin @ line 1362, column 21 [WARNING] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build. [WARNING] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects. [WARNING] [INFO] ------------------------------------------------------------------------ [INFO] Reactor Build Order: [INFO] [INFO] EclipseLink Parent [pom] [INFO] EclipseLink Hermes Parser [jar] [INFO] EclipseLink Core [jar] [INFO] EclipseLink Core Test Framework [jar] [INFO] EclipseLink JPA [jar] [INFO] EclipseLink JPA Test Framework [jar] [INFO] EclipseLink JPA Model Generator [jar] [INFO] EclipseLink MOXy [jar] [INFO] EclipseLink DBWS [jar] [INFO] EclipseLink JPA-RS [jar] [INFO] EclipseLink Core Test [jar] [INFO] EclipseLink CORBA Extension [jar] [INFO] EclipseLink Extension [jar] [INFO] EclipseLink Test Server Parent [pom] [INFO] EclipseLink JPA Test [jar] [INFO] EclipseLink NoSQL Extension [jar] [INFO] EclipseLink MOXy XJC [jar] [INFO] EclipseLink SDO [jar] [INFO] EclipseLink DBWS Builder [jar] [INFO] EclipseLink Package Rename Utility [jar] [INFO] EclipseLink Oracle Extension [jar] [INFO] EclipseLink Oracle NoSQL Extension [jar] [INFO] EclipseLink Bundles Parent [pom] [INFO] EclipseLink Bundles MOXy standalone [pom] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) [jar] [INFO] EclipseLink Bundles tests [jar] [INFO] EclipseLink JPA WDF Test [jar] [INFO] EclipseLink Bundles Other [jar] [INFO] EclipseLink Bundles Nightly Builds [pom] [INFO] EclipseLink Bundles P2 Site [pom] [INFO] EclipseLink Test Server Parent [pom] [INFO] EclipseLink SDO Test Server [jar] [INFO] EclipseLink JPA NoSQL Test [jar] [INFO] EclipseLink JPA JSE Test [jar] [INFO] EclipseLink JPA Spring Test [jar] [INFO] EclipseLink Oracle Extension Test [jar] [INFO] EclipseLink DBWS Test Oracle [jar] [INFO] EclipseLink DBWS Builder Test Oracle [jar] [INFO] EclipseLink DBWS Builder Test Oracle Server [jar] [INFO] EclipseLink Package Signature Compare Utility [jar] [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.parent >------- [INFO] Building EclipseLink Parent 3.0.4-SNAPSHOT [1/40] [INFO] from pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- assembly:3.3.0:single (test-defaults) @ org.eclipse.persistence.parent --- [INFO] Reading assembly descriptor: src/main/assembly/test-defaults.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.parent --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0 [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531210841 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.parent --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- assembly:3.3.0:single (common-license) @ org.eclipse.persistence.parent --- [INFO] Reading assembly descriptor: src/main/assembly/common-license.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.parent --- [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.jpql >------ [INFO] Building EclipseLink Hermes Parser 3.0.4-SNAPSHOT [2/40] [INFO] from jpa/org.eclipse.persistence.jpa.jpql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.jpql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.jpql --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531211596 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.jpql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.jpql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 696 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/resolver/DeclarationResolver.java:[436,17] possible fall-through into case [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/main/java/org/eclipse/persistence/jpa/jpql/tools/model/query/AbstractStateObject.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.jpql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.jpql --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 256 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/test-classes [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.jpql --- [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.jar (17 kB at 72 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-junit4/3.0.0-M4/surefire-junit4-3.0.0-M4.pom (2.9 kB at 159 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.0.0-M4/surefire-providers-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/surefire-providers/3.0.0-M4/surefire-providers-3.0.0-M4.pom (2.5 kB at 94 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.0/junit-4.0.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/junit/junit/4.0/junit-4.0.pom (210 B at 8.1 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.pom (2.9 kB at 246 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.pom (2.6 kB at 68 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.pom (3.8 kB at 107 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.pom (820 B at 25 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-assert/1.4/fest-assert-1.4.pom (2.4 kB at 64 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest/1.0.8/fest-1.0.8.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest/1.0.8/fest-1.0.8.pom (12 kB at 807 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/easytesting/fest-util/1.1.6/fest-util-1.1.6.pom (1.6 kB at 31 kB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit3/3.0.0-M4/common-junit3-3.0.0-M4.jar (12 kB at 916 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-java5/3.0.0-M4/common-java5-3.0.0-M4.jar (33 kB at 347 kB/s) [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/org/apache/maven/surefire/common-junit4/3.0.0-M4/common-junit4-3.0.0-M4.jar (27 kB at 247 kB/s) [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.jpa.tests.jpql.AllHermesTests [WARNING] Tests run: 113506, Failures: 0, Errors: 0, Skipped: 75, Time elapsed: 17.23 s - in org.eclipse.persistence.jpa.tests.jpql.AllHermesTests [INFO] [INFO] Results: [INFO] [WARNING] Tests run: 113506, Failures: 0, Errors: 0, Skipped: 75 [INFO] [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.jpql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.jpql --- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.core >-------- [INFO] Building EclipseLink Core 3.0.4-SNAPSHOT [3/40] [INFO] from foundation/org.eclipse.persistence.core/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531258987 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1695 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[124,13] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1083,13] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/descriptors/ClassDescriptor.java:[1598,14] redundant cast to org.eclipse.persistence.mappings.DatabaseMapping [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[792,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/AbstractSession.java:[1913,47] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DatabaseSessionImpl.java:[1095,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/databaseaccess/ConnectionCustomizer.java:[103,12] Class org.eclipse.persistence.internal.databaseaccess.ConnectionCustomizer.Empty overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/server/ClientSession.java:[797,43] static method should be qualified by type name, java.lang.Thread, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/history/AsOfClause.java:[46,8] Class org.eclipse.persistence.history.AsOfClause overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/DirectCollectionChangeRecord.java:[381,19] Class org.eclipse.persistence.internal.sessions.DirectCollectionChangeRecord.NULL overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ArgumentListFunctionExpression.java:[102,10] redundant cast to org.eclipse.persistence.expressions.ListExpressionOperator [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[744,9] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1055,20] redundant cast to T [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/JPQLQueryContext.java:[1090,40] auxiliary class org.eclipse.persistence.internal.jpa.jpql.ParameterTypeVisitor in /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/ParameterType.java should not be accessed from outside its own source file [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/jpa/jpql/DeclarationResolver.java:[349,17] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/StoredProcedureParameter.java:[44,15] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/MaxDBPlatform.java:[225,19] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:[61,11] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/NamedStoredProcedureQuery.java:[73,12] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[284,20] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[300,20] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/HANAPlatform.java:[323,19] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[47,57] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/expressions/ExpressionOperatorConverter.java:[48,81] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/PropertiesHandler.java:[222,62] ORDER_UPDATES in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/platform/database/SymfowarePlatform.java:[335,17] setIsBindingSupported(java.lang.Boolean) in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLCompositeCollectionMapping.java:[554,58] static variable should be qualified by type name, org.w3c.dom.Node, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/logging/LogFormatter.java:[109,23] explicit call to close() on an auto-closeable resource [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/sessions/factories/SessionsFactory.java:[475,30] setLookupType(int) in org.eclipse.persistence.sessions.JNDIConnector has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/internal/core/queries/CoreAttributeConverter.java:[107,17] possible fall-through into case [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/BasicMap.java:[56,9] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLCompositeObjectMapping.java:[541,58] static variable should be qualified by type name, org.w3c.dom.Node, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/annotations/CollectionTable.java:[42,9] deprecated item is not annotated with @Deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/expressions/spatial/SpatialExpressionFactory.java:[145,46] static method should be qualified by type name, org.eclipse.persistence.expressions.Expression, instead of by an expression [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[75,20] getContainerAccessor() in org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/oxm/mappings/XMLVariableXPathObjectMapping.java:[76,13] getContainerAccessor() in org.eclipse.persistence.oxm.mappings.XMLCompositeObjectMapping has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/sessions/factories/ProjectClassGenerator.java:[1266,70] getDatabaseStrings() in org.eclipse.persistence.expressions.ExpressionOperator has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/mappings/querykeys/ForeignReferenceQueryKey.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/main/java/org/eclipse/persistence/mappings/querykeys/ForeignReferenceQueryKey.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.core.test.framework >-- [INFO] Building EclipseLink Core Test Framework 3.0.4-SNAPSHOT [4/40] [INFO] from foundation/org.eclipse.persistence.core.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core.test.framework --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core.test.framework --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531270110 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core.test.framework --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core.test.framework --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core.test.framework --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test.framework --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core.test.framework/target/org.eclipse.persistence.core.test.framework-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test.framework --- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.jpa >--------- [INFO] Building EclipseLink JPA 3.0.4-SNAPSHOT [5/40] [INFO] from jpa/org.eclipse.persistence.jpa/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531270423 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 13 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.test.framework >-- [INFO] Building EclipseLink JPA Test Framework 3.0.4-SNAPSHOT [6/40] [INFO] from jpa/org.eclipse.persistence.jpa.test.framework/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.test.framework --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.test.framework --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531271077 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test.framework --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.test.framework --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.test.framework/target/org.eclipse.persistence.jpa.test.framework-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test.framework --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.jpa.modelgen.processor >-- [INFO] Building EclipseLink JPA Model Generator 3.0.4-SNAPSHOT [7/40] [INFO] from jpa/org.eclipse.persistence.jpa.modelgen/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531271243 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- compiler:3.8.1:compile (compile-project) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- surefire:3.0.0-M4:test (test-jpa-modelgen) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.jpa.test.modelgen.TestProcessor OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false] Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false] Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.use_generated=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false] Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level=FINEST] Note: [EL Config]: processor: 2023-10-17 08:27:52.896--Thread(Thread[main,5,main])--Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false Note: [EL Config]: processor: 2023-10-17 08:27:52.897--Thread(Thread[main,5,main])--Found Option: eclipselink.logging.level, with value: FINEST Note: [EL Info]: processor: 2023-10-17 08:27:52.897--Thread(Thread[main,5,main])--Creating non-static metadata factory ... Note: [EL Fine]: processor: 2023-10-17 08:27:52.897--Thread(Thread[main,5,main])--Building metadata class for round element: org.Sample Note: [EL Finest]: processor: 2023-10-17 08:27:52.897--Thread(Thread[main,5,main])--Visiting class: org.Sample Note: [EL Fine]: processor: 2023-10-17 08:27:52.897--Thread(Thread[main,5,main])--Building metadata class for type element: java.lang.Object Note: [EL Finest]: processor: 2023-10-17 08:27:52.897--Thread(Thread[main,5,main])--Visiting class: java.lang.Object Note: [EL Fine]: moxy: 2023-10-17 08:27:52.898--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@36b310aa Note: [EL Fine]: moxy: 2023-10-17 08:27:52.903--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXML into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started Note: [EL Info]: processor: 2023-10-17 08:27:52.904--Thread(Thread[main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: 2023-10-17 08:27:52.904--Thread(Thread[main,5,main])--Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Config]: metadata: 2023-10-17 08:27:52.911--ServerSession(2048869869)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.Sample] is set to [FIELD]. Note: [EL Finest]: processor: 2023-10-17 08:27:52.912--Thread(Thread[main,5,main])--Generating class: org.Sample Note: [EL Fine]: processor: 2023-10-17 08:27:52.921--Thread(Thread[main,5,main])--Building metadata class for round element: org.Sample_ Note: [EL Finest]: processor: 2023-10-17 08:27:52.921--Thread(Thread[main,5,main])--Visiting class: org.Sample_ Note: [EL Fine]: moxy: 2023-10-17 08:27:52.923--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@7be7e15 Note: [EL Fine]: moxy: 2023-10-17 08:27:52.924--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.modelgen.objects.PersistenceXML into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started Note: [EL Info]: processor: 2023-10-17 08:27:52.925--Thread(Thread[main,5,main])--Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: 2023-10-17 08:27:52.925--Thread(Thread[main,5,main])--Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false] Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=FINEST] Note: [EL Config]: processor: Found Option: eclipselink.canonicalmodel.use_static_factory, with value: false Note: [EL Config]: processor: Found Option: eclipselink.logging.level.processor, with value: FINEST Note: [EL Info]: processor: Creating non-static metadata factory ... Note: [EL Fine]: processor: Building metadata class for round element: org.Sample Note: [EL Finest]: processor: Visiting class: org.Sample Note: [EL Fine]: processor: Building metadata class for type element: java.lang.Object Note: [EL Finest]: processor: Visiting class: java.lang.Object Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. Note: [EL Finest]: processor: Generating class: org.Sample Note: [EL Fine]: processor: Building metadata class for round element: org.Sample_ Note: [EL Finest]: processor: Visiting class: org.Sample_ Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level.processor=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.logging.level=OFF] OPTIONS: [-proc:only, -Aeclipselink.canonicalmodel.use_static_factory=false, -Aeclipselink.canonicalmodel.generate_comments=false, -Aeclipselink.logging.level.processor=OFF] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.7 s - in org.eclipse.persistence.jpa.test.modelgen.TestProcessor [INFO] [INFO] Results: [INFO] [INFO] Tests run: 12, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.modelgen/target/org.eclipse.persistence.jpa.modelgen.processor-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.modelgen.processor --- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.moxy >-------- [INFO] Building EclipseLink MOXy 3.0.4-SNAPSHOT [8/40] [INFO] from moxy/org.eclipse.persistence.moxy/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.moxy --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.moxy --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697531273795 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.moxy --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.moxy --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 3302 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.moxy --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb-srg) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb) @ org.eclipse.persistence.moxy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNotSetTestCase [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.19 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.189 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNotSetTestCase [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite class jakarta.xml.bind.JAXBElement [INFO] Tests run: 2479, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.402 s - in org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.beanvalidation.BeanValidationHelperTestCase Oct 17, 2023 8:28:04 AM org.eclipse.persistence.jaxb.ValidationXMLReader$1ConstrainedClassesDetector startElement INFO: Detected external constraints on class org.eclipse.persistence.testing.jaxb.beanvalidation.special.ExternallyConstrainedEmployee Oct 17, 2023 8:28:04 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.211 s - in org.eclipse.persistence.testing.jaxb.beanvalidation.BeanValidationHelperTestCase [INFO] Running org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [EL Warning]: moxy: 2023-10-17 01:28:06.859--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.872--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.878--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.884--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.889--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.895--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.9--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.905--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.91--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.915--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.92--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.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 [EL Warning]: moxy: 2023-10-17 01:28:06.93--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.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: 2023-10-17 01:28:06.94--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.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: 2023-10-17 01:28:06.956--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.962--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.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: 2023-10-17 01:28:06.973--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.978--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.983--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.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: 2023-10-17 01:28:06.994--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:06.999--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.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: 2023-10-17 01:28:07.009--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.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: 2023-10-17 01:28:07.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.029--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.034--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.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: 2023-10-17 01:28:07.05--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.054--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.064--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.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: 2023-10-17 01:28:07.074--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.079--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.083--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.088--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.093--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.097--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.103--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.107--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.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 [EL Warning]: moxy: 2023-10-17 01:28:07.116--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.121--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.126--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.13--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.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: 2023-10-17 01:28:07.144--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.148--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.162--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.168--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.172--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.177--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.181--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.187--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.191--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.196--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.201--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.21--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.215--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.219--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.224--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.229--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.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: 2023-10-17 01:28:07.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.242--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.246--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.251--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.256--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.261--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.265--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.269--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.274--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.278--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.283--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.287--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.292--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.296--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.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: 2023-10-17 01:28:07.306--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.312--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.317--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.321--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.326--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.331--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.336--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.341--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.345--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.35--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.355--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.359--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.364--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.369--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.373--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.378--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.382--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.386--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.391--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.395--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.401--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.407--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.414--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.421--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.427--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.432--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.438--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.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 [EL Warning]: moxy: 2023-10-17 01:28:07.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: 2023-10-17 01:28:07.453--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.458--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.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: 2023-10-17 01:28:07.466--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.47--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.474--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.478--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:07.792--MOXy 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: 2023-10-17 01:28:07.814--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:08.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: 2023-10-17 01:28:08.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: 2023-10-17 01:28:08.062--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:08.075--MOXy 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: 2023-10-17 01:28:08.096--MOXy 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: 2023-10-17 01:28:08.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: 2023-10-17 01:28:08.229--MOXy 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: 2023-10-17 01:28:08.248--MOXy 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: 2023-10-17 01:28:08.263--MOXy 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: 2023-10-17 01:28:08.282--MOXy 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: 2023-10-17 01:28:08.3--MOXy 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: 2023-10-17 01:28:08.312--MOXy 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: 2023-10-17 01:28:08.324--MOXy 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: 2023-10-17 01:28:08.339--MOXy 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: 2023-10-17 01:28:08.353--MOXy 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: 2023-10-17 01:28:08.37--MOXy 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: 2023-10-17 01:28:08.385--MOXy 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: 2023-10-17 01:28:08.399--MOXy 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: 2023-10-17 01:28:08.414--MOXy 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: 2023-10-17 01:28:08.428--MOXy 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: 2023-10-17 01:28:08.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:08.458--MOXy 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: 2023-10-17 01:28:08.472--MOXy 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: 2023-10-17 01:28:08.486--MOXy 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: 2023-10-17 01:28:08.501--MOXy 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: 2023-10-17 01:28:08.515--MOXy 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: 2023-10-17 01:28:08.529--MOXy 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: 2023-10-17 01:28:08.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 [EL Warning]: moxy: 2023-10-17 01:28:08.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:08.57--MOXy 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: 2023-10-17 01:28:08.584--MOXy 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: 2023-10-17 01:28:08.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: 2023-10-17 01:28:08.611--MOXy 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: 2023-10-17 01:28:08.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:08.638--MOXy 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: 2023-10-17 01:28:08.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:08.664--MOXy 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: 2023-10-17 01:28:08.684--MOXy 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: 2023-10-17 01:28:08.698--MOXy 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: 2023-10-17 01:28:08.715--MOXy 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: 2023-10-17 01:28:08.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:08.741--MOXy 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: 2023-10-17 01:28:08.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:08.767--MOXy 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: 2023-10-17 01:28:08.781--MOXy 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: 2023-10-17 01:28:08.795--MOXy 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: 2023-10-17 01:28:08.808--MOXy 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: 2023-10-17 01:28:08.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: 2023-10-17 01:28:08.834--MOXy 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: 2023-10-17 01:28:08.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:08.859--MOXy 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: 2023-10-17 01:28:08.871--MOXy 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: 2023-10-17 01:28:08.884--MOXy 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: 2023-10-17 01:28:08.903--MOXy 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: 2023-10-17 01:28:08.917--MOXy 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: 2023-10-17 01:28:08.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:08.941--MOXy 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: 2023-10-17 01:28:08.953--MOXy 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: 2023-10-17 01:28:08.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:08.978--MOXy 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: 2023-10-17 01:28:08.99--MOXy 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: 2023-10-17 01:28:09.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: 2023-10-17 01:28:09.014--MOXy 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: 2023-10-17 01:28:09.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.042--MOXy 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: 2023-10-17 01:28:09.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.062--MOXy 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: 2023-10-17 01:28:09.075--MOXy 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: 2023-10-17 01:28:09.089--MOXy 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: 2023-10-17 01:28:09.098--MOXy 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: 2023-10-17 01:28:09.111--MOXy 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: 2023-10-17 01:28:09.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.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: 2023-10-17 01:28:09.147--MOXy 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: 2023-10-17 01:28:09.158--MOXy 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: 2023-10-17 01:28:09.169--MOXy 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: 2023-10-17 01:28:09.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.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: 2023-10-17 01:28:09.254--MOXy 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: 2023-10-17 01:28:09.31--MOXy 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: 2023-10-17 01:28:09.325--MOXy 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: 2023-10-17 01:28:09.336--MOXy 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: 2023-10-17 01:28:09.351--MOXy 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: 2023-10-17 01:28:09.362--MOXy 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: 2023-10-17 01:28:09.371--MOXy 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: 2023-10-17 01:28:09.381--MOXy 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: 2023-10-17 01:28:09.397--MOXy 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: 2023-10-17 01:28:09.408--MOXy 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: 2023-10-17 01:28:09.417--MOXy 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: 2023-10-17 01:28:09.428--MOXy 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: 2023-10-17 01:28:09.578--MOXy 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: 2023-10-17 01:28:09.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.632--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.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: 2023-10-17 01:28:09.64--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.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: 2023-10-17 01:28:09.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.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: 2023-10-17 01:28:09.653--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.657--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.664--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.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: 2023-10-17 01:28:09.673--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.677--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.68--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.684--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.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: 2023-10-17 01:28:09.691--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.7--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.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: 2023-10-17 01:28:09.708--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.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: 2023-10-17 01:28:09.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: 2023-10-17 01:28:09.72--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.726--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.729--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.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: 2023-10-17 01:28:09.735--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.741--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.75--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.753--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.76--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.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: 2023-10-17 01:28:09.766--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.769--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.777--MOXy 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: 2023-10-17 01:28:09.789--MOXy 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: 2023-10-17 01:28:09.796--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.801--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.804--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.808--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.816--MOXy 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: 2023-10-17 01:28:09.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.836--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.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: 2023-10-17 01:28:09.845--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:09.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: 2023-10-17 01:28:09.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.xjc.XJCJavaModelInputImpl ERROR: 'Stream closed' [EL Warning]: moxy: 2023-10-17 01:28:09.885--MOXy 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: 2023-10-17 01:28:09.892--MOXy 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: 2023-10-17 01:28:09.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:10.04--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:28:10.046--MOXy 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: 5.04 s - in org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite [EL Warning]: 2023-10-17 01:28:17.271--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.277--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.278--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.279--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.28--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.281--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.282--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.283--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.284--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.285--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.287--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.288--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.289--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.29--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.291--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.292--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.293--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.294--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.295--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.296--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.297--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.298--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.3--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.301--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.302--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.303--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.304--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.305--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.306--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.307--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:17.308--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. 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 [EL Warning]: 2023-10-17 01:28:22.983--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:28:23.0--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: 12.584 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [INFO] Tests run: 1055, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.926 s - in org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [INFO] Tests run: 1286, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.245 s - in org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.listofobjects.JAXBListOfObjectsSuite [EL Warning]: 2023-10-17 01:28:34.103--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.113--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.118--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.123--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.127--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.131--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.136--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.14--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.144--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.148--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.151--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.156--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.159--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.163--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.167--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.172--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.175--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.179--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.183--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.186--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.19--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.193--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.196--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.2--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.203--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.207--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.21--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.213--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.216--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.22--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.223--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.226--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.229--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.232--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.235--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.238--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.241--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.244--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.247--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.251--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.253--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.256--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.258--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.261--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.263--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.266--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.268--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.271--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.273--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.276--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.278--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.281--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.283--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.286--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.289--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.291--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.293--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.295--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.298--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.3--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.302--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.305--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.307--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.309--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.312--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.314--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.316--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.318--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.32--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.322--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.324--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.326--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.328--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.331--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.333--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.335--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.337--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:34.339--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:36.859--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [EL Warning]: 2023-10-17 01:28:36.891--Ignoring the type attribute set on xml-element since xml-map is specified on property [object-to-int]. [INFO] Tests run: 1250, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.981 s - in org.eclipse.persistence.testing.jaxb.listofobjects.JAXBListOfObjectsSuite [INFO] Running org.eclipse.persistence.testing.jaxb.rs.RESTfulTestSuite [EL Warning]: moxy: 2023-10-17 08:28:38.1--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 - 3.0.4.v202310170826): 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: 2023-10-17 08:28:38.319--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 - 3.0.4.v202310170826): 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.685 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 [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.867 s - in org.eclipse.persistence.testing.jaxb.schemagen.SchemaGenTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [INFO] Tests run: 623, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.496 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [INFO] Tests run: 994, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.043 s - in org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite3 [INFO] Tests run: 1626, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.208 s - in org.eclipse.persistence.testing.jaxb.JAXBTestSuite3 [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite [INFO] Tests run: 3562, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.651 s - in org.eclipse.persistence.testing.jaxb.JAXBTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite2 [EL Warning]: connection: 2023-10-17 01:29:17.198--Exception [EclipseLink-7100] (Eclipse Persistence Services - 3.0.4.v202310170826): 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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-classes/sessions.xml] [EL Warning]: connection: 2023-10-17 01:29:17.259--Exception [EclipseLink-7100] (Eclipse Persistence Services - 3.0.4.v202310170826): 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/eclipselink-nightly-3.0/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.232 s - in org.eclipse.persistence.testing.jaxb.JAXBTestSuite2 [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBBeanValidationTestSuite Oct 17, 2023 8:29:18 AM org.hibernate.validator.internal.util.Version INFO: HV000001: Hibernate Validator 7.0.1.Final parsing a schema... compiling a schema... Oct 17, 2023 8:29:19 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... 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... Oct 17, 2023 8:29:20 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 Oct 17, 2023 8:29:21 AM org.eclipse.persistence.jaxb.ValidationXMLReader$1ConstrainedClassesDetector startElement INFO: Detected external constraints on class org.eclipse.persistence.testing.jaxb.beanvalidation.special.ExternallyConstrainedEmployee Oct 17, 2023 8:29:21 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: 2.839 s - in org.eclipse.persistence.testing.jaxb.JAXBBeanValidationTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.JAXBTestSuite4 class jakarta.xml.bind.JAXBElement class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl [INFO] Tests run: 3950, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 9.612 s - in org.eclipse.persistence.testing.jaxb.JAXBTestSuite4 [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.636 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.657 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.069 s - in org.eclipse.persistence.testing.moxy.unit.jaxb.MOXySystemPropertiesTestCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 24607, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-jaxb-non-default-system-properties) @ org.eclipse.persistence.moxy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNonDefaultTestCase [EL Fine]: moxy: 2023-10-17 01:29:35.789--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2023-10-17 01:29:35.836--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2023-10-17 01:29:35.836--Setting marshaller property (name/value): jaxb.formatted.output/true [EL Fine]: moxy: 2023-10-17 01:29:35.838--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2023-10-17 01:29:35.842--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2023-10-17 01:29:35.842--Setting marshaller property (name/value): jaxb.formatted.output/true [EL Fine]: moxy: 2023-10-17 01:29:35.843--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2023-10-17 01:29:35.845--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2023-10-17 01:29:35.846--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:35.847--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2023-10-17 01:29:35.848--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:35.849--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2023-10-17 01:29:35.855--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2023-10-17 01:29:35.855--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2023-10-17 01:29:35.856--Setting unmarshaller property (name/value): eclipselink.auto-detect-media-type/true [EL Fine]: moxy: 2023-10-17 01:29:35.857--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:35.86--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:35.861--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2023-10-17 01:29:35.861--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2023-10-17 01:29:35.863--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2023-10-17 01:29:35.863--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:35.865--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2023-10-17 01:29:35.865--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:35.866--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2023-10-17 01:29:35.868--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2023-10-17 01:29:35.87--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2023-10-17 01:29:35.875--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2023-10-17 01:29:35.875--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_JSON started [EL Fine]: moxy: 2023-10-17 01:29:35.88--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:35.88--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:35.882--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:35.882--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:35.884--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:35.884--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:35.886--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2023-10-17 01:29:35.887--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@65a15628 [EL Fine]: moxy: 2023-10-17 01:29:35.891--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:35.892--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:35.892--Setting marshaller property (name/value): jaxb.encoding/US-ASCII [EL Fine]: moxy: 2023-10-17 01:29:35.893--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:35.893--Setting marshaller property (name/value): jaxb.encoding/UTF-8 [EL Fine]: moxy: 2023-10-17 01:29:35.897--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:35.897--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:35.898--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@63787180 [EL Fine]: moxy: 2023-10-17 01:29:35.9--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2023-10-17 01:29:35.9--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:35.902--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:35.903--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:35.905--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:35.906--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:35.907--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2023-10-17 01:29:35.919--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:35.919--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@6995bf68 [EL Fine]: moxy: 2023-10-17 01:29:35.92--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:35.921--Setting unmarshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:35.922--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@3e7dd664 [EL Fine]: moxy: 2023-10-17 01:29:35.924--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:35.925--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2023-10-17 01:29:35.926--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:35.927--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2023-10-17 01:29:35.929--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlidref.OwnerIntegerId into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:35.93--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2023-10-17 01:29:35.931--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: 0.709 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlidref.XmlIdSystemPropertyNonDefaultTestCase [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueSystemPropertyNonDefaultTestCase [EL Fine]: moxy: 2023-10-17 01:29:35.991--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2023-10-17 01:29:35.994--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2023-10-17 01:29:35.994--Setting marshaller property (name/value): jaxb.formatted.output/true [EL Fine]: moxy: 2023-10-17 01:29:35.995--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2023-10-17 01:29:35.996--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2023-10-17 01:29:35.997--Setting marshaller property (name/value): jaxb.formatted.output/true [EL Fine]: moxy: 2023-10-17 01:29:35.997--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2023-10-17 01:29:35.998--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2023-10-17 01:29:35.999--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:36.0--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2023-10-17 01:29:36.001--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:36.002--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2023-10-17 01:29:36.004--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2023-10-17 01:29:36.004--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2023-10-17 01:29:36.005--Setting unmarshaller property (name/value): eclipselink.auto-detect-media-type/true [EL Fine]: moxy: 2023-10-17 01:29:36.006--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:36.006--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:36.007--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2023-10-17 01:29:36.008--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2023-10-17 01:29:36.009--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2023-10-17 01:29:36.009--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:36.01--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2023-10-17 01:29:36.011--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_JSON" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:36.012--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_JSON [EL Fine]: moxy: 2023-10-17 01:29:36.013--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2023-10-17 01:29:36.013--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2023-10-17 01:29:36.015--Setting marshaller property (name/value): eclipselink.media-type/application/json [EL Fine]: moxy: 2023-10-17 01:29:36.015--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_JSON started [EL Fine]: moxy: 2023-10-17 01:29:36.017--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:36.017--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:36.019--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:36.02--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:36.021--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:36.021--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:36.023--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2023-10-17 01:29:36.023--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@1338fb5 [EL Fine]: moxy: 2023-10-17 01:29:36.024--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:36.025--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:36.025--Setting marshaller property (name/value): jaxb.encoding/US-ASCII [EL Fine]: moxy: 2023-10-17 01:29:36.026--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:36.026--Setting marshaller property (name/value): jaxb.encoding/UTF-8 [EL Fine]: moxy: 2023-10-17 01:29:36.027--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:36.027--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:36.027--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@67c2e933 [EL Fine]: moxy: 2023-10-17 01:29:36.029--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2023-10-17 01:29:36.03--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:36.031--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:36.031--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:36.035--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:36.036--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:36.038--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2023-10-17 01:29:36.04--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:36.04--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@6492fab5 [EL Fine]: moxy: 2023-10-17 01:29:36.041--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:36.042--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2023-10-17 01:29:36.042--Setting unmarshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:36.043--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:36.043--Setting marshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:36.043--Marshalling "org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child" into APPLICATION_XML started [EL Fine]: moxy: 2023-10-17 01:29:36.045--Setting unmarshaller property (name/value): eclipselink.media-type/application/xml [EL Fine]: moxy: 2023-10-17 01:29:36.045--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@294e5088 [EL Fine]: moxy: 2023-10-17 01:29:36.046--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:36.047--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2023-10-17 01:29:36.048--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:36.049--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2023-10-17 01:29:36.05--Unmarshalling org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.Child into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller" started [EL Fine]: moxy: 2023-10-17 01:29:36.051--Setting unmarshaller property (name/value): eclipselink.media-type/APPLICATION_XML [EL Fine]: moxy: 2023-10-17 01:29:36.052--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.118 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.016 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] --- surefire:3.0.0-M4:test (test-moxy-oxm-srg) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm) @ org.eclipse.persistence.moxy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.events.ClassLoaderTestCases [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.482 s - in org.eclipse.persistence.testing.jaxb.events.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.ClassLoaderTestCases [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.597 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.594 s - in org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.469 s - in org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.545 s - in org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.257 s - in org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.936 s - in org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.241 s - in org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.107 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.084 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: 0.937 s - in org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.741 s - in org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Tests run: 150, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.158 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.528 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: 1.402 s - in org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.035 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.542 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: 0.868 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: 1.747 s - in org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite 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: 1546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.625 s - in org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.CompositeKeyClassMappingTestSuite [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.836 s - in org.eclipse.persistence.testing.oxm.mappings.keybased.compositekeyclass.CompositeKeyClassMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.compositekey.CompositeKeyTestCases [INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.971 s - in org.eclipse.persistence.testing.oxm.mappings.keybased.multipletargets.compositekey.CompositeKeyTestCases [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.628 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: 0.57 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: 0.687 s - in org.eclipse.persistence.testing.oxm.mappings.namespaces.NamespaceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.sequenced.SequencedMappingTestSuite [INFO] Tests run: 98, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.691 s - in org.eclipse.persistence.testing.oxm.mappings.sequenced.SequencedMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.simpletypes.SimpleTypeMappingTestSuite [INFO] Tests run: 126, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.813 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.189 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.496 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: 0.79 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: 0.866 s - in org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerValidationModeTestCases [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.447 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerValidationModeTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.469 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases Local Exception Stack: Exception [EclipseLink-25008] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element email-address was not found in the project at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:164) at org.eclipse.persistence.internal.oxm.record.SAXUnmarshallerHandler.startElement(SAXUnmarshallerHandler.java:313) at org.eclipse.persistence.internal.oxm.record.DOMReader.reportElementEvents(DOMReader.java:196) at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:94) at org.eclipse.persistence.internal.oxm.record.DOMReader.parse(DOMReader.java:101) at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:550) at org.eclipse.persistence.internal.oxm.record.SAXUnmarshaller.unmarshal(SAXUnmarshaller.java:541) at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:557) at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:705) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451) [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.843 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: 0.389 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.067 s - in org.eclipse.persistence.testing.oxm.systemproperties.OXMSystemPropertiesTestCases [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7461, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-dom) @ org.eclipse.persistence.moxy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmllocation.XmlLocationTestSuite [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.814 s - in org.eclipse.persistence.testing.jaxb.annotations.xmllocation.XmlLocationTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.PredicateNsTestSuite [INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.991 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.PredicateNsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PredicateTestSuite [INFO] Tests run: 215, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.529 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PredicateTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmltransient.XmlTransientTestSuite [INFO] Tests run: 219, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.419 s - in org.eclipse.persistence.testing.jaxb.annotations.xmltransient.XmlTransientTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueTestSuite [INFO] Tests run: 218, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.397 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite class jakarta.xml.bind.JAXBElement [INFO] Tests run: 2479, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.281 s - in org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.collections.CollectionsTestSuite [INFO] Tests run: 715, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.745 s - in org.eclipse.persistence.testing.jaxb.collections.CollectionsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.defaultvalue.DefaultValueTestSuite [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.672 s - in org.eclipse.persistence.testing.jaxb.defaultvalue.DefaultValueTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [EL Warning]: moxy: 2023-10-17 01:31:08.885--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:08.898--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:08.905--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:08.911--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:08.917--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:08.923--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:08.928--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:08.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: 2023-10-17 01:31:08.94--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:08.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:08.952--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:08.957--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:08.963--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:08.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: 2023-10-17 01:31:08.977--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:08.984--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:08.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: 2023-10-17 01:31:08.995--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.0--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.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: 2023-10-17 01:31:09.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: 2023-10-17 01:31:09.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: 2023-10-17 01:31:09.022--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.031--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.036--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.04--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.044--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.048--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.062--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.066--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.07--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.075--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.079--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.083--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.086--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.09--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.094--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.098--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.102--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.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: 2023-10-17 01:31:09.11--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.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: 2023-10-17 01:31:09.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 [EL Warning]: moxy: 2023-10-17 01:31:09.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.126--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.129--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.133--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.137--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.141--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.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: 2023-10-17 01:31:09.148--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.155--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.159--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.163--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.166--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.17--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.174--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.177--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.182--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.186--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.19--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.199--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.203--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.207--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.211--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.215--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.219--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.222--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.226--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.23--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.234--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.242--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.245--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.249--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.252--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.256--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.259--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.263--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.267--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.271--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.275--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.278--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.282--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.286--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.289--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.293--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.296--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.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: 2023-10-17 01:31:09.305--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.31--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.313--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.317--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.321--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.325--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.329--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.332--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.336--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.34--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.343--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.347--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.351--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.355--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.359--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.363--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.367--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.371--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.375--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.378--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.382--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.385--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.389--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.392--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.41--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.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: 2023-10-17 01:31:09.417--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.421--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.424--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.758--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:09.97--MOXy 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: 2023-10-17 01:31:09.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:10.007--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:10.022--MOXy 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: 2023-10-17 01:31:10.046--MOXy 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: 2023-10-17 01:31:10.065--MOXy 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: 2023-10-17 01:31:10.198--MOXy 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: 2023-10-17 01:31:10.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:10.239--MOXy 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: 2023-10-17 01:31:10.259--MOXy 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: 2023-10-17 01:31:10.279--MOXy 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: 2023-10-17 01:31:10.292--MOXy 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: 2023-10-17 01:31:10.304--MOXy 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: 2023-10-17 01:31:10.322--MOXy 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: 2023-10-17 01:31:10.341--MOXy 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: 2023-10-17 01:31:10.361--MOXy 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: 2023-10-17 01:31:10.377--MOXy 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: 2023-10-17 01:31:10.398--MOXy 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: 2023-10-17 01:31:10.416--MOXy 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: 2023-10-17 01:31:10.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: 2023-10-17 01:31:10.447--MOXy 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: 2023-10-17 01:31:10.468--MOXy 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: 2023-10-17 01:31:10.488--MOXy 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: 2023-10-17 01:31:10.503--MOXy 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: 2023-10-17 01:31:10.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: 2023-10-17 01:31:10.534--MOXy 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: 2023-10-17 01:31:10.549--MOXy 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: 2023-10-17 01:31:10.563--MOXy 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: 2023-10-17 01:31:10.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:10.596--MOXy 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: 2023-10-17 01:31:10.612--MOXy 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: 2023-10-17 01:31:10.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:10.639--MOXy 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: 2023-10-17 01:31:10.654--MOXy 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: 2023-10-17 01:31:10.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:10.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:10.695--MOXy 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: 2023-10-17 01:31:10.708--MOXy 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: 2023-10-17 01:31:10.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: 2023-10-17 01:31:10.735--MOXy 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: 2023-10-17 01:31:10.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:10.76--MOXy 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: 2023-10-17 01:31:10.773--MOXy 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: 2023-10-17 01:31:10.789--MOXy 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: 2023-10-17 01:31:10.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:10.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:10.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: 2023-10-17 01:31:10.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:10.86--MOXy 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: 2023-10-17 01:31:10.873--MOXy 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: 2023-10-17 01:31:10.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:10.899--MOXy 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: 2023-10-17 01:31:10.913--MOXy 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: 2023-10-17 01:31:10.927--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:10.94--MOXy 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: 2023-10-17 01:31:10.952--MOXy 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: 2023-10-17 01:31:10.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:10.978--MOXy 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: 2023-10-17 01:31:10.993--MOXy 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: 2023-10-17 01:31:11.005--MOXy 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: 2023-10-17 01:31:11.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.048--MOXy 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: 2023-10-17 01:31:11.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.091--MOXy 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: 2023-10-17 01:31:11.102--MOXy 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: 2023-10-17 01:31:11.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.131--MOXy 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: 2023-10-17 01:31:11.141--MOXy 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: 2023-10-17 01:31:11.155--MOXy 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: 2023-10-17 01:31:11.168--MOXy 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: 2023-10-17 01:31:11.18--MOXy 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: 2023-10-17 01:31:11.193--MOXy 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: 2023-10-17 01:31:11.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 [EL Warning]: moxy: 2023-10-17 01:31:11.215--MOXy 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: 2023-10-17 01:31:11.225--MOXy 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: 2023-10-17 01:31:11.241--MOXy 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: 2023-10-17 01:31:11.3--MOXy 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: 2023-10-17 01:31:11.367--MOXy 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: 2023-10-17 01:31:11.382--MOXy 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: 2023-10-17 01:31:11.393--MOXy 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: 2023-10-17 01:31:11.407--MOXy 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: 2023-10-17 01:31:11.419--MOXy 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: 2023-10-17 01:31:11.428--MOXy 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: 2023-10-17 01:31:11.44--MOXy 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: 2023-10-17 01:31:11.451--MOXy 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: 2023-10-17 01:31:11.461--MOXy 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: 2023-10-17 01:31:11.471--MOXy 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: 2023-10-17 01:31:11.482--MOXy 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: 2023-10-17 01:31:11.641--MOXy 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: 2023-10-17 01:31:11.691--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.695--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.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: 2023-10-17 01:31:11.704--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.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: 2023-10-17 01:31:11.71--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.714--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.718--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.723--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.73--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.733--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.743--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.746--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.75--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.753--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.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: 2023-10-17 01:31:11.761--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.766--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.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: 2023-10-17 01:31:11.776--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.778--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.784--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.787--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.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: 2023-10-17 01:31:11.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.8--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.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: 2023-10-17 01:31:11.805--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.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: 2023-10-17 01:31:11.815--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.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: 2023-10-17 01:31:11.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.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 [EL Warning]: moxy: 2023-10-17 01:31:11.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.836--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.839--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.848--MOXy 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: 2023-10-17 01:31:11.861--MOXy 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: 2023-10-17 01:31:11.868--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.872--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.876--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.88--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.89--MOXy 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: 2023-10-17 01:31:11.903--MOXy 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: 2023-10-17 01:31:11.91--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.915--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.92--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.923--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:11.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.xjc.XJCJavaModelInputImpl ERROR: 'Stream closed' [EL Warning]: moxy: 2023-10-17 01:31:11.947--MOXy 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: 2023-10-17 01:31:11.955--MOXy 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: 2023-10-17 01:31:11.956--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:31:12.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: 2023-10-17 01:31:12.121--MOXy 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: 5.056 s - in org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.eventhandler.EventHandlerTestSuite [INFO] Tests run: 186, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.288 s - in org.eclipse.persistence.testing.jaxb.eventhandler.EventHandlerTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.events.ClassLoaderTestCases [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.506 s - in org.eclipse.persistence.testing.jaxb.events.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.exceptions.ExceptionHandlingTestSuite 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: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.653 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.exceptions.ExceptionHandlingTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.MappingsTestSuite [INFO] Tests run: 1022, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.677 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.MappingsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.PropOrderTestSuite [INFO] Tests run: 160, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.455 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.PropOrderTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite [EL Warning]: 2023-10-17 01:31:31.205--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.211--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.212--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.213--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.215--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.216--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.217--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.219--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.22--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.221--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.222--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.223--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.225--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.226--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.227--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.229--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.23--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.231--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.232--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.233--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.235--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.236--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.237--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.238--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.239--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.241--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.242--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.243--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.244--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.245--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:31.247--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. 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 [EL Warning]: 2023-10-17 01:31:37.001--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:31:37.009--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: 13.016 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.innerclasses.InnerClassTestSuite [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.793 s - in org.eclipse.persistence.testing.jaxb.innerclasses.InnerClassTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [INFO] Tests run: 1055, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.922 s - in org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.jaxbcontext.ByXPathTestSuite [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.439 s - in org.eclipse.persistence.testing.jaxb.jaxbcontext.ByXPathTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [INFO] Tests run: 1286, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.097 s - in org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.refresh.RefreshTestSuite [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.653 s - in org.eclipse.persistence.testing.jaxb.refresh.RefreshTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.rs.RESTfulTestSuite [EL Warning]: moxy: 2023-10-17 08:31:48.963--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 - 3.0.4.v202310170826): 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: 2023-10-17 08:31:49.187--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 - 3.0.4.v202310170826): 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.671 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 removed existing: /tmp/schema0.xsd [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.98 s - in org.eclipse.persistence.testing.jaxb.schemagen.SchemaGenTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.singleobject.JAXBSingleObjectTestSuite [INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.08 s - in org.eclipse.persistence.testing.jaxb.singleobject.JAXBSingleObjectTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.substitution.SubstitutionTestSuite [INFO] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.315 s - in org.eclipse.persistence.testing.jaxb.substitution.SubstitutionTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.ClassLoaderTestCases [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.collisions.TypeMappingInfoCollisionsTestSuite [INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.575 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.collisions.TypeMappingInfoCollisionsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.parray.PrimitiveArrayTestSuite [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.791 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.parray.PrimitiveArrayTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [INFO] Tests run: 623, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.312 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typevariable.TypeVariableTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-29ksm because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-29ksm" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-29ksm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-29ksm" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-29ksm io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-29ksm" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-29ksm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-29ksm" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-29ksm" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-29ksm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-29ksm" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl [INFO] Tests run: 590, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.425 s - in org.eclipse.persistence.testing.jaxb.typevariable.TypeVariableTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [INFO] Tests run: 994, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.215 s - in org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmlelement.XmlElementTestSuite [INFO] Tests run: 639, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.74 s - in org.eclipse.persistence.testing.jaxb.xmlelement.XmlElementTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmlinverseref.XmlInverseRefBidirectionalTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-7jv2q because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-7jv2q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-7jv2q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-7jv2q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-7jv2q io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-7jv2q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-7jv2q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-7jv2q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-7jv2q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-7jv2q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-7jv2q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 409, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.051 s - in org.eclipse.persistence.testing.jaxb.xmlinverseref.XmlInverseRefBidirectionalTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmlmarshaller.JAXBSAXTestSuite [INFO] Tests run: 166, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.462 s - in org.eclipse.persistence.testing.jaxb.xmlmarshaller.JAXBSAXTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmlmarshaller.JAXBDOMTestSuite ERROR: 'Stream closed' [INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.325 s - in org.eclipse.persistence.testing.jaxb.xmlmarshaller.JAXBDOMTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.sun.xmllocation.XmlLocationTestSuite [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.82 s - in org.eclipse.persistence.testing.jaxb.sun.xmllocation.XmlLocationTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-nc43q because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-nc43q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-nc43q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-nc43q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-nc43q io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-nc43q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-nc43q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-nc43q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-nc43q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-nc43q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-nc43q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.526 s - in org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.439 s - in org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 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.145 s - in org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.777 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.597 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.573 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: 0.891 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.563 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.608 s - in org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite [INFO] Tests run: 646, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.706 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: 2.157 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.447 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: 0.944 s - in org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.222 s - in org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.116 s - in org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-1l8mq because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-1l8mq" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-1l8mq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-1l8mq" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-1l8mq io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-1l8mq" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-1l8mq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-1l8mq" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-1l8mq" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-1l8mq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-1l8mq" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.038 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: 0.913 s - in org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.724 s - in org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choicecollection.XMLChoiceCollectionMappingTestSuite [INFO] Tests run: 150, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.075 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.526 s - in org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-tln0l because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-tln0l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-tln0l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-tln0l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-tln0l io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-tln0l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-tln0l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-tln0l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-tln0l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-tln0l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-tln0l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.357 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.447 s - in org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.925 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.561 s - in org.eclipse.persistence.testing.oxm.mappings.containeraccessor.ContainerAccessorTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-mn1vn because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-mn1vn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-mn1vn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-mn1vn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-mn1vn io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-mn1vn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-mn1vn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-mn1vn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-mn1vn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-mn1vn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-mn1vn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directcollection.nillable.DirectCollectionMappingNillableTestSuite [INFO] Tests run: 109, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.735 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: 1.653 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.489 s - in org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.DirectToFieldConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite 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: 1546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.485 s - in org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.568 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.467 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.585 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: 0.708 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: 0.779 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.17 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.486 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: 0.793 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: 0.851 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.476 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.134 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.461 s - in org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-qvfd2 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qvfd2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qvfd2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qvfd2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-qvfd2 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qvfd2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qvfd2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qvfd2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qvfd2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qvfd2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qvfd2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Running org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.013 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.019 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.411 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@210ab13f Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@6f15d60e Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@210ab13f Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@446a1e84 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.504 s - in org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [INFO] Tests run: 527, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.697 s - in org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-6kpf9 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-6kpf9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-6kpf9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-6kpf9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-6kpf9 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-6kpf9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-6kpf9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-6kpf9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-6kpf9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-6kpf9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-6kpf9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Info]: 2023-10-17 01:33:51.801--DatabaseSessionImpl(1078566479)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.267 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.018 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [EL Warning]: connection: 2023-10-17 01:33:53.901--Exception [EclipseLink-7100] (Eclipse Persistence Services - 3.0.4.v202310170826): 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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-classes/sessions.xml] [EL Warning]: connection: 2023-10-17 01:33:54.076--Exception [EclipseLink-7100] (Eclipse Persistence Services - 3.0.4.v202310170826): 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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-classes/sessions.xml] Local Exception Stack: Exception [EclipseLink-25008] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element email-address was not found in the project at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:164) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:444) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:267) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:246) at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:557) at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:705) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451) [INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.445 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.59 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: 0.937 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.53 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.395 s - in org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.114 s - in org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25995, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-deploymentxml) @ org.eclipse.persistence.moxy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.events.ClassLoaderTestCases WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-jmgxb because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-jmgxb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-jmgxb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-jmgxb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-jmgxb io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-jmgxb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-jmgxb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-jmgxb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-jmgxb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-jmgxb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-jmgxb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.486 s - in org.eclipse.persistence.testing.jaxb.events.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.ClassLoaderTestCases [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.601 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.837 s - in org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.765 s - in org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.452 s - in org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Tests run: 63, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.045 s - in org.eclipse.persistence.testing.oxm.descriptor.rootelement.RootElementTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-vxh29 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-vxh29" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-vxh29, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-vxh29" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-vxh29 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-vxh29" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-vxh29, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-vxh29" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-vxh29" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-vxh29, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-vxh29" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.588 s - in org.eclipse.persistence.testing.oxm.documentpreservation.DocumentPreservationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-21kcb because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-21kcb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-21kcb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-21kcb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-21kcb io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-21kcb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-21kcb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-21kcb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-21kcb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-21kcb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-21kcb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 863, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.737 s - in org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.23 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-g2pzn-m93fc because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-m93fc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-m93fc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-m93fc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-m93fc io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-m93fc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-m93fc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-m93fc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-m93fc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-m93fc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-m93fc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-fwb1q because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-fwb1q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-fwb1q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-fwb1q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-fwb1q io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-fwb1q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-fwb1q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-fwb1q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-fwb1q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-fwb1q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-fwb1q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.868 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-g2pzn-626x5 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-626x5" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-626x5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-626x5" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-626x5 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-626x5" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-626x5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-626x5" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-626x5" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-626x5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-626x5" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.941 s - in org.eclipse.persistence.testing.oxm.mappings.anyobject.XMLAnyObjectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.binarydata.XMLBinaryDataMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-7s2w4 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-7s2w4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-7s2w4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-7s2w4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-7s2w4 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-7s2w4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-7s2w4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-7s2w4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-7s2w4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-7s2w4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-7s2w4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 276, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.756 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: 3.708 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: 1.34 s - in org.eclipse.persistence.testing.oxm.mappings.collectionreference.CollectionReferenceMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-lwl69 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-lwl69" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-lwl69, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-lwl69" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-lwl69 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-lwl69" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-lwl69, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-lwl69" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-lwl69" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-lwl69, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-lwl69" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 419, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.362 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-g2pzn-1b24r because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-1b24r" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-1b24r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-1b24r" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-1b24r io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-1b24r" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-1b24r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-1b24r" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-1b24r" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-1b24r, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-1b24r" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 788, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 12.174 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-g2pzn-fzx60 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-fzx60" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-fzx60, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-fzx60" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-fzx60 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-fzx60" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-fzx60, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-fzx60" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-fzx60" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-fzx60, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-fzx60" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 647, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.081 s - in org.eclipse.persistence.testing.oxm.mappings.directcollection.DirectCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite 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: 1546, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 20.04 s - in org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-btbrf because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-btbrf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-btbrf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-btbrf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-btbrf io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-btbrf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-btbrf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-btbrf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-btbrf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-btbrf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-btbrf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 381, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.279 s - in org.eclipse.persistence.testing.oxm.mappings.keybased.KeyBasedMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.namespaces.identifiedbyname.IdentifiedByNameNamespaceTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-nl11f because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-nl11f" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-nl11f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-nl11f" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-nl11f io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-nl11f" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-nl11f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-nl11f" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-nl11f" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-nl11f, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-nl11f" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.507 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: 2.373 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: 3.212 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-g2pzn-r158l because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-r158l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-r158l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-r158l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-r158l io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-r158l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-r158l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-r158l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-r158l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-r158l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-r158l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.534 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: 1.258 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: 2.596 s - in org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragmentcollection.XMLFragmentCollectionMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-cc293 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-cc293" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-cc293, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-cc293" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-cc293 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-cc293" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-cc293, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-cc293" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-cc293" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-cc293, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-cc293" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 84, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.637 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.132 s - in org.eclipse.persistence.testing.oxm.readonly.ReadOnlyTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [INFO] Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.647 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshalTestCases [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases Local Exception Stack: Exception [EclipseLink-25008] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element email-address was not found in the project at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:164) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:444) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:267) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:246) at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:557) at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:705) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451) [INFO] Tests run: 73, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.315 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: 0.868 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-g2pzn-kbvw1 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-kbvw1" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-kbvw1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-kbvw1" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-kbvw1 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-kbvw1" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-kbvw1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-kbvw1" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-kbvw1" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-kbvw1, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-kbvw1" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.606 s - in org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7040, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-deploymentxml-tl) @ org.eclipse.persistence.moxy --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-docpres) @ org.eclipse.persistence.moxy --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmllocation.XmlLocationTestSuite [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.807 s - in org.eclipse.persistence.testing.jaxb.annotations.xmllocation.XmlLocationTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.PredicateNsTestSuite [INFO] Tests run: 90, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.026 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.ns.PredicateNsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PredicateTestSuite [INFO] Tests run: 215, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.5 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlpath.predicate.PredicateTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmltransient.XmlTransientTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-rws95 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-rws95" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-rws95, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-rws95" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-rws95 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-rws95" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-rws95, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-rws95" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-rws95" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-rws95, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-rws95" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 219, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.39 s - in org.eclipse.persistence.testing.jaxb.annotations.xmltransient.XmlTransientTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueTestSuite [INFO] Tests run: 218, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.391 s - in org.eclipse.persistence.testing.jaxb.annotations.xmlvalue.XmlValueTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite class jakarta.xml.bind.JAXBElement [INFO] Tests run: 2479, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.208 s - in org.eclipse.persistence.testing.jaxb.annotations.AnnotationsTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-4rjs3 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-4rjs3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-4rjs3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-4rjs3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-4rjs3 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-4rjs3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-4rjs3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-4rjs3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-4rjs3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-4rjs3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-4rjs3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Running org.eclipse.persistence.testing.jaxb.collections.CollectionsTestSuite [INFO] Tests run: 715, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.794 s - in org.eclipse.persistence.testing.jaxb.collections.CollectionsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.defaultvalue.DefaultValueTestSuite [INFO] Tests run: 31, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.681 s - in org.eclipse.persistence.testing.jaxb.defaultvalue.DefaultValueTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [EL Warning]: moxy: 2023-10-17 01:36:59.27--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.284--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.291--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.296--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.302--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.309--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.321--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.327--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.333--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.338--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.344--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.355--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.36--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.367--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.375--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.381--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.386--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.392--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.397--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.411--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.418--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.424--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.44--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.446--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.451--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.456--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.469--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.475--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.48--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.486--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.496--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.501--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.506--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.511--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.517--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.522--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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 [EL Warning]: moxy: 2023-10-17 01:36:59.533--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.543--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.553--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.558--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.562--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.567--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.572--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.581--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.586--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.591--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.599--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.613--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.632--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.636--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.641--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.645--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.65--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.654--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.663--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.672--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.68--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.685--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.69--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.695--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.7--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.704--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.708--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.717--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.725--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.73--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.734--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.742--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.749--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.752--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.761--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.764--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.768--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.772--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.776--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.78--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.783--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.791--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.795--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.799--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.807--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.815--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.819--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.823--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.831--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.838--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.842--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.85--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.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: 2023-10-17 01:36:59.857--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.861--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.865--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.869--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:36:59.872--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:00.191--MOXy 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: 2023-10-17 01:37:00.214--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:00.432--MOXy 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: 2023-10-17 01:37:00.456--MOXy 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: 2023-10-17 01:37:00.466--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:00.48--MOXy 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: 2023-10-17 01:37:00.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:00.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: 2023-10-17 01:37:00.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:00.656--MOXy 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: 2023-10-17 01:37:00.673--MOXy 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: 2023-10-17 01:37:00.691--MOXy 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: 2023-10-17 01:37:00.709--MOXy 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: 2023-10-17 01:37:00.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:00.733--MOXy 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: 2023-10-17 01:37:00.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:00.764--MOXy 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: 2023-10-17 01:37:00.783--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:00.799--MOXy 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: 2023-10-17 01:37:00.814--MOXy 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: 2023-10-17 01:37:00.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:00.843--MOXy 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: 2023-10-17 01:37:00.857--MOXy 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: 2023-10-17 01:37:00.871--MOXy 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: 2023-10-17 01:37:00.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:00.9--MOXy 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: 2023-10-17 01:37:00.915--MOXy 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: 2023-10-17 01:37:00.93--MOXy 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: 2023-10-17 01:37:00.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:00.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:00.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:00.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:01.0--MOXy 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: 2023-10-17 01:37:01.014--MOXy 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: 2023-10-17 01:37:01.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:01.041--MOXy 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: 2023-10-17 01:37:01.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:01.076--MOXy 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: 2023-10-17 01:37:01.089--MOXy 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: 2023-10-17 01:37:01.103--MOXy 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: 2023-10-17 01:37:01.117--MOXy 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: 2023-10-17 01:37:01.131--MOXy 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: 2023-10-17 01:37:01.144--MOXy 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: 2023-10-17 01:37:01.158--MOXy 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: 2023-10-17 01:37:01.171--MOXy 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: 2023-10-17 01:37:01.185--MOXy 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: 2023-10-17 01:37:01.2--MOXy 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: 2023-10-17 01:37:01.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: 2023-10-17 01:37:01.226--MOXy 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: 2023-10-17 01:37:01.239--MOXy 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: 2023-10-17 01:37:01.253--MOXy 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: 2023-10-17 01:37:01.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 [EL Warning]: moxy: 2023-10-17 01:37:01.28--MOXy 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: 2023-10-17 01:37:01.293--MOXy 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: 2023-10-17 01:37:01.306--MOXy 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: 2023-10-17 01:37:01.32--MOXy 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: 2023-10-17 01:37:01.333--MOXy 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: 2023-10-17 01:37:01.347--MOXy 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: 2023-10-17 01:37:01.361--MOXy 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: 2023-10-17 01:37:01.374--MOXy 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: 2023-10-17 01:37:01.386--MOXy 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: 2023-10-17 01:37:01.398--MOXy 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: 2023-10-17 01:37:01.411--MOXy 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: 2023-10-17 01:37:01.424--MOXy 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: 2023-10-17 01:37:01.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: 2023-10-17 01:37:01.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:01.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:01.477--MOXy 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: 2023-10-17 01:37:01.487--MOXy 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: 2023-10-17 01:37:01.5--MOXy 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: 2023-10-17 01:37:01.514--MOXy 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: 2023-10-17 01:37:01.524--MOXy 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: 2023-10-17 01:37:01.537--MOXy 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: 2023-10-17 01:37:01.55--MOXy 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: 2023-10-17 01:37:01.562--MOXy 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: 2023-10-17 01:37:01.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: 2023-10-17 01:37:01.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:01.599--MOXy 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: 2023-10-17 01:37:01.61--MOXy 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: 2023-10-17 01:37:01.626--MOXy 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: 2023-10-17 01:37:01.69--MOXy 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: 2023-10-17 01:37:01.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:01.77--MOXy 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: 2023-10-17 01:37:01.78--MOXy 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: 2023-10-17 01:37:01.795--MOXy 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: 2023-10-17 01:37:01.806--MOXy 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: 2023-10-17 01:37:01.815--MOXy 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: 2023-10-17 01:37:01.826--MOXy 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: 2023-10-17 01:37:01.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:01.849--MOXy 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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-276wx because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-276wx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-276wx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-276wx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-276wx io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-276wx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-276wx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-276wx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-276wx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-276wx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-276wx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: moxy: 2023-10-17 01:37:01.859--MOXy 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: 2023-10-17 01:37:01.871--MOXy 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: 2023-10-17 01:37:02.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.xjc.XJCJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.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: 2023-10-17 01:37:02.082--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.086--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.091--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.096--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.099--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.103--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.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: 2023-10-17 01:37:02.111--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.119--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.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: 2023-10-17 01:37:02.128--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.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: 2023-10-17 01:37:02.136--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.14--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.144--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.148--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.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: 2023-10-17 01:37:02.157--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.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: 2023-10-17 01:37:02.165--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.168--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.174--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.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: 2023-10-17 01:37:02.184--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.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]: moxy: 2023-10-17 01:37:02.19--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.193--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.196--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.199--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.206--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.209--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.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 [EL Warning]: moxy: 2023-10-17 01:37:02.22--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.223--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.227--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.23--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.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: 2023-10-17 01:37:02.25--MOXy 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: 2023-10-17 01:37:02.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: 2023-10-17 01:37:02.261--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.265--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.269--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.278--MOXy 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: 2023-10-17 01:37:02.29--MOXy 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: 2023-10-17 01:37:02.298--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.302--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.307--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.31--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.318--MOXy 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 ERROR: 'Stream closed' [EL Warning]: moxy: 2023-10-17 01:37:02.342--MOXy 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: 2023-10-17 01:37:02.35--MOXy 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: 2023-10-17 01:37:02.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.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.51--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 01:37:02.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.xjc.XJCJavaModelInputImpl [INFO] Tests run: 254, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 5.04 s - in org.eclipse.persistence.testing.jaxb.dynamic.DynamicJAXBTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.eventhandler.EventHandlerTestSuite [INFO] Tests run: 186, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.313 s - in org.eclipse.persistence.testing.jaxb.eventhandler.EventHandlerTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.events.ClassLoaderTestCases [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.489 s - in org.eclipse.persistence.testing.jaxb.events.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.exceptions.ExceptionHandlingTestSuite 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: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.639 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.exceptions.ExceptionHandlingTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.MappingsTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-xbs5t because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-xbs5t" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-xbs5t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-xbs5t" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-xbs5t io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-xbs5t" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-xbs5t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-xbs5t" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-xbs5t" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-xbs5t, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-xbs5t" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 1022, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.534 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.mappings.MappingsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.PropOrderTestSuite [INFO] Tests run: 160, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.447 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmltype.proporder.PropOrderTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-cxmcx because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-cxmcx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-cxmcx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-cxmcx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-cxmcx io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-cxmcx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-cxmcx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-cxmcx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-cxmcx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-cxmcx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-cxmcx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: 2023-10-17 01:37:21.481--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.486--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.488--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.489--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.49--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.491--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.492--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.493--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.495--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.496--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.497--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.498--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.499--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.5--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.501--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.503--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.504--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.505--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.506--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.507--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.508--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.509--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.51--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.511--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.513--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.514--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.515--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.516--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.517--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.518--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:21.519--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. 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 [EL Warning]: 2023-10-17 01:37:27.185--Ignoring attribute [property] on class [org.eclipse.persistence.testing.jaxb.externalizedmetadata.xmlaccessortype.propertylevel.Customer] as no Property was generated for it. [EL Warning]: 2023-10-17 01:37:27.192--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: 12.991 s - in org.eclipse.persistence.testing.jaxb.externalizedmetadata.ExternalizedMetadataTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-h4w9k because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-h4w9k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-h4w9k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-h4w9k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-h4w9k io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-h4w9k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-h4w9k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-h4w9k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-h4w9k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-h4w9k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-h4w9k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Running org.eclipse.persistence.testing.jaxb.innerclasses.InnerClassTestSuite [INFO] Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.742 s - in org.eclipse.persistence.testing.jaxb.innerclasses.InnerClassTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [INFO] Tests run: 1055, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.95 s - in org.eclipse.persistence.testing.jaxb.javadoc.JavadocAnnotationExamplesTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.jaxbcontext.ByXPathTestSuite [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.434 s - in org.eclipse.persistence.testing.jaxb.jaxbcontext.ByXPathTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.json.JSONTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-66zwb because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-66zwb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-66zwb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-66zwb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-66zwb io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-66zwb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-66zwb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-66zwb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-66zwb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-66zwb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-66zwb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 1286, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.093 s - in org.eclipse.persistence.testing.jaxb.json.JSONTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.refresh.RefreshTestSuite [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.694 s - in org.eclipse.persistence.testing.jaxb.refresh.RefreshTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.rs.RESTfulTestSuite [EL Warning]: moxy: 2023-10-17 08:37:47.233--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 - 3.0.4.v202310170826): 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: 2023-10-17 08:37:47.459--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 - 3.0.4.v202310170826): 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.669 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 removed existing: /tmp/schema0.xsd [INFO] Tests run: 147, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.865 s - in org.eclipse.persistence.testing.jaxb.schemagen.SchemaGenTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.singleobject.JAXBSingleObjectTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-0tz4z because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-0tz4z" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-0tz4z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-0tz4z" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-0tz4z io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-0tz4z" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-0tz4z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-0tz4z" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-0tz4z" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-0tz4z, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-0tz4z" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 198, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.068 s - in org.eclipse.persistence.testing.jaxb.singleobject.JAXBSingleObjectTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.substitution.SubstitutionTestSuite [INFO] Tests run: 124, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.315 s - in org.eclipse.persistence.testing.jaxb.substitution.SubstitutionTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.ClassLoaderTestCases [INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.599 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.collisions.TypeMappingInfoCollisionsTestSuite [INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.59 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.collisions.TypeMappingInfoCollisionsTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.parray.PrimitiveArrayTestSuite [INFO] Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.789 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.parray.PrimitiveArrayTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-88gq4 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-88gq4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-88gq4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-88gq4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-88gq4 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-88gq4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-88gq4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-88gq4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-88gq4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-88gq4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-88gq4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 623, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.75 s - in org.eclipse.persistence.testing.jaxb.typemappinginfo.TypeMappingInfoTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.typevariable.TypeVariableTestSuite class org.glassfish.jaxb.runtime.v2.runtime.JAXBContextImpl [INFO] Tests run: 590, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.312 s - in org.eclipse.persistence.testing.jaxb.typevariable.TypeVariableTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [INFO] Tests run: 994, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.038 s - in org.eclipse.persistence.testing.jaxb.xmladapter.XmlAdapterTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmlelement.XmlElementTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-vjz6j because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-vjz6j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-vjz6j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-vjz6j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-vjz6j io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-vjz6j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-vjz6j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-vjz6j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-vjz6j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-vjz6j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-vjz6j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 639, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.798 s - in org.eclipse.persistence.testing.jaxb.xmlelement.XmlElementTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmlinverseref.XmlInverseRefBidirectionalTestSuite [INFO] Tests run: 409, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.098 s - in org.eclipse.persistence.testing.jaxb.xmlinverseref.XmlInverseRefBidirectionalTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmlmarshaller.JAXBSAXTestSuite [INFO] Tests run: 166, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.705 s - in org.eclipse.persistence.testing.jaxb.xmlmarshaller.JAXBSAXTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.xmlmarshaller.JAXBDOMTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-d2htx because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-d2htx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-d2htx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-d2htx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-d2htx io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-d2htx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-d2htx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-d2htx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-d2htx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-d2htx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-d2htx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) ERROR: 'Stream closed' [INFO] Tests run: 113, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.326 s - in org.eclipse.persistence.testing.jaxb.xmlmarshaller.JAXBDOMTestSuite [INFO] Running org.eclipse.persistence.testing.jaxb.sun.xmllocation.XmlLocationTestSuite [INFO] Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.82 s - in org.eclipse.persistence.testing.jaxb.sun.xmllocation.XmlLocationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.533 s - in org.eclipse.persistence.testing.oxm.classloader.ClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.463 s - in org.eclipse.persistence.testing.oxm.classloader.MappingClassLoaderTestCases [INFO] Running org.eclipse.persistence.testing.oxm.converter.ConverterTestSuite [INFO] Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.84 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.138 s - in org.eclipse.persistence.testing.oxm.deferred.DeferredContentHandlerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.deploymentxml.DeploymentXMLXsiTypeTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.769 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.598 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.56 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: 0.904 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.588 s - in org.eclipse.persistence.testing.oxm.dynamic.DynamicTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-1r5qs because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-1r5qs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-1r5qs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-1r5qs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-1r5qs io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-1r5qs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-1r5qs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-1r5qs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-1r5qs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-1r5qs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-1r5qs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 70, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.567 s - in org.eclipse.persistence.testing.oxm.events.OXEventCallbackTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.inheritance.typetests.TypeTestSuite [INFO] Tests run: 646, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.817 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: 2.306 s - in org.eclipse.persistence.testing.oxm.inheritance.InheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Tests run: 212, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.951 s - in org.eclipse.persistence.testing.oxm.mappings.anyattribute.XMLAnyAttributeMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.anycollection.XMLAnyCollectionMappingTestSuite [INFO] Tests run: 338, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.253 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-g2pzn-mm6hr because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-mm6hr" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-mm6hr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-mm6hr" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-mm6hr io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-mm6hr" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-mm6hr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-mm6hr" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-mm6hr" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-mm6hr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-mm6hr" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 322, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.111 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.111 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: 0.941 s - in org.eclipse.persistence.testing.oxm.mappings.binarydatacollection.XMLBinaryDataCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.choice.XMLChoiceMappingTestSuite [INFO] Tests run: 95, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.722 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: 0.929 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.518 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: 1.437 s - in org.eclipse.persistence.testing.oxm.mappings.compositecollection.CompositeCollectionMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-7jjcx because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-7jjcx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-7jjcx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-7jjcx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-7jjcx io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-7jjcx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-7jjcx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-7jjcx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-7jjcx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-7jjcx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-7jjcx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.456 s - in org.eclipse.persistence.testing.oxm.mappings.compositeobject.self.converter.CompositeObjectSelfConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.compositeobject.CompositeObjectMappingTestSuite [INFO] Tests run: 802, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.972 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.566 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: 0.738 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: 1.739 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.509 s - in org.eclipse.persistence.testing.oxm.mappings.directtofield.converter.DirectToFieldConverterTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.directtofield.DirectToFieldMappingTestSuite 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: 2.428 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.484 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.597 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: 0.745 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: 0.813 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-g2pzn-qpm0b because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qpm0b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qpm0b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qpm0b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-qpm0b io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qpm0b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qpm0b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qpm0b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qpm0b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qpm0b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qpm0b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 129, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.136 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.49 s - in org.eclipse.persistence.testing.oxm.mappings.typeddirect.TypedDirectMappingTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.mappings.xmlfragment.XMLFragmentMappingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-7z343 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-7z343" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-7z343, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-7z343" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-7z343 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-7z343" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-7z343, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-7z343" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-7z343" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-7z343, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-7z343" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 86, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.786 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: 0.877 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.517 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.134 s - in org.eclipse.persistence.testing.oxm.reader.ReaderTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.schemamodelgenerator.GenerateSchemaTestSuite [INFO] Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.973 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.018 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.413 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@210ab13f Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@6f15d60e Employee:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Employee@210ab13f Address:org.eclipse.persistence.testing.oxm.xmlbinder.keybasedmappingtests.Address@446a1e84 [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.503 s - in org.eclipse.persistence.testing.oxm.xmlbinder.XMLBinderTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [INFO] Tests run: 527, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.711 s - in org.eclipse.persistence.testing.oxm.xmlconversionmanager.XMLConversionManagerTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.twoprojects.TwoProjectsTestSuite [EL Info]: 2023-10-17 01:39:34.934--DatabaseSessionImpl(1078566479)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.216 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.018 s - in org.eclipse.persistence.testing.oxm.xmlmarshaller.structureValidation.StructureValidationTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLMarshallerTestSuite [EL Warning]: connection: 2023-10-17 01:39:36.97--Exception [EclipseLink-7100] (Eclipse Persistence Services - 3.0.4.v202310170826): 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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-classes/sessions.xml] [EL Warning]: connection: 2023-10-17 01:39:37.147--Exception [EclipseLink-7100] (Eclipse Persistence Services - 3.0.4.v202310170826): 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/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/test-classes/sessions.xml] Local Exception Stack: Exception [EclipseLink-25008] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.XMLMarshalException Exception Description: A descriptor with default root element email-address was not found in the project at org.eclipse.persistence.exceptions.XMLMarshalException.noDescriptorWithMatchingRootElement(XMLMarshalException.java:164) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.xmlToObject(DOMUnmarshaller.java:444) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:267) at org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller.unmarshal(DOMUnmarshaller.java:246) at org.eclipse.persistence.internal.oxm.XMLUnmarshaller.unmarshal(XMLUnmarshaller.java:557) at org.eclipse.persistence.testing.oxm.xmlmarshaller.XMLUnmarshalTestCases.testUnmarshalNonRoot(XMLUnmarshalTestCases.java:705) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at junit.framework.TestResult$1.protect(TestResult.java:122) at junit.framework.TestResult.runProtected(TestResult.java:142) at junit.framework.TestResult.run(TestResult.java:125) at junit.framework.TestCase.run(TestCase.java:130) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at junit.framework.TestSuite.runTest(TestSuite.java:241) at junit.framework.TestSuite.run(TestSuite.java:236) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451) [INFO] Tests run: 164, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.442 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.604 s - in org.eclipse.persistence.testing.oxm.xmlroot.complex.inheritance.XMLRootComplexInheritanceTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmlroot.XMLRootTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-sl58b because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-sl58b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-sl58b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-sl58b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-sl58b io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-sl58b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-sl58b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-sl58b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-sl58b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-sl58b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-sl58b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 239, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.711 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.549 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.403 s - in org.eclipse.persistence.testing.oxm.xmlcontext.byxpath.XMLContextByXPathTestSuite [INFO] Running org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.149 s - in org.eclipse.persistence.testing.oxm.xmllogin.XMLLoginTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 25229, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.0.0-M4:test (test-moxy-oxm-non-default-system-properties) @ org.eclipse.persistence.moxy --- [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.068 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.301 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.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.moxy --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-vmbnt because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-vmbnt" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-vmbnt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-vmbnt" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-vmbnt io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-vmbnt" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-vmbnt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-vmbnt" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-vmbnt" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-vmbnt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-vmbnt" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.dbws >-------- [INFO] Building EclipseLink DBWS 3.0.4-SNAPSHOT [9/40] [INFO] from dbws/org.eclipse.persistence.dbws/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.pom (2.7 kB at 7.0 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.pom (5.6 kB at 34 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/protobuf/protobuf-parent/3.11.4/protobuf-parent-3.11.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.11.4/protobuf-parent-3.11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-parent/3.11.4/protobuf-parent-3.11.4.pom (7.7 kB at 29 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/protobuf/protobuf-bom/3.11.4/protobuf-bom-3.11.4.pom [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.11.4/protobuf-bom-3.11.4.pom [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-bom/3.11.4/protobuf-bom-3.11.4.pom (3.5 kB at 18 kB/s) [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar [INFO] Downloading from sonatype-nexus-staging: https://jakarta.oss.sonatype.org/content/repositories/staging/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/mysql/mysql-connector-java/8.0.28/mysql-connector-java-8.0.28.jar (2.5 MB at 6.1 MB/s) [INFO] Downloading from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar [INFO] Downloaded from eclipse.maven.central.mirror: https://repo.eclipse.org/content/repositories/maven_central/com/google/protobuf/protobuf-java/3.11.4/protobuf-java-3.11.4.jar (1.7 MB at 6.7 MB/s) [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532006517 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 4 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/src/test/resources [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.dbws --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- sql:1.5:execute (create-tables-before-test) @ org.eclipse.persistence.dbws --- [INFO] Executing file: /tmp/dbsetup_keymappings.145844640sql [INFO] Executing file: /tmp/dbsetup_relationships.835840119sql [INFO] 86 of 86 SQL statements executed successfully [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-dbws) @ org.eclipse.persistence.dbws --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running dbws.testing.relationships.RelationshipsTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.482 s - in dbws.testing.relationships.RelationshipsTestSuite [INFO] Running dbws.testing.xrdynamicentity.XRDynamicEntityTestSuite [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.03 s - in dbws.testing.xrdynamicentity.XRDynamicEntityTestSuite [INFO] Running dbws.testing.keymappings.KeyMappingsTestSuite [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.124 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.116776499sql [INFO] Executing file: /tmp/dbteardown_relationships.1639941264sql [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.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.dbws --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.jpars >-------- [INFO] Building EclipseLink JPA-RS 3.0.4-SNAPSHOT [10/40] [INFO] from jpa/org.eclipse.persistence.jpars/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpars --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpars --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532009856 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpars --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpars --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpars --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpars --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpars --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpars --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 32 resources [INFO] Copying 32 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpars --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpars --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpars --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.jpars --- [INFO] Configuration changed, re-generating javadoc. [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/org.eclipse.persistence.jpars-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpars --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-jpars) @ org.eclipse.persistence.jpars --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-4vlwn because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-4vlwn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-4vlwn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-4vlwn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-4vlwn io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-4vlwn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-4vlwn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-4vlwn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-4vlwn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-4vlwn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-4vlwn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpars/target/failsafe-reports/2023-10-17T08-40-07_387-jvmRun1.dumpstream [INFO] Running org.eclipse.persistence.jpars.test.AllJavaSETests [EL Info]: 2023-10-17 08:40:16.041--ServerSession(2042979183)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: moxy: 2023-10-17 08:40:16.77--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Info]: 2023-10-17 08:40:16.824--ServerSession(1446301940)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: moxy: 2023-10-17 08:40:16.867--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: metadata: 2023-10-17 08:40:16.895--ServerSession(1562912969)--You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Info]: 2023-10-17 08:40:16.924--ServerSession(1562912969)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:40:17.035--ServerSession(1562912969)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: moxy: 2023-10-17 08:40:17.042--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Finest]: jpars: 2023-10-17 08:40:17.143--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 613b9498-3842-490d-9964-8358170550ba [EL Warning]: metadata: 2023-10-17 08:40:17.157--ServerSession(1140697305)--You have specified multiple ids for the entity class [org.eclipse.persistence.jpars.test.model.multitenant.Account] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Info]: 2023-10-17 08:40:17.162--ServerSession(1140697305)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: moxy: 2023-10-17 08:40:17.203--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Finest]: jpars: 2023-10-17 08:40:17.262--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 613b9498-3842-490d-9964-8358170550ba [EL Finest]: jpars: 2023-10-17 08:40:17.281--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 613b9498-3842-490d-9964-8358170550ba org.eclipse.persistence.jpars.test.model.auction.StaticAddress {"city":"Ottawa","id":1,"postalCode":"K1A1A1","street":"Rembrandt Rd.","type":"home","_relationships":{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticAddress/1+home/user","rel":"user"}},"user":{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/11","method":"GET","rel":"self"}}} [EL Finest]: jpars: 2023-10-17 08:40:17.322--org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryUpdateInternal--ENTRY 2394c419-aa11-484e-bbcd-9b7f06c68e54 [EL Finest]: jpars: 2023-10-17 08:40:17.329--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY 97924358-065a-4449-b97d-24032776b614 [EL Finest]: jpars: 2023-10-17 08:40:17.352--org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryInternal--ENTRY 7fe4b964-0ef2-4281-9d3f-e62195d2e350 [EL Finest]: jpars: 2023-10-17 08:40:17.366--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY a4f3c441-4e32-44f6-8bce-df4fdd81c91a [EL Finest]: jpars: 2023-10-17 08:40:17.383--org.eclipse.persistence.jpa.rs.resources.common.AbstractSingleResultQueryResource--namedQuerySingleResultInternal--ENTRY 6f1d7717-95d0-4102-9c5b-03b81fdfb815 [EL Finest]: jpars: 2023-10-17 08:40:17.388--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 4f25beb2-252b-4eeb-a2a8-387b9cfa50f1 [EL Finest]: jpars: 2023-10-17 08:40:17.388--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 4f25beb2-252b-4eeb-a2a8-387b9cfa50f1 [EL Finest]: jpars: 2023-10-17 08:40:17.402--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getTypesInternal--ENTRY e3cd7c90-ea49-4766-8aae-5e7b2a467011 [EL Finest]: jpars: 2023-10-17 08:40:17.41--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getDescriptorMetadataInternal--ENTRY f150734f-fe8c-4e21-ace1-992a6aae84bd [EL Finest]: jpars: 2023-10-17 08:40:17.419--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceUnitResource--getQueriesMetadataInternal--ENTRY 73009710-92a0-4502-908d-2869859f9b06 [EL Finest]: jpars: 2023-10-17 08:40:17.43--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 73009710-92a0-4502-908d-2869859f9b06 [EL Finest]: jpars: 2023-10-17 08:40:17.43--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 73009710-92a0-4502-908d-2869859f9b06 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":0,"version":0,"_relationships":[]} [EL Finest]: jpars: 2023-10-17 08:40:17.431--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 97fab305-8313-42c9-9829-a4224a026b64 [EL Finest]: jpars: 2023-10-17 08:40:17.431--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY 97fab305-8313-42c9-9829-a4224a026b64 [EL Finest]: jpars: 2023-10-17 08:40:17.432--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN 97fab305-8313-42c9-9829-a4224a026b64 org.eclipse.persistence.jpars.test.model.multitenant.Account org.eclipse.persistence.jpars.test.model.multitenant.Account@45658133 [EL Finest]: jpars: 2023-10-17 08:40:17.438--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 97fab305-8313-42c9-9829-a4224a026b64 [EL Finest]: jpars: 2023-10-17 08:40:17.44--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 97fab305-8313-42c9-9829-a4224a026b64 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":101,"version":1,"_relationships":[]} [EL Finest]: jpars: 2023-10-17 08:40:17.441--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 0ef0d9fa-f684-4b2c-9d61-a07c56d36ca1 [EL Finest]: jpars: 2023-10-17 08:40:17.442--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 0ef0d9fa-f684-4b2c-9d61-a07c56d36ca1 [EL Finest]: jpars: 2023-10-17 08:40:17.444--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 0ef0d9fa-f684-4b2c-9d61-a07c56d36ca1 org.eclipse.persistence.jpars.test.model.multitenant.Account {"accountNumber":"AAA111","id":101,"version":1,"_relationships":[]} [EL Finest]: jpars: 2023-10-17 08:40:17.445--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY 6642389e-584f-4e7b-a8db-736dc19ccba5 [EL Severe]: jpars: 2023-10-17 08:40:17.446--ServerSession(1140697305)--requestId: 6642389e-584f-4e7b-a8db-736dc19ccba5. Entity of type [Account] and id [101] could not be found in persistence unit: [jpars_auction-static-local]. [EL Finest]: jpars: 2023-10-17 08:40:17.449--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 314ad999-973e-4a15-8014-0af4525fa0d7 [EL Finest]: jpars: 2023-10-17 08:40:17.449--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV1--ENTRY 314ad999-973e-4a15-8014-0af4525fa0d7 [EL Finest]: jpars: 2023-10-17 08:40:17.466--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY b3e8f9cc-41a1-42e1-85dd-c255d6b2bd78 [EL Finest]: jpars: 2023-10-17 08:40:17.475--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY e8f87058-4fca-4b23-9379-f1036e52919b [EL Finest]: jpars: 2023-10-17 08:40:17.503--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--deleteInternal--ENTRY bc0ef990-f585-4895-bcff-846fb18f426c [EL Finest]: jpars: 2023-10-17 08:40:17.512--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 43e69391-fb70-462e-bc60-9979056d4f7b [EL Finest]: jpars: 2023-10-17 08:40:17.517--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--findInternal--ENTRY dda30772-964b-4967-a91c-5beaf835e316 [EL Finest]: jpars: 2023-10-17 08:40:17.519--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY dda30772-964b-4967-a91c-5beaf835e316 [EL Finest]: jpars: 2023-10-17 08:40:17.52--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN dda30772-964b-4967-a91c-5beaf835e316 org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1697532017109,"_relationships":[{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/auction","rel":"auction"}},{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/user","rel":"user"}}],"user":{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/11","method":"GET","rel":"self"}}} [EL Finest]: jpars: 2023-10-17 08:40:17.522--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY dda30772-964b-4967-a91c-5beaf835e316 [EL Finest]: jpars: 2023-10-17 08:40:17.523--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN dda30772-964b-4967-a91c-5beaf835e316 org.eclipse.persistence.jpars.test.model.auction.StaticUser {"id":22,"name":"user2","version":1,"_relationships":{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/22/address","rel":"address"}}} [EL Finest]: jpars: 2023-10-17 08:40:17.523--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--setOrAddAttributeInternal--ENTRY d27dbf93-f3c7-46eb-b1c0-cd119076418c [EL Finest]: jpars: 2023-10-17 08:40:17.523--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--ENTRY d27dbf93-f3c7-46eb-b1c0-cd119076418c [EL Finest]: jpars: 2023-10-17 08:40:17.524--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--unmarshalEntity--RETURN d27dbf93-f3c7-46eb-b1c0-cd119076418c org.eclipse.persistence.jpars.test.model.auction.StaticUser org.eclipse.persistence.jpars.test.model.auction.StaticUser@f1266c6 [EL Finest]: jpars: 2023-10-17 08:40:17.527--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY d27dbf93-f3c7-46eb-b1c0-cd119076418c [EL Finest]: jpars: 2023-10-17 08:40:17.528--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN d27dbf93-f3c7-46eb-b1c0-cd119076418c org.eclipse.persistence.jpars.test.model.auction.StaticBid {"amount":110.0,"id":5,"time":1697532017109,"_relationships":[{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/auction","rel":"auction"}},{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticBid/5/user","rel":"user"}}],"user":{"_link":{"href":"http://localhost:8080/eclipselink.jpars.test/persistence/jpars_auction-static-local/entity/StaticUser/22","method":"GET","rel":"self"}}} [EL Finest]: jpars: 2023-10-17 08:40:17.536--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--updateInternal--ENTRY 2b36ac50-233e-4598-9dc2-e472c1e9203c [EL Finest]: jpars: 2023-10-17 08:40:17.54--org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--namedQueryInternal--ENTRY 2923c7c0-4f0e-4392-9117-9fab0dd32787 [EL Finest]: jpars: 2023-10-17 08:40:17.544--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--ENTRY 2923c7c0-4f0e-4392-9117-9fab0dd32787 [EL Finest]: jpars: 2023-10-17 08:40:17.546--ServerSession(1140697305)--org.eclipse.persistence.jpa.rs.PersistenceContext--marshallEntity--RETURN 2923c7c0-4f0e-4392-9117-9fab0dd32787 {"COUNT":3} [EL Finest]: jpars: 2023-10-17 08:40:18.474--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY bc535f0c-be73-4a85-b501-edeb1a89a600 [EL Finest]: jpars: 2023-10-17 08:40:18.483--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY cd7aed74-e22d-490b-9654-9455e071e83c [EL Finest]: jpars: 2023-10-17 08:40:18.489--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 26c649b5-fb19-4d46-9501-1753b5c9b537 [EL Finest]: jpars: 2023-10-17 08:40:18.496--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY c52a710a-e52c-4a0f-a50b-20cea1217043 [EL Finest]: jpars: 2023-10-17 08:40:18.497--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY a300e8e5-2327-4971-8598-2e475f425171 [EL Finest]: jpars: 2023-10-17 08:40:18.508--org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY 1602b958-c711-4553-8d66-f5e33b58443f [EL Finest]: jpars: 2023-10-17 08:40:18.508--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 2a6aae94-2503-4479-8bb2-c9a05389fcba [EL Finest]: jpars: 2023-10-17 08:40:18.516--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 81124666-aa56-4dba-86d1-9fccb794286c [EL Info]: 2023-10-17 08:40:18.644--ServerSession(565517913)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: moxy: 2023-10-17 08:40:18.69--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Finest]: jpars: 2023-10-17 08:40:18.712--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY 11a704ee-e4e7-45da-9983-318b5aa8b9c6 [EL Finest]: jpars: 2023-10-17 08:40:18.712--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY 11a704ee-e4e7-45da-9983-318b5aa8b9c6 [EL Warning]: moxy: 2023-10-17 08:40:18.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]: 2023-10-17 08:40:18.735--Ignoring attribute [teamLeader] on class [LargeProject] as no Property was generated for it. [EL Warning]: 2023-10-17 08:40:18.736--Ignoring attribute [teamLeader] on class [SmallProject] as no Property was generated for it. [EL Finest]: jpars: 2023-10-17 08:40:18.746--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntityMetadataResponse--ENTRY ce1b4416-ca81-4392-a3af-890969310a25 [EL Finest]: jpars: 2023-10-17 08:40:18.751--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQueryMetadataResponse--ENTRY 869f02a9-6330-4d23-aa0d-cd39abd1b3fc [EL Finest]: jpars: 2023-10-17 08:40:18.756--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY b9985a4a-1da0-4a98-9056-a2cea133b0cf [EL Finest]: jpars: 2023-10-17 08:40:18.76--org.eclipse.persistence.jpa.rs.resources.common.AbstractEntityResource--buildEntityOptionsResponse--ENTRY 6da9ff37-9f10-488e-a860-3eae33f41494 [EL Finest]: jpars: 2023-10-17 08:40:18.761--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildMetadataCatalogResponse--ENTRY 2999bf12-0f73-4e53-b991-36b2b2eaea70 [EL Finest]: jpars: 2023-10-17 08:40:18.768--org.eclipse.persistence.jpa.rs.resources.common.AbstractQueryResource--buildQueryOptionsResponse--ENTRY ff75750b-095e-4901-80d2-c88db2b10fd1 [EL Finest]: jpars: 2023-10-17 08:40:18.768--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildEntitySchemaResponse--ENTRY 9cc29034-6e50-448d-b5a1-c8953159d44f [EL Finest]: jpars: 2023-10-17 08:40:18.774--org.eclipse.persistence.jpa.rs.resources.MetadataResource--buildQuerySchemaResponse--ENTRY 4b497f37-8eb0-400b-ae95-9895e6f2c35c [EL Warning]: moxy: 2023-10-17 08:40:18.784--MOXy BV: Facets generation could not be configured. EclipseLink's JavaModelInputImpl was not detected, instead JavaModelInput is of class: class org.eclipse.persistence.jaxb.javamodel.oxm.OXMJavaModelInputImpl [EL Warning]: moxy: 2023-10-17 08:40:18.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 Finest]: jpars: 2023-10-17 08:40:18.88--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsInternal--ENTRY b6a837d5-b819-46de-aa95-728b36bb3b11 [EL Finest]: jpars: 2023-10-17 08:40:18.88--org.eclipse.persistence.jpa.rs.resources.common.AbstractPersistenceResource--getContextsV2--ENTRY b6a837d5-b819-46de-aa95-728b36bb3b11 [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.956 s - in org.eclipse.persistence.jpars.test.AllJavaSETests [INFO] [INFO] Results: [INFO] [INFO] Tests run: 75, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpars --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpars --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.jpars --- [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.core.test >------ [INFO] Building EclipseLink Core Test 3.0.4-SNAPSHOT [11/40] [INFO] from foundation/eclipselink.core.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)' [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.core.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.core.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.core.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532019297 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.core.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.core.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.core.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.core.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.core.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 43 resources [INFO] Copying 43 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.core.test --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.core.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.HelperTest [INFO] Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.081 s - in org.eclipse.persistence.testing.tests.junit.helper.HelperTest [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.JavaVersionTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.persistence.testing.tests.junit.helper.JavaVersionTest [INFO] Running org.eclipse.persistence.testing.tests.junit.helper.ConcurrencySemaphoreTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-9ddm2 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-9ddm2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-9ddm2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-9ddm2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-9ddm2 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-9ddm2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-9ddm2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-9ddm2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-9ddm2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-9ddm2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-9ddm2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 2.712 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.003 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.002 s - in org.eclipse.persistence.testing.tests.junit.helper.JavaSEPlatformTest [INFO] Running org.eclipse.persistence.testing.tests.junit.security.JCEEncryptionTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 s - in org.eclipse.persistence.testing.tests.junit.security.JCEEncryptionTest [INFO] Running org.eclipse.persistence.testing.tests.junit.security.SecurableBackwardsCompatibilityTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 s - in org.eclipse.persistence.testing.tests.junit.security.SecurableBackwardsCompatibilityTest [INFO] Running org.eclipse.persistence.testing.tests.junit.failover.ConnectionPoolFailoverTest [EL Info]: 2023-10-17 08:40:23.167--ServerSession(262445056)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: query: 2023-10-17 08:40:23.227--ClientSession(2075809815)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Communication Failure occurred Error Code: 17004 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [EL Warning]: 2023-10-17 08:40:23.235--ClientSession(4766562)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Communication Failure occurred Error Code: 17004 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS") [EL Info]: query: 2023-10-17 08:40:23.236--ClientSession(91912419)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Communication Failure occurred Error Code: 17004 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [EL Info]: 2023-10-17 08:40:23.238--ServerSession(1529115495)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: query: 2023-10-17 08:40:23.24--ClientSession(2114289475)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Communication Failure occurred Error Code: 17004 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [EL Severe]: 2023-10-17 08:40:23.24--ServerSession(1529115495)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 [EL Info]: query: 2023-10-17 08:40:23.24--ClientSession(2114289475)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [EL Severe]: 2023-10-17 08:40:28.241--ServerSession(1529115495)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 [EL Info]: query: 2023-10-17 08:40:28.241--ClientSession(2114289475)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [EL Severe]: 2023-10-17 08:40:33.242--ServerSession(1529115495)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Connections unavailable Error Code: 0 [EL Warning]: 2023-10-17 08:40:33.243--ClientSession(2114289475)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.173 s - in org.eclipse.persistence.testing.tests.junit.failover.ConnectionPoolFailoverTest [INFO] Running org.eclipse.persistence.testing.tests.junit.failover.FailoverTest [EL Info]: 2023-10-17 08:40:33.245--DatabaseSessionImpl(113411247)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: query: 2023-10-17 08:40:33.247--DatabaseSessionImpl(113411247)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: Communication Failure occurred Error Code: 17004 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS Query: ReadObjectQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET FROM ADDRESS"). [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 s - in org.eclipse.persistence.testing.tests.junit.failover.FailoverTest [INFO] Running org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectMapTest [INFO] Tests run: 224, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.073 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.026 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.034 s - in org.eclipse.persistence.testing.tests.junit.transparentindirection.IndirectListTest [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.001 s - in org.eclipse.persistence.testing.tests.junit.mapping.conversion.AttributeNamePrefixTest [INFO] Running org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 s - in org.eclipse.persistence.testing.tests.junit.platform.server.wls.WebLogic_12_PlatformTest [INFO] Running org.eclipse.persistence.testing.tests.junit.localization.LocalizationResourcesTest [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 s - in org.eclipse.persistence.testing.tests.junit.localization.LocalizationResourcesTest [INFO] Running org.eclipse.persistence.testing.tests.junit.localization.LocalizationTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.persistence.testing.tests.junit.localization.LocalizationTest [INFO] Running org.eclipse.persistence.testing.tests.junit.logging.LogLevelTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 s - in org.eclipse.persistence.testing.tests.junit.logging.LogLevelTest [INFO] Running org.eclipse.persistence.testing.tests.junit.logging.LogCategoryTest [INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 s - in org.eclipse.persistence.testing.tests.junit.logging.LogCategoryTest [INFO] Running org.eclipse.persistence.testing.tests.junit.cache.AdvancedProcessorTest [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.persistence.testing.tests.junit.cache.AdvancedProcessorTest [INFO] Running org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest [EL Warning]: connection: 2023-10-17 08:40:33.434--Exception [EclipseLink-63001] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ServerPlatformException Exception Description: Server platform class non-existing-class-name not found. Internal Exception: java.lang.ClassNotFoundException: non-existing-class-name [EL Warning]: connection: 2023-10-17 08:40:33.587--Exception [EclipseLink-63002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ServerPlatformException Exception Description: Server platform class is not valid: org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest$Platform Internal Exception: java.lang.reflect.InvocationTargetException Target Invocation Exception: java.lang.NullPointerException [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.166 s - in org.eclipse.persistence.testing.tests.junit.sessionsxml.SessionManagerTest [INFO] Running org.eclipse.persistence.testing.tests.junit.identitymaps.CacheIdTest [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 s - in org.eclipse.persistence.testing.tests.junit.identitymaps.CacheIdTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 548, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.core.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/eclipselink.core.test/target/org.eclipse.persistence.core.test-3.0.4-SNAPSHOT-tests.jar [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.core.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.core.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2023-10-17 08:40:35.215--DatabaseSessionImpl(204715855)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:40:35.694--DatabaseSessionImpl(204715855)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.71 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-core-srg) @ org.eclipse.persistence.core.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-core-lrg) @ org.eclipse.persistence.core.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.TestRunModel [EL Info]: 2023-10-17 08:40:36.73--DatabaseSessionImpl(1509791656)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:40:37.283--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.294--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.3--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.306--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.311--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.316--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.322--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.334--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.339--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.344--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.349--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.355--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.361--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.367--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.371--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.377--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.383--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.388--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.393--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.398--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.403--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.409--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") [EL Warning]: 2023-10-17 08:40:37.414--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.42--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.426--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.463--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.47--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:37.475--DatabaseSessionImpl(1509791656)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.116 sec Running AggregateUpdateObjectTestSuite Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.133 sec Running AggregateReadAllTestSuite Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running AggregateDeleteObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.102 sec Running AggregateInsertObjectTestSuite [EL Warning]: 2023-10-17 08:40:38.255--UnitOfWork(1313618488)--Exception [EclipseLink-68] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@151335cb] 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.069 sec Running AggregateUnitOfWorkTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.169 sec Running AggregateUnitOfWorkCommitResumeTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.052 sec Running AggregateCheckForNullUnitOfWorkTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running AggregateMergingUnitOfWorkTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running AggregateDescriptorPropertiesTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running AggregateEventTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running NestedAggregateTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running AggregateInheritanceTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running AggregateRelationshipsTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec [EL Info]: 2023-10-17 08:40:38.633--DatabaseSessionImpl(662409124)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:40:38.67--DatabaseSessionImpl(662409124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:38.671--DatabaseSessionImpl(662409124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:38.672--DatabaseSessionImpl(662409124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:38.673--DatabaseSessionImpl(662409124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:38.674--DatabaseSessionImpl(662409124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:38.675--DatabaseSessionImpl(662409124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:38.675--DatabaseSessionImpl(662409124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:38.676--DatabaseSessionImpl(662409124)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:38.884--DatabaseSessionImpl(479160976)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.050 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running MiscellaneousTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [EL Info]: 2023-10-17 08:40:39.353--DatabaseSessionImpl(1245434971)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:40:39.617--DatabaseSessionImpl(1245434971)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:39.617--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 [EL Info]: 2023-10-17 08:40:40.56--ServerSession(2076611420)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-69gb2 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-69gb2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-69gb2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-69gb2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-69gb2 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-69gb2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-69gb2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-69gb2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-69gb2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-69gb2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-69gb2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-33vjf because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-33vjf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-33vjf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-33vjf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-33vjf io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-33vjf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-33vjf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-33vjf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-33vjf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-33vjf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-33vjf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) Tests run: 42, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 15.853 sec [EL Info]: 2023-10-17 08:40:55.636--DatabaseSessionImpl(145664926)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running CacheIdentityMapInsertOverflowTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 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]: 2023-10-17 08:40:55.887--ServerSession(1530078265)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:40:55.956--DatabaseSessionImpl(1550899184)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:40:55.983--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:55.988--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:55.992--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:55.996--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:55.999--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:56.003--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:56.006--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:56.009--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:56.013--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:56.016--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:56.02--DatabaseSessionImpl(1550899184)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.014 sec Running CollectionsWriteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running CollectionsDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running CollectionsInsertObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running CollectionsUnitOfWorkTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec [EL Info]: 2023-10-17 08:40:56.191--DatabaseSessionImpl(1377543055)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:40:56.571--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:56.572--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:56.573--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:56.574--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:56.575--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:56.575--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:56.58--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:56.585--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:56.589--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:56.592--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.311--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.316--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.321--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.324--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.33--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.334--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.339--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.342--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.346--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.35--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.354--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.357--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.361--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.365--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.369--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.373--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.377--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.45--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.455--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.459--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.463--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.467--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.472--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.476--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.48--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:57.483--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") Running ComplexUpdateTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec Running UnitOfWorkTestSuite [EL Warning]: 2023-10-17 08:40:58.041--UnitOfWork(723130935)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:58.049--UnitOfWork(448288866)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:58.18--UnitOfWork(1338136300)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 152 [EL Warning]: 2023-10-17 08:40:58.222--UnitOfWork(1894076099)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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()) [317,366,989], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:40:58.223--UnitOfWork(1712524347)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1 Chocolate Drive, Smith Falls, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,448,428,389], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:40:58.226--UnitOfWork(1632141948)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 151 [EL Warning]: 2023-10-17 08:40:58.245--UnitOfWork(1067809448)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 152 [EL Warning]: 2023-10-17 08:40:58.35--UnitOfWork(725418930)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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,421,436,947], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:40:58.462--UnitOfWork(1505756962)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:58.486--UnitOfWork(2142250502)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) [EL Warning]: 2023-10-17 08:40:58.507--DatabaseSessionImpl(1377543055)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2023-10-17 08:40:58.519--UnitOfWork(1739721548)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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()) [641,985,795], 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: 0, Time elapsed: 0.521 sec Running UnitOfWorkEventTestSuite [EL Warning]: 2023-10-17 08:40:58.559--UnitOfWork(1393428647)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec [EL Info]: 2023-10-17 08:40:58.56--DatabaseSessionImpl(1763768885)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:40:58.579--DatabaseSessionImpl(1763768885)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.003 sec Running ConversionManagerReadAllTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running ConversionManagerDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running ConversionManagerInsertObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running ConversionManagerUpdateObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running ConversionManagerConvertObjectTestSuite Tests run: 56, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running ConversionManagerConvertClassTypeTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running ConversionManagerClassLoaderTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2023-10-17 08:40:58.636--DatabaseSessionImpl(1862737164)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running ConversionManagerReadObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running ConversionManagerReadAllTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running ConversionManagerDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running ConversionManagerInsertObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running ConversionManagerUpdateObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec [EL Info]: 2023-10-17 08:40:58.705--DatabaseSessionImpl(254038376)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:40:58.977--DatabaseSessionImpl(254038376)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:40:59.184--DatabaseSessionImpl(254038376)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.010 sec Running RefreshObjectTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running CustomSQLUpdateObjectTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 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.009 sec Running CustomSQLDeleteObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running SelectWithOutputParametersTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test intended for Sybase and SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 [EL Info]: 2023-10-17 08:40:59.289--ServerSession(1898058733)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.038 sec Running CustomSQLStoredFunctionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:40:59.331--DatabaseSessionImpl(1825984578)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:40:59.432--DatabaseSessionImpl(181814414)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running MiscellaneousTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [EL Info]: 2023-10-17 08:40:59.791--DatabaseSessionImpl(156850393)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running EmployeeReadAllTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running Unit Of Work Update Test Suite [EL Warning]: 2023-10-17 08:41:00.288--UnitOfWork(789112531)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 308 [EL Warning]: 2023-10-17 08:41:00.306--UnitOfWork(1037612046)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 308 Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.152 sec [EL Info]: 2023-10-17 08:41:00.368--DatabaseSessionImpl(659229738)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running EmployeeReadAllTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running Unit Of Work Update Test Suite [EL Warning]: 2023-10-17 08:41:00.856--UnitOfWork(938070417)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:00.873--UnitOfWork(1984549712)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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-g2pzn-rz57w because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-rz57w" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-rz57w, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-rz57w" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-rz57w io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-rz57w" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-rz57w, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-rz57w" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-rz57w" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-rz57w, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-rz57w" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.725 sec [EL Info]: 2023-10-17 08:41:02.544--DatabaseSessionImpl(819711997)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec Running EmployeeReadAllTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running Unit Of Work Update Test Suite [EL Warning]: 2023-10-17 08:41:03.021--UnitOfWork(1927159174)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 403 [EL Warning]: 2023-10-17 08:41:03.039--UnitOfWork(1148054038)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 403 Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec [EL Info]: 2023-10-17 08:41:03.084--DatabaseSessionImpl(1636579453)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:03.195--DatabaseSessionImpl(254033244)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:03.206--DatabaseSessionImpl(980011038)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running MiscellaneousTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [EL Info]: 2023-10-17 08:41:03.529--DatabaseSessionImpl(93166806)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec [EL Info]: 2023-10-17 08:41:03.8--DatabaseSessionImpl(1760872167)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running MiscellaneousTests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec [EL Info]: 2023-10-17 08:41:04.129--DatabaseSessionImpl(845959786)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec [EL Info]: 2023-10-17 08:41:04.407--DatabaseSessionImpl(599265282)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running ForceUpdateVersionLockingTestSuite [EL Warning]: 2023-10-17 08:41:05.57--UnitOfWork(2090157069)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 6 [EL Warning]: 2023-10-17 08:41:05.58--UnitOfWork(1545411238)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 7 [EL Warning]: 2023-10-17 08:41:05.589--UnitOfWork(467631316)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 4 [EL Warning]: 2023-10-17 08:41:05.597--UnitOfWork(1597029619)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 12 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running ForceUpdateVersionLockingNopTestSuite [EL Warning]: 2023-10-17 08:41:05.605--UnitOfWork(1976246416)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 7 [EL Warning]: 2023-10-17 08:41:05.606--UnitOfWork(750920887)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 7 [EL Warning]: 2023-10-17 08:41:05.611--UnitOfWork(953909385)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 7 [EL Warning]: 2023-10-17 08:41:05.613--UnitOfWork(630029574)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 7 [EL Warning]: 2023-10-17 08:41:05.618--UnitOfWork(2036699109)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 12 [EL Warning]: 2023-10-17 08:41:05.619--UnitOfWork(287461508)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 12 [EL Warning]: 2023-10-17 08:41:05.624--UnitOfWork(508414460)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 5 [EL Warning]: 2023-10-17 08:41:05.625--UnitOfWork(396458741)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 5 Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec [EL Info]: 2023-10-17 08:41:05.629--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:06.873--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.221--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.226--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.23--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.233--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.236--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.239--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.279--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.284--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.288--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.303--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") [EL Warning]: 2023-10-17 08:41:07.806--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.81--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.826--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") [EL Warning]: 2023-10-17 08:41:07.83--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.833--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.837--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.84--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.844--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.847--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.861--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:07.864--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-65645 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-65645" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-65645, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-65645" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-65645 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-65645" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-65645, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-65645" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-65645" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-65645, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-65645" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.007 sec Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. [EL Warning]: 2023-10-17 08:41:18.189--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [foofoo] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:41:18.19--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The class of the argument for the object comparison is incorrect. Expression: [ Base org.eclipse.persistence.testing.models.employee.domain.Employee] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[address]] Argument: [2] Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:41:18.19--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Cannot compare table reference to [DatabaseTable(foofoo)] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:41:18.19--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:41:18.191--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:41:18.191--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:41:18.191--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:18.245--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [appartments] in expression. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.165 sec Running ExpressionInMemoryTestSuite [EL Warning]: 2023-10-17 08:41:18.282--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:18.343--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:18.343--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:18.344--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:18.357--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:18.413--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:18.419--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:18.42--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:18.439--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:18.453--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:18.455--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:18.466--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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.217 sec Running ExpressionSubSelectTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.055 sec Running ExpressionOperatorUnitTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running ExpressionOuterJoinTestSuite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.064 sec Running ExpressionUnitTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.069 sec Running QueryFrameworkTestSuite [EL Info]: 2023-10-17 08:41:18.738--ServerSession(1602850991)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:18.753--ServerSession(124497579)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Info]: 2023-10-17 08:41:18.802--ServerSession(582958083)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:18.837--ServerSession(1186400987)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2023-10-17 08:41:18.912--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: A reference class must be provided. Query: ReadAllQuery() [EL Warning]: 2023-10-17 08:41:18.913--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Modify queries require an object to modify. Query: WriteObjectQuery(null) [EL Warning]: 2023-10-17 08:41:18.914--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Refreshing is not possible if the query does not go to the database. Query: ReadAllQuery(referenceClass=Employee ) [EL Info]: 2023-10-17 08:41:18.95--ServerSession(1854583815)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:18.976--ClientSession(2041811834)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:18.977--ServerSession(876392879)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:19.025--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The mapping type org.eclipse.persistence.mappings.TransformationMapping for attribute normalHours from org.eclipse.persistence.testing.models.employee.domain.Employee is not supported with Query By Example functionality. If the attribute can safely be ignored then add it to the ignore list or set example validation to false in the policy. Query: ReadObjectQuery(referenceClass=Employee ) [EL Info]: 2023-10-17 08:41:19.079--ServerSession(1979263392)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:19.105--ServerSession(69601820)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:19.128--ServerSession(1579775487)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:19.161--ServerSession(1125334394)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:19.185--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: DeleteAllQuery that defines objects to be deleted using setObjects method with non-null argument must also define the corresponding selection criteria. Objects: [[]] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] Query: DeleteAllQuery(referenceClass=Employee sql="DELETE FROM EMPLOYEE") [EL Info]: 2023-10-17 08:41:19.21--DatabaseSessionImpl(1365009208)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:19.26--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Attribute name or expression passed as a first parameter to addUpdate method defines a field from a table that is not mapped to query descriptor. Attribute name or Expression: [ Field BAD Base QUERY OBJECT] Wrong field: [BAD] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] Query: UpdateAllQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:41:19.265--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:20.298--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [EL Info]: 2023-10-17 08:41:20.299--ServerSession(1839119752)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:20.34--Running checkCustomQueryRaceConditionsInReadAllQuery test. [EL Info]: 2023-10-17 08:41:20.341--Running checkCustomQueryRaceConditionsInReadObjectQuery test. [EL Warning]: query: 2023-10-17 08:41:20.342--DatabaseSessionImpl(879869437)--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]: 2023-10-17 08:41:20.369--ServerSession(1870448644)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:21.405--ClientSession(1646468111)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is intended for Oracle databases only. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: NULLS FIRST only supported on Oracle. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.736 sec Running CacheHitAndInMemoryTestSuite [EL Warning]: 2023-10-17 08:41:21.555--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.144 sec Running Event Hook Test Suite Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec Running OptimisticLockingTestSuite [EL Warning]: 2023-10-17 08:41:21.621--DatabaseSessionImpl(879869437)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:21.624--DatabaseSessionImpl(879869437)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:21.627--DatabaseSessionImpl(879869437)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:21.629--DatabaseSessionImpl(879869437)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.012 sec Running QueryOptimizationTestSuite [EL Warning]: 2023-10-17 08:41:21.77--DatabaseSessionImpl(879869437)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 3.0.4.v202310170826): 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: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-v4mg9 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-v4mg9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-v4mg9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-v4mg9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-v4mg9 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-v4mg9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-v4mg9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-v4mg9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-v4mg9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-v4mg9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-v4mg9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: 2023-10-17 08:41:21.879--DatabaseSessionImpl(879869437)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database [EL Warning]: 2023-10-17 08:41:21.953--DatabaseSessionImpl(879869437)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database [EL Warning]: 2023-10-17 08:41:21.962--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:21.963--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.366 sec Running ReportQueryTestSuite [EL Warning]: 2023-10-17 08:41:22.01--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6034] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query item expression [ Query Key normalHours Base QUERY OBJECT]. Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:41:22.01--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:22.01--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:22.041--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:22.042--DatabaseSessionImpl(879869437)--Exception [EclipseLink-3002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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.080 sec Running Transaction Test Suite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec Running ReadingThroughWriteConnectionSuite [EL Info]: 2023-10-17 08:41:22.111--ServerSession(867134838)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:22.148--ServerSession(48554357)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:22.187--ServerSession(1449505391)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:22.227--ServerSession(1449505391)--java.lang.NullPointerException WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:22.228--ServerSession(48997267)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:22.271--ServerSession(723335602)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:22.31--ServerSession(61752118)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:22.351--ServerSession(151425301)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:22.39--ServerSession(151425301)--java.lang.NullPointerException WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:22.392--ServerSession(379535392)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:22.463--ServerSession(392454746)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:22.507--ServerSession(230722998)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.456 sec Running Integrity Checker [EL Info]: 2023-10-17 08:41:22.57--DatabaseSessionImpl(306045599)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: 2023-10-17 08:41:22.583--DatabaseSessionImpl(306045599)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-59] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 java.lang.NullPointerException [EL Info]: 2023-10-17 08:41:22.585--DatabaseSessionImpl(1823044527)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: 2023-10-17 08:41:22.597--DatabaseSessionImpl(1823044527)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-59] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 java.lang.NullPointerException [EL Info]: 2023-10-17 08:41:22.611--DatabaseSessionImpl(196650754)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: 2023-10-17 08:41:22.658--DatabaseSessionImpl(196650754)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-141] (Eclipse Persistence Services - 3.0.4.v202310170826): 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)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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)]) Runtime Exceptions: --------------------------------------------------------- [EL Info]: 2023-10-17 08:41:22.66--DatabaseSessionImpl(1095089055)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec Running ExceptionHandler [EL Warning]: 2023-10-17 08:41:22.673--DatabaseSessionImpl(879869437)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:22.675--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.029 sec Running Message Logging Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running Fielded Message Logging [EL Fine]: 2023-10-17 08:41:22.703--Thread(Thread[main,5,main])--Time {0.5HR} [EL Fine]: 2023-10-17 08:41:22.703--Thread(Thread[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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test requires MSAccess or another database that will accept a null password [EL Info]: 2023-10-17 08:41:22.716--DatabaseSessionImpl(318043732)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:22.742--DatabaseSessionImpl(318043732)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:22.754--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:22.766--DatabaseSessionImpl(1928071491)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:22.776--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.082 sec Running JNDIConnectionTestSuite [EL Info]: 2023-10-17 08:41:22.796--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:22.808--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running CustomSequenceTestSuite [EL Warning]: 2023-10-17 08:41:22.82--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.015 sec Running SequenceTestSuite [EL Info]: 2023-10-17 08:41:22.896--ServerSession(1084278156)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:22.926--ServerSession(1804905894)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:22.958--ServerSession(1717705015)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:23.019--DatabaseSessionImpl(1223130705)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:23.039--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:23.049--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:23.05--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:23.06--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:23.072--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:23.072--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:23.086--UnitOfWork(1839179086)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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@4d29421c) Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.254 sec Running CopyingTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running QueryOptionTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.183 sec Running QueryRepreparationTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running DatabaseLoginCodeCoverageTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.012 sec Running Instantiation Policy Test Suite [EL Info]: 2023-10-17 08:41:23.307--DatabaseSessionImpl(2143962794)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:23.321--DatabaseSessionImpl(1418743778)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:23.334--DatabaseSessionImpl(1812311653)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:23.345--DatabaseSessionImpl(2118149907)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: 2023-10-17 08:41:23.355--DatabaseSessionImpl(2118149907)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-63] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec Running SessionCacheTestSuite [EL Warning]: 2023-10-17 08:41:23.356--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2023-10-17 08:41:23.357--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2023-10-17 08:41:23.357--DatabaseSessionImpl(879869437)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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.006 sec Running Session API Test Suite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2023-10-17 08:41:23.362--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:23.376--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:23.389--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:23.4--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:23.44--DatabaseSessionImpl(879869437)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:23.452--DatabaseSessionImpl(1979106942)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:24.749--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 IdentityMapTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-t1xbv because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-t1xbv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-t1xbv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-t1xbv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-t1xbv io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-t1xbv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-t1xbv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-t1xbv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-t1xbv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-t1xbv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-t1xbv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) Tests run: 45, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.034 sec Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. [EL Warning]: 2023-10-17 08:41:35.947--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [foofoo] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:41:35.947--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The class of the argument for the object comparison is incorrect. Expression: [ Base org.eclipse.persistence.testing.models.employee.domain.Employee] Mapping: [org.eclipse.persistence.mappings.OneToOneMapping[address]] Argument: [2] Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:41:35.947--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6068] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Cannot compare table reference to [DatabaseTable(foofoo)] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:41:35.948--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:41:35.948--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid use of a query key [org.eclipse.persistence.mappings.OneToManyMapping[managedEmployees]] representing a "to-many" relationship in an expression. Use anyOf() rather than get(). Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:41:35.948--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6069] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The field [ADDRESS.STREET] in this expression has an invalid table in this context. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:41:35.948--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6122] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:35.989--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [appartments] in expression. Query: ReadAllQuery(referenceClass=Employee ) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.119 sec Running ExpressionInMemoryTestSuite [EL Warning]: 2023-10-17 08:41:36.014--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:36.063--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:36.063--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:36.064--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:36.074--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:36.123--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:36.129--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:36.129--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:36.146--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:36.158--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:36.159--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported In-Memory [EL Warning]: 2023-10-17 08:41:36.166--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6074] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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.181 sec Running ExpressionSubSelectTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.048 sec Running ExpressionOperatorUnitTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec Running ExpressionOuterJoinTestSuite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.057 sec Running ExpressionUnitTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.061 sec Running QueryFrameworkTestSuite [EL Info]: 2023-10-17 08:41:36.41--ServerSession(1303068198)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:36.424--ServerSession(282707845)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Info]: 2023-10-17 08:41:36.464--ServerSession(888820495)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:36.495--ServerSession(1103579260)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2023-10-17 08:41:36.546--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6029] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: A reference class must be provided. Query: ReadAllQuery() [EL Warning]: 2023-10-17 08:41:36.546--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Modify queries require an object to modify. Query: WriteObjectQuery(null) [EL Warning]: 2023-10-17 08:41:36.547--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6129] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Refreshing is not possible if the query does not go to the database. Query: ReadAllQuery(referenceClass=Employee ) [EL Info]: 2023-10-17 08:41:36.574--ServerSession(1919746821)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:36.593--ClientSession(1108675351)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:36.594--ServerSession(1411241565)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:36.627--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6183] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The mapping type org.eclipse.persistence.mappings.TransformationMapping for attribute normalHours from org.eclipse.persistence.testing.models.employee.domain.Employee is not supported with Query By Example functionality. If the attribute can safely be ignored then add it to the ignore list or set example validation to false in the policy. Query: ReadObjectQuery(referenceClass=Employee ) [EL Info]: 2023-10-17 08:41:36.665--ServerSession(1317207434)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:36.686--ServerSession(826341216)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:36.712--ServerSession(868156815)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:36.733--ServerSession(648278187)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:36.753--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6131] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: DeleteAllQuery that defines objects to be deleted using setObjects method with non-null argument must also define the corresponding selection criteria. Objects: [[]] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] Query: DeleteAllQuery(referenceClass=Employee sql="DELETE FROM EMPLOYEE") [EL Info]: 2023-10-17 08:41:36.771--DatabaseSessionImpl(403484201)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:36.812--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6135] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Attribute name or expression passed as a first parameter to addUpdate method defines a field from a table that is not mapped to query descriptor. Attribute name or Expression: [ Field BAD Base QUERY OBJECT] Wrong field: [BAD] Descriptor: [RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.Employee --> [DatabaseTable(EMPLOYEE), DatabaseTable(SALARY)])] Query: UpdateAllQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:41:36.816--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6120] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:37.84--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") [EL Info]: 2023-10-17 08:41:37.84--ServerSession(113005885)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:37.868--Running checkCustomQueryRaceConditionsInReadAllQuery test. [EL Info]: 2023-10-17 08:41:37.868--Running checkCustomQueryRaceConditionsInReadObjectQuery test. [EL Warning]: query: 2023-10-17 08:41:37.869--DatabaseSessionImpl(1979106942)--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]: 2023-10-17 08:41:37.887--ServerSession(378784110)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:38.921--ClientSession(2052013144)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(sql="SELECT SUM(e.EMP_ID) from EMPLOYEE e , EMPLOYEE b, EMPLOYEE c, EMPLOYEE d, EMPLOYEE f, EMPLOYEE g, EMPLOYEE h") WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is intended for Oracle databases only. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: NULLS FIRST only supported on Oracle. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.574 sec Running CacheHitAndInMemoryTestSuite [EL Warning]: 2023-10-17 08:41:39.021--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.094 sec Running Event Hook Test Suite Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.043 sec Running OptimisticLockingTestSuite [EL Warning]: 2023-10-17 08:41:39.079--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:39.082--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:39.084--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:39.086--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.011 sec Running QueryOptimizationTestSuite [EL Warning]: 2023-10-17 08:41:39.218--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:39.321--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database [EL Warning]: 2023-10-17 08:41:39.392--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-7051] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Nested arrays not supported on this database [EL Warning]: 2023-10-17 08:41:39.401--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:39.401--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6119] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.345 sec Running ReportQueryTestSuite [EL Warning]: 2023-10-17 08:41:39.442--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6034] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query item expression [ Query Key normalHours Base QUERY OBJECT]. Query: ReportQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:41:39.442--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:39.443--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6070] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:39.459--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:39.46--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-3002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ConversionException Exception Description: The object [Jim-bob], 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 - 3.0.4.v202310170826): 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.056 sec Running Transaction Test Suite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running ReadingThroughWriteConnectionSuite [EL Info]: 2023-10-17 08:41:39.52--ServerSession(451238316)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:39.554--ServerSession(396281978)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:39.588--ServerSession(985336335)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:39.62--ServerSession(985336335)--java.lang.NullPointerException WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:39.621--ServerSession(1944693737)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:39.655--ServerSession(2126374931)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:39.687--ServerSession(1714380152)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:39.718--ServerSession(1718381423)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:39.757--ServerSession(1718381423)--java.lang.NullPointerException WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:39.758--ServerSession(1298608433)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:39.807--ServerSession(804255468)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:39.839--ServerSession(524673359)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 8, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 0.365 sec Running Integrity Checker [EL Info]: 2023-10-17 08:41:39.885--DatabaseSessionImpl(235866965)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: 2023-10-17 08:41:39.894--DatabaseSessionImpl(235866965)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-59] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 java.lang.NullPointerException [EL Info]: 2023-10-17 08:41:39.895--DatabaseSessionImpl(1478898068)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: 2023-10-17 08:41:39.905--DatabaseSessionImpl(1478898068)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-59] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 java.lang.NullPointerException [EL Info]: 2023-10-17 08:41:39.915--DatabaseSessionImpl(1320829670)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: 2023-10-17 08:41:39.95--DatabaseSessionImpl(1320829670)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-141] (Eclipse Persistence Services - 3.0.4.v202310170826): 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)]) Exception [EclipseLink-141] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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)]) Runtime Exceptions: --------------------------------------------------------- [EL Info]: 2023-10-17 08:41:39.95--DatabaseSessionImpl(1144940709)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec Running ExceptionHandler [EL Warning]: 2023-10-17 08:41:39.96--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:39.962--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.020 sec Running Message Logging Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec Running Fielded Message Logging [EL Fine]: 2023-10-17 08:41:39.981--Thread(Thread[main,5,main])--Time {0.5HR} [EL Fine]: 2023-10-17 08:41:39.981--Thread(Thread[main,5,main])--cmp_init_transformer_is_null Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec Running NullValueTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running MiscellaneousTests WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test requires MSAccess or another database that will accept a null password [EL Info]: 2023-10-17 08:41:39.989--DatabaseSessionImpl(741373887)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.01--DatabaseSessionImpl(741373887)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.02--DatabaseSessionImpl(1979106942)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.03--DatabaseSessionImpl(1499047974)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.038--DatabaseSessionImpl(1979106942)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 7, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.063 sec Running JNDIConnectionTestSuite [EL Info]: 2023-10-17 08:41:40.049--DatabaseSessionImpl(1979106942)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.058--DatabaseSessionImpl(1979106942)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 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.012 sec Running SequenceTestSuite [EL Info]: 2023-10-17 08:41:40.133--ServerSession(875432701)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.162--ServerSession(1763835710)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.185--ServerSession(24955689)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.234--DatabaseSessionImpl(1043079792)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.252--DatabaseSessionImpl(1979106942)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:40.263--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:40.264--DatabaseSessionImpl(1979106942)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.274--DatabaseSessionImpl(1979106942)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:40.285--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:40.285--DatabaseSessionImpl(1979106942)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:40.297--UnitOfWork(138806826)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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@368e8ea7) Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 sec Running CopyingTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running QueryOptionTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running QueryRepreparationTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running DatabaseLoginCodeCoverageTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running Instantiation Policy Test Suite [EL Info]: 2023-10-17 08:41:40.349--DatabaseSessionImpl(1183175465)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.36--DatabaseSessionImpl(452897281)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.371--DatabaseSessionImpl(1148453892)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.383--DatabaseSessionImpl(31200250)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: 2023-10-17 08:41:40.393--DatabaseSessionImpl(31200250)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.IntegrityException Descriptor Exceptions: --------------------------------------------------------- Exception [EclipseLink-63] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.045 sec Running SessionCacheTestSuite [EL Warning]: 2023-10-17 08:41:40.394--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2023-10-17 08:41:40.394--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT [EL Warning]: 2023-10-17 08:41:40.394--DatabaseSessionImpl(1979106942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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.005 sec Running Session API Test Suite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2023-10-17 08:41:40.399--DatabaseSessionImpl(1979106942)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.411--DatabaseSessionImpl(1979106942)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.423--DatabaseSessionImpl(1979106942)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.435--DatabaseSessionImpl(1979106942)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.463--DatabaseSessionImpl(1979106942)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:40.473--DatabaseSessionImpl(1510211710)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.079 sec Running ExpressionSubSelectTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-ws44l because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-ws44l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-ws44l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-ws44l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-ws44l io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-ws44l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-ws44l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-ws44l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-ws44l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-ws44l, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-ws44l" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.032 sec Running AnySessionsTestSuite [EL Info]: 2023-10-17 08:41:42.03--ServerSession(509784188)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:42.063--SessionBroker(1709143818)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2023-10-17 08:41:42.064--ServerSession(1586868256)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:42.097--ServerSession(1800159847)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:42.126--SessionBroker(523213506)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2023-10-17 08:41:42.126--ServerSession(789439405)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:42.157--ServerSession(1380494674)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:42.185--SessionBroker(1337066130)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2023-10-17 08:41:42.185--ServerSession(380966070)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:42.213--ServerSession(1379985535)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:42.237--ServerSession(1049176723)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:42.262--ServerSession(2104502119)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:42.286--ServerSession(15398163)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:42.319--ServerSession(1268928006)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:42.344--ServerSession(215012755)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.340 sec Running EmployeeReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running FlashbackUnitTestSuite [EL Warning]: 2023-10-17 08:41:42.395--HistoricalSession(1627625940)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:42.401--DatabaseSessionImpl(1510211710)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.028 sec Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec Running TestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test supports Oracle DB only. [EL Info]: 2023-10-17 08:41:42.615--DatabaseSessionImpl(36405167)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:42.777--DatabaseSessionImpl(721367139)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.070 sec Running ExpressionSubSelectTestSuite Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.085 sec Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running AnySessionsTestSuite [EL Info]: 2023-10-17 08:41:44.336--ServerSession(512135593)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:44.364--SessionBroker(1188470548)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2023-10-17 08:41:44.365--ServerSession(1296779058)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:44.401--ServerSession(1582660776)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:44.438--SessionBroker(1638865790)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2023-10-17 08:41:44.439--ServerSession(1677986461)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:44.472--ServerSession(1023661464)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:44.498--SessionBroker(990386540)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2023-10-17 08:41:44.498--ServerSession(446059714)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:44.528--ServerSession(540545947)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:44.553--ServerSession(842520070)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:44.579--ServerSession(1397076315)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:44.603--ServerSession(1437088170)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:44.631--ServerSession(1453811976)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:44.663--ServerSession(1074432079)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.353 sec Running EmployeeReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running FlashbackUnitTestSuite [EL Warning]: 2023-10-17 08:41:44.711--HistoricalSession(1586789777)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:44.716--DatabaseSessionImpl(721367139)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.024 sec Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running TestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test supports Oracle DB only. [EL Info]: 2023-10-17 08:41:44.913--DatabaseSessionImpl(2095623517)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:45.065--DatabaseSessionImpl(1865989729)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running ExpressionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This expression is not supported on this platform. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.066 sec Running ExpressionSubSelectTestSuite Tests run: 36, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.075 sec Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running AnySessionsTestSuite [EL Info]: 2023-10-17 08:41:47.233--ServerSession(1798785827)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:47.269--SessionBroker(888417280)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2023-10-17 08:41:47.27--ServerSession(52110075)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:47.298--ServerSession(6787213)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:47.322--SessionBroker(322839920)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2023-10-17 08:41:47.323--ServerSession(867547315)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:47.35--ServerSession(651742457)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:47.375--SessionBroker(192391979)--Exception [EclipseLink-7033] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no session registered with the name []. [EL Info]: 2023-10-17 08:41:47.376--ServerSession(2073036661)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:47.399--ServerSession(508901893)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:47.423--ServerSession(1562739370)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:47.446--ServerSession(431470200)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:47.47--ServerSession(1457690487)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:47.495--ServerSession(1004655737)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:47.526--ServerSession(1832715258)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.315 sec Running EmployeeReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running FlashbackUnitTestSuite [EL Warning]: 2023-10-17 08:41:47.574--HistoricalSession(738833917)--Exception [EclipseLink-6103] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:47.579--DatabaseSessionImpl(1865989729)--Exception [EclipseLink-6101] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.028 sec Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running TestSuite Tests run: 14, 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.032 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test supports Oracle DB only. [EL Info]: 2023-10-17 08:41:47.772--DatabaseSessionImpl(603752151)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:47.923--DatabaseSessionImpl(721983244)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:49.272--DatabaseSessionImpl(1980664179)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:49.281--DatabaseSessionImpl(1512336594)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running InheritanceDuplicateFieldTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running InheritanceReadObjectTestSuite Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running InheritanceReadAllTestSuite Tests run: 24, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running InheritanceDeleteObjectTestSuite Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.038 sec Running InheritanceInsertObjectTestSuite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.048 sec Running InheritanceUpdateObjectTestSuite Tests run: 27, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.047 sec Running InheritanceUnitOfWorkTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running InheritanceUnitOfWorkCommitResumeTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec Running Deep Inheritance Tests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running TranslatedKeyInheritance Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running SingleInheritanceTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec [EL Info]: 2023-10-17 08:41:50.061--DatabaseSessionImpl(863070312)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running InsuranceReadObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running InsuranceReadAllTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running InsuranceInsertObjectTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running InsuranceUpdateObjectTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.024 sec Running InsuranceDeleteObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running InsuranceDeletePrivateOwnedTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec [EL Info]: 2023-10-17 08:41:50.348--DatabaseSessionImpl(664581583)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:50.358--DatabaseSessionImpl(664581583)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:50.367--DatabaseSessionImpl(1874640226)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:50.38--DatabaseSessionImpl(1874640226)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.384--DatabaseSessionImpl(1874640226)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.388--DatabaseSessionImpl(1874640226)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.392--DatabaseSessionImpl(1874640226)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.002 sec Running InterfaceWithTablesReadAllTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running InterfaceWithTablesDeleteObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running InserfaceWithTablesInsertObjectTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running InterfaceWithTablesUpdateObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [EL Info]: 2023-10-17 08:41:50.415--DatabaseSessionImpl(1633700219)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:50.435--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.44--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.444--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.447--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.451--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.454--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.458--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.462--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.465--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.469--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.473--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.477--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.48--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.483--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.487--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.491--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.495--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.012 sec Running InterfaceWithoutTablesReadAllTestSuite [EL Warning]: 2023-10-17 08:41:50.56--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.019 sec Running InterfaceWithoutTablesDeleteObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running InserfaceWithoutTablesInsertObjectTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running InterfaceWithoutTablesUpdateObjectTestSuite Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running InterfaceWithoutTablesVariable1To1TestSuite [EL Warning]: 2023-10-17 08:41:50.63--DatabaseSessionImpl(1633700219)--Exception [EclipseLink-6072] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.023 sec Running InterfaceWithoutTablesManyDescriptorTestSuite [EL Info]: 2023-10-17 08:41:50.664--DatabaseSessionImpl(1108180218)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:50.679--DatabaseSessionImpl(1633700219)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.040 sec [EL Info]: 2023-10-17 08:41:50.688--DatabaseSessionImpl(1776513900)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.921--DatabaseSessionImpl(1776513900)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.926--DatabaseSessionImpl(1776513900)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.929--DatabaseSessionImpl(1776513900)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.933--DatabaseSessionImpl(1776513900)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.937--DatabaseSessionImpl(1776513900)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.941--DatabaseSessionImpl(1776513900)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.945--DatabaseSessionImpl(1776513900)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.949--DatabaseSessionImpl(1776513900)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:50.953--DatabaseSessionImpl(1776513900)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.024 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.020 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running BatchWriteTests Native batch writing is not supported on this database. [EL Warning]: 2023-10-17 08:41:51.38--UnitOfWork(1676798628)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:51.382--UnitOfWork(1313645427)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:51.383--UnitOfWork(2096393712)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:51.384--UnitOfWork(657518504)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:51.385--UnitOfWork(898155825)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.037 sec Running OptimisticLockingTestSuite Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running CascadeOptimisticLockingTestSuite [EL Info]: 2023-10-17 08:41:51.446--DatabaseSessionImpl(694164753)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.034 sec [EL Info]: 2023-10-17 08:41:51.456--DatabaseSessionImpl(1781880294)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-4m4rp because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-4m4rp" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-4m4rp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-4m4rp" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-4m4rp io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-4m4rp" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-4m4rp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-4m4rp" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-4m4rp" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-4m4rp, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-4m4rp" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) Running JPQLUnitTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.103 sec Running JPQLSimpleTestSuite [EL Warning]: 2023-10-17 08:41:52.483--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:52.701--ServerSession(606143368)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.090 sec Running JPQLSimpleTestSuite [EL Warning]: 2023-10-17 08:41:53.549--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:53.761--ServerSession(569426848)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 122, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.018 sec Running JPQLComplexTestSuite Tests run: 26, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.145 sec Running JPQLSimpleSelectTestSuite [EL Warning]: 2023-10-17 08:41:54.618--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.217 sec Running JPQLComplexSelectTestSuite Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.104 sec Running JPQLValidationTestSuite [EL Warning]: 2023-10-17 08:41:54.873--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:54.875--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:54.875--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:54.876--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:54.876--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:54.876--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:54.876--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:54.877--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:54.877--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:54.877--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:54.877--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:54.878--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:54.878--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:54.892--DatabaseSessionImpl(1781880294)--Exception [EclipseLink-6094] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.022 sec [EL Info]: 2023-10-17 08:41:54.896--DatabaseSessionImpl(848178018)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running LegacyReadObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running LegacyReadAllTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running LegacyDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running LegacyInsertObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.158 sec Running LegacyUpdateObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec [EL Info]: 2023-10-17 08:41:55.363--DatabaseSessionImpl(1093544755)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:41:55.381--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.387--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.391--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.395--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.399--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.403--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.406--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.409--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.412--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.415--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.418--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.421--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.424--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.428--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.431--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.434--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.437--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.44--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.443--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.447--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.45--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.453--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.456--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.46--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.463--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.466--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.471--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:55.474--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") [EL Warning]: 2023-10-17 08:41:55.477--DatabaseSessionImpl(1093544755)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.040 sec Running AggregateCollectionMapping Map Test Suite Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running OneToManyMapping Map Test Suite Tests run: 22, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.059 sec Running UnidirectionalOneToManyMapping Map Test Suite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.053 sec Running ManyToManyMapping Map Test Suite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 sec [EL Info]: 2023-10-17 08:41:55.787--DatabaseSessionImpl(1837358936)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running MappingReadObjectTestSuite Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.066 sec Running MappingReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running MappingDeleteObjectTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec Running MappingInsertObjectTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.046 sec Running MappingUpdateObjectTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.139 sec Running UnitOfWorkTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.022 sec Running MappingPublic1MTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.039 sec Running MappingPrivateMMTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.042 sec Running MappingTransformationTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running UnitOfWorkCommitResumeTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec Running BidirectionalUnitOfWorkTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running AdditionalJoinTestSuite Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.036 sec Running BuildSelectionCriteriaTestSuite [EL Info]: 2023-10-17 08:41:56.708--DatabaseSessionImpl(918756725)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:56.73--DatabaseSessionImpl(1881637881)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:56.749--DatabaseSessionImpl(140821924)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.060 sec Running SameNamePrimaryKeyTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec [EL Info]: 2023-10-17 08:41:56.771--DatabaseSessionImpl(1615191839)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:57.074--DatabaseSessionImpl(1615191839)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:41:57.281--DatabaseSessionImpl(1615191839)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running CustomSQLReadObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running RefreshObjectTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running CustomSQLUpdateObjectTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running CustomSQLReadAllTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running CustomSQLInsertObjectTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.005 sec Running CustomSQLDeleteObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec Running SelectWithOutputParametersTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in SQLServer. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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.000 sec Running OutputParametersTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test intended for Sybase and SQLAnywhere WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 [EL Info]: 2023-10-17 08:41:57.545--ServerSession(628159068)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle9 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test can only be run in Oracle WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.021 sec Running CustomSQLStoredFunctionTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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]: 2023-10-17 08:41:57.568--DatabaseSessionImpl(2016455549)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running EmployeeModel Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.099 sec Running InheritanceModel Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.233 sec Running AggregateModel [EL Warning]: 2023-10-17 08:42:00.293--UnitOfWork(1484113566)--Exception [EclipseLink-68] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@172ec87d] 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: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.277 sec Running InterfaceModel [EL Warning]: 2023-10-17 08:42:00.474--DatabaseSessionImpl(2016455549)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.090 sec Running ExpressionPersistenceTestSuite Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec Running ReportQueryTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running QueryOptionTestSuite [EL Warning]: 2023-10-17 08:42:01.565--DatabaseSessionImpl(2016455549)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-nt8hw because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-nt8hw" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-nt8hw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-nt8hw" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-nt8hw io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-nt8hw" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-nt8hw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-nt8hw" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-nt8hw" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-nt8hw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-nt8hw" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: 2023-10-17 08:42:11.571--DatabaseSessionImpl(2016455549)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.031 sec Running XMLReadAndWriteSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.154 sec Running MappingSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running ProxyIndirectionSuite Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test suite is intended for Oracle databases only. Running MappingTestModel WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-prh4x because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-prh4x" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-prh4x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-prh4x" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-prh4x io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-prh4x" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-prh4x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-prh4x" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-prh4x" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-prh4x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-prh4x" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Info]: 2023-10-17 08:42:12.383--DatabaseSessionImpl(1293394974)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:12.405--DatabaseSessionImpl(475562498)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:12.425--DatabaseSessionImpl(463644792)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.647 sec Running MultipleTableTestModel Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec [EL Info]: 2023-10-17 08:42:12.471--DatabaseSessionImpl(1765498431)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running EmployeeModel Tests run: 57, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.097 sec Running InheritanceModel Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.198 sec Running AggregateModel [EL Warning]: 2023-10-17 08:42:16.103--UnitOfWork(1878864929)--Exception [EclipseLink-68] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DescriptorException Exception Description: The value of an aggregate in object [org.eclipse.persistence.testing.models.aggregate.Employee1@3897cb3f] 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: 93, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.199 sec Running InterfaceModel [EL Warning]: 2023-10-17 08:42:16.245--DatabaseSessionImpl(1765498431)--Exception [EclipseLink-6006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.066 sec Running ExpressionPersistenceTestSuite Tests run: 25, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running ReportQueryTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running QueryOptionTestSuite [EL Warning]: 2023-10-17 08:42:17.316--DatabaseSessionImpl(1765498431)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") [EL Warning]: 2023-10-17 08:42:27.322--DatabaseSessionImpl(1765498431)--Exception [EclipseLink-6092] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.029 sec Running XMLReadAndWriteSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.135 sec Running MappingSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.013 sec Running ProxyIndirectionSuite Tests run: 18, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.026 sec WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test suite is intended for Oracle databases only. Running MappingTestModel [EL Info]: 2023-10-17 08:42:28.055--DatabaseSessionImpl(914603439)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:28.079--DatabaseSessionImpl(34513056)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:28.099--DatabaseSessionImpl(1781469779)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 65, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.619 sec Running MultipleTableTestModel Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running UnicodeSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.095 sec [EL Info]: 2023-10-17 08:42:28.246--DatabaseSessionImpl(627148680)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running IntegrationTestSuite Tests run: 94, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.360 sec Running UTF8TestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running ReturningPolicyTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.118 sec Running SequencingTestSuite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.101 sec [EL Info]: 2023-10-17 08:42:28.866--DatabaseSessionImpl(1647727328)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:29.185--DatabaseSessionImpl(1291410578)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Native batch writing is not supported on this database. WARNING, some JDBC drivers may fail BatchUpdates.[EL Info]: 2023-10-17 08:42:29.847--DatabaseSessionImpl(21688)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running EmployeeUpdateObjectTestSuite Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.055 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running EmployeeUOWBasicInsertObjectTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.019 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.027 sec Running EmployeeReadAllTestSuite Tests run: 10, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.049 sec Running ExpressionTestSuite Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec [EL Info]: 2023-10-17 08:42:30.309--DatabaseSessionImpl(701139147)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running OptimisticLockingTestSuite Tests run: 37, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec Running CascadeOptimisticLockingTestSuite [EL Info]: 2023-10-17 08:42:30.672--DatabaseSessionImpl(1032189904)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec Running LockingExceptionTestSuite [EL Warning]: 2023-10-17 08:42:30.685--UnitOfWork(470702230)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@674fabf1] 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]: 2023-10-17 08:42:30.687--UnitOfWork(1284031324)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@98ef834] 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]: 2023-10-17 08:42:30.688--UnitOfWork(504753328)--Exception [EclipseLink-5003] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@e05f8c3] 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]: 2023-10-17 08:42:30.69--UnitOfWork(467842451)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@505c33f5] 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]: 2023-10-17 08:42:30.692--UnitOfWork(1397377075)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@589c8576] 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]: 2023-10-17 08:42:30.694--UnitOfWork(1660698982)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@37f4f67f] 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]: 2023-10-17 08:42:30.695--UnitOfWork(1101652776)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.Guitar@55007f4d] 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]: 2023-10-17 08:42:30.698--UnitOfWork(756712688)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockMusician@16b18890] 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]: 2023-10-17 08:42:30.699--UnitOfWork(1621923369)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.optimisticlocking.RockBand@56a5d1c7] 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.017 sec Running UpdateNullValueOptimisticLockingTestSuite WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-jsfkj because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-jsfkj" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-jsfkj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-jsfkj" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-jsfkj io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-jsfkj" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-jsfkj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-jsfkj" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-jsfkj" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-jsfkj, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-jsfkj" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) Tests run: 40, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.480 sec [EL Info]: 2023-10-17 08:42:31.18--DatabaseSessionImpl(1062196406)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:31.877--DatabaseSessionImpl(1682754652)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:32.533--DatabaseSessionImpl(1290653551)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:33.25--DatabaseSessionImpl(1558913276)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:33.825--DatabaseSessionImpl(353753920)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:34.455--DatabaseSessionImpl(576497940)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:35.013--DatabaseSessionImpl(1731917580)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:35.708--DatabaseSessionImpl(1629071847)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:36.402--DatabaseSessionImpl(124823094)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:36.89--DatabaseSessionImpl(52948512)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:37.473--DatabaseSessionImpl(289973389)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:42:37.985--DatabaseSessionImpl(289973389)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:37.994--DatabaseSessionImpl(289973389)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:38.003--DatabaseSessionImpl(289973389)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: List order column [OL_PROJ_EMP.PROJ_ORDER] contains wrong values: [5, 1] 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]: 2023-10-17 08:42:38.01--DatabaseSessionImpl(289973389)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:38.026--DatabaseSessionImpl(1533306948)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:38.624--DatabaseSessionImpl(1979386720)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:39.074--DatabaseSessionImpl(644889416)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:39.629--DatabaseSessionImpl(90024642)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:40.189--DatabaseSessionImpl(715095983)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:40.733--DatabaseSessionImpl(668548156)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:41.279--DatabaseSessionImpl(183284369)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:41.843--DatabaseSessionImpl(1887283372)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-dsf5s because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-dsf5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-dsf5s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-dsf5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-dsf5s io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-dsf5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-dsf5s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-dsf5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-dsf5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-dsf5s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-dsf5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Info]: 2023-10-17 08:42:42.252--DatabaseSessionImpl(964614432)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:42.796--DatabaseSessionImpl(578771350)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:43.346--DatabaseSessionImpl(1900814773)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:43.886--DatabaseSessionImpl(636470939)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:44.438--DatabaseSessionImpl(1880903935)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:44.447--DatabaseSessionImpl(1486301358)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:42:44.458--DatabaseSessionImpl(1486301358)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test is not supported on this Database [EL Warning]: 2023-10-17 08:42:44.474--DatabaseSessionImpl(1486301358)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.003 sec Running OwnershipReadAllTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running OwnershipDeleteObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running OwnershipInsertObjectTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.008 sec Running OwnershipUpdateObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.006 sec Running OwnershipUnitOfWorkTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec [EL Info]: 2023-10-17 08:42:44.613--DatabaseSessionImpl(1691845240)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running EmployeeReadObjectTestSuite Tests run: 15, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.021 sec Running EmployeeReadAllTestSuite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running EmployeeUpdateObjectTestSuite Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.029 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running BatchWriteTests Native batch writing is not supported on this database. WARNING, some JDBC drivers may fail BatchUpdates.[EL Warning]: sql: 2023-10-17 08:42:44.932--DatabaseSessionImpl(1691845240)--Missing Query parameter for named argument: 1 "null" will be substituted. [EL Warning]: 2023-10-17 08:42:44.933--UnitOfWork(638776676)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:44.935--UnitOfWork(919105693)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:44.936--UnitOfWork(1946308066)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:44.937--UnitOfWork(145610084)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:44.938--UnitOfWork(1753860312)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.029 sec [EL Warning]: 2023-10-17 08:42:44.952--UnitOfWork(1171995404)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: No operations allowed after statement closed. Error Code: 0 Query: InsertObjectQuery(Address: , city191, province191, ) [EL Info]: 2023-10-17 08:42:44.953--DatabaseSessionImpl(50557101)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:42:44.973--DatabaseSessionImpl(50557101)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:46.333--ServerSession(587654911)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running UnitOfWorkTestSuite [EL Warning]: 2023-10-17 08:42:46.37--UnitOfWork(789713942)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:46.374--UnitOfWork(1762685940)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Jim-bob Jefferson], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2023-10-17 08:42:46.452--UnitOfWork(1451875634)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:46.478--UnitOfWork(659014000)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1112 Gold Rush rd., LKO, YK, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,174,750,310], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:42:46.479--UnitOfWork(400909933)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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,055,189,353], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:42:46.48--UnitOfWork(1001475804)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Jim-bob Jefferson] 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]: 2023-10-17 08:42:46.495--UnitOfWork(1490194277)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:46.549--UnitOfWork(381562986)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Jim-bob Jefferson], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,231,966,786], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:42:46.623--UnitOfWork(350482173)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1500' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2023-10-17 08:42:46.639--UnitOfWork(1856230165)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2023-10-17 08:42:46.651--UnitOfWork(449237885)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1112 Gold Rush rd., Yellow Knife, YK, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,336,059,330], 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: 90, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.312 sec [EL Info]: 2023-10-17 08:42:46.665--DatabaseSessionImpl(1104672711)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running Read Tests Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running Write/Update Tests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running UnitOfWork Tests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running Delete Tests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running Proxy Object Tests Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [EL Info]: 2023-10-17 08:42:46.764--DatabaseSessionImpl(42101151)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running QueryAndSQLCountingTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Batch writing not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Oracle Pagination not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Oracle Pagination not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Oracle Pagination not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Oracle Pagination not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Batch writing not supported on platform MySQLPlatform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.621 sec [EL Info]: 2023-10-17 08:42:48.608--DatabaseSessionImpl(381191391)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:42:48.631--DatabaseSessionImpl(381191391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:48.635--DatabaseSessionImpl(381191391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:48.639--DatabaseSessionImpl(381191391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:48.642--DatabaseSessionImpl(381191391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:48.645--DatabaseSessionImpl(381191391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:48.648--DatabaseSessionImpl(381191391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:48.652--DatabaseSessionImpl(381191391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:48.655--DatabaseSessionImpl(381191391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:48.659--DatabaseSessionImpl(381191391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:42:48.662--DatabaseSessionImpl(381191391)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.003 sec Running ReadOnlyClassesTestSuite [EL Warning]: 2023-10-17 08:42:49.858--UnitOfWork(683768699)--Exception [EclipseLink-6046] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(India) ) [EL Warning]: 2023-10-17 08:42:49.859--UnitOfWork(1546398232)--Exception [EclipseLink-6046] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(India) ) Tests run: 14, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.037 sec Running BidirectionalMMDeleteTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec [EL Info]: 2023-10-17 08:42:49.87--DatabaseSessionImpl(1008288728)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running EJB Relationship Support Testsuite Tests run: 13, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec [EL Info]: 2023-10-17 08:42:49.981--DatabaseSessionImpl(1387612370)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:50.101--DatabaseSessionImpl(1662027366)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running EmployeeReadObjectTestSuite Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running EmployeeUpdateObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running EmployeeInsertObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running EmployeeDeleteObjectTestSuite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.025 sec Running EmployeeReadAllTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.002 sec Running Sessions.xml validation tests Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2023-10-17 08:42:50.414--DatabaseSessionImpl(2116245248)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running Sessions.xml standard loading tests Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.067 sec Running sessions.xml with RCM loading tests Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec Running SessionManager tests [EL Warning]: connection: 2023-10-17 08:42:50.631--Exception [EclipseLink-7100] (Eclipse Persistence Services - 3.0.4.v202310170826): 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/eclipselink-nightly-3.0/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.084 sec Running XML Schema tests [EL Info]: 2023-10-17 08:42:50.73--SessionBroker(335303607)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Oct 17, 2023 8:42:50 AM org.eclipse.persistence.session.EmployeeSession INFO: EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:42:50.946--DatabaseSessionImpl(2053617534)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 19, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.505 sec [EL Info]: 2023-10-17 08:42:51.146--DatabaseSessionImpl(1170694786)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-vmp11 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-vmp11" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-vmp11, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-vmp11" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-vmp11 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-vmp11" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-vmp11, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-vmp11" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-vmp11" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-vmp11, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-vmp11" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Info]: 2023-10-17 08:43:03.491--ServerSession(1849526741)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-ktlrk because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-ktlrk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-ktlrk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-ktlrk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-ktlrk io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-ktlrk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-ktlrk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-ktlrk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-ktlrk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-ktlrk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-ktlrk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-l0n5s because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-l0n5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-l0n5s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-l0n5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-l0n5s io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-l0n5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-l0n5s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-l0n5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-l0n5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-l0n5s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-l0n5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) Running Employee Multithread Test Suite [EL Info]: 2023-10-17 08:43:13.534--ServerSession(492063022)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:43:13.603--DatabaseSessionImpl(1170694786)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.077 sec Running About to Update Multithread Test Suite [EL Info]: 2023-10-17 08:43:13.611--ServerSession(1132288688)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:43:13.67--DatabaseSessionImpl(1170694786)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.068 sec Running DescriptorQueryManagerAddQueryTest [EL Info]: 2023-10-17 08:43:13.678--ServerSession(1862408065)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:43:16.69--DatabaseSessionImpl(1170694786)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 3.024 sec Running QueryCacheMultithreadedTest [EL Info]: 2023-10-17 08:43:16.703--ServerSession(272269316)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:43:16.75--DatabaseSessionImpl(1170694786)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.056 sec WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-8fv4j because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-8fv4j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-8fv4j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-8fv4j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-8fv4j io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-8fv4j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-8fv4j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-8fv4j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-8fv4j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-8fv4j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-8fv4j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-wgtkk because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-wgtkk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-wgtkk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-wgtkk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-wgtkk io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-wgtkk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-wgtkk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-wgtkk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-wgtkk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-wgtkk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-wgtkk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-8mv56 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-8mv56" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-8mv56, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-8mv56" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-8mv56 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-8mv56" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-8mv56, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-8mv56" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-8mv56" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-8mv56, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-8mv56" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-49nll because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-49nll" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-49nll, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-49nll" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-49nll io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-49nll" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-49nll, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-49nll" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-49nll" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-49nll, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-49nll" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Info]: 2023-10-17 08:43:54.795--ServerSession(409178170)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:43:59.827--ServerSession(1286827203)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:43:59.852--DatabaseSessionImpl(1170694786)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:43:59.86--ServerSession(2144807922)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-mcbfg because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-mcbfg" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-mcbfg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-mcbfg" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-mcbfg io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-mcbfg" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-mcbfg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-mcbfg" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-mcbfg" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-mcbfg, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-mcbfg" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Info]: 2023-10-17 08:44:09.897--DatabaseSessionImpl(1170694786)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:44:09.907--ServerSession(1437647215)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-v76hf because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-v76hf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-v76hf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-v76hf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-v76hf io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-v76hf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-v76hf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-v76hf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-v76hf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-v76hf, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-v76hf" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Info]: 2023-10-17 08:44:20.014--DatabaseSessionImpl(1170694786)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:44:20.025--ServerSession(1933153294)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-x33zh because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-x33zh" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-x33zh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-x33zh" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-x33zh io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-x33zh" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-x33zh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-x33zh" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-x33zh" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-x33zh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-x33zh" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Info]: 2023-10-17 08:44:31.251--DatabaseSessionImpl(1170694786)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:44:31.26--ServerSession(24088107)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-hxh61 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-hxh61" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-hxh61, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-hxh61" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-hxh61 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-hxh61" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-hxh61, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-hxh61" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-hxh61" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-hxh61, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-hxh61" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-2hpsd because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-2hpsd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-2hpsd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-2hpsd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-2hpsd io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-2hpsd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-2hpsd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-2hpsd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-2hpsd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-2hpsd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-2hpsd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Info]: 2023-10-17 08:44:42.479--DatabaseSessionImpl(1170694786)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:44:48.215--DatabaseSessionImpl(1416694155)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running Basic Stored Procedure Generator test suite [EL Warning]: 2023-10-17 08:44:48.489--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.497--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.505--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.509--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.512--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.515--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.529--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.544--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.547--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.55--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.553--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") [EL Warning]: 2023-10-17 08:44:48.563--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.573--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.576--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.579--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.582--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.589--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.594--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.597--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.601--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.604--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.614--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.615--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.615--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.616--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.626--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.636--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.639--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.642--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.645--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.653--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.66--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.663--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.666--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.669--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.674--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.675--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.685--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.695--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.699--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.702--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:48.705--DatabaseSessionImpl(1416694155)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.416 sec [EL Info]: 2023-10-17 08:44:48.718--DatabaseSessionImpl(461131081)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running Test table existence check [EL Warning]: 2023-10-17 08:44:48.738--DatabaseSessionImpl(461131081)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.005 sec [EL Info]: 2023-10-17 08:44:48.739--DatabaseSessionImpl(1655721509)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.273 sec Running org.eclipse.persistence.testing.tests.transparentindirection.IndirectMapTestDatabase Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.230 sec Running org.eclipse.persistence.testing.tests.transparentindirection.IndirectSetTestDatabase Tests run: 20, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.228 sec Running CustomIndirectContainerTestSuite Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.016 sec Running BidirectionalRelationshipTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 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]: 2023-10-17 08:44:49.677--DatabaseSessionImpl(1998380956)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:44:49.686--DatabaseSessionImpl(1998380956)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:49.694--DatabaseSessionImpl(1998380956)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:49.698--DatabaseSessionImpl(1998380956)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:49.703--DatabaseSessionImpl(1998380956)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:49.708--DatabaseSessionImpl(1998380956)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:49.712--DatabaseSessionImpl(1998380956)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") Running Boolean Types Test Suite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running Date & Time Types Test Suite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running String Types Test Suite [EL Warning]: 2023-10-17 08:44:49.743--DatabaseSessionImpl(1998380956)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Too long exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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.007 sec Running Numeric Types Test Suite [EL Warning]: 2023-10-17 08:44:49.75--DatabaseSessionImpl(1998380956)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [EL Warning]: 2023-10-17 08:44:49.751--DatabaseSessionImpl(1998380956)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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.005 sec Running BLOB Types Test Suite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.014 sec Running CLOB Types Test Suite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec [EL Info]: 2023-10-17 08:44:49.776--DatabaseSessionImpl(684815137)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running Boolean Types Test Suite Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.003 sec Running Date & Time Types Test Suite Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running String Types Test Suite [EL Warning]: 2023-10-17 08:44:49.83--DatabaseSessionImpl(684815137)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Too long exception: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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.007 sec Running Numeric Types Test Suite [EL Warning]: 2023-10-17 08:44:49.837--DatabaseSessionImpl(684815137)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: MINIMUM and MAXIMUM tests fail on several platforms due to precision loss. [EL Warning]: 2023-10-17 08:44:49.838--DatabaseSessionImpl(684815137)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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.004 sec Running BLOB Types Test Suite Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.010 sec Running CLOB Types Test Suite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.009 sec [EL Info]: 2023-10-17 08:44:49.858--DatabaseSessionImpl(1249439355)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running EmployeeReadObjectTestSuite Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.007 sec Running EmployeeComplexUpdateTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 sec Running EmployeeUOWBasicInsertObjectTestSuite Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.011 sec Running EmployeeDeleteObjectTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.015 sec Running EmployeeReadAllTestSuite Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.035 sec [EL Info]: 2023-10-17 08:44:50.011--DatabaseSessionImpl(1503121395)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:44:50.03--DatabaseSessionImpl(1503121395)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:51.352--ServerSession(680194506)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running UnitOfWorkTestSuite [EL Warning]: 2023-10-17 08:44:51.382--UnitOfWork(348493754)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '38351' 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]: 2023-10-17 08:44:51.386--UnitOfWork(1677087627)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Charles Chanley], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2023-10-17 08:44:51.45--UnitOfWork(1575300729)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 47,161 [EL Warning]: 2023-10-17 08:44:51.474--UnitOfWork(819909511)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1 Habs Place, LKO, QUE, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,412,679,474], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:44:51.474--UnitOfWork(745990370)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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,130,797,874], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:44:51.475--UnitOfWork(1599994533)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Charles Chanley] 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> 47,151 [EL Warning]: 2023-10-17 08:44:51.488--UnitOfWork(1484422160)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 47,161 [EL Warning]: 2023-10-17 08:44:51.533--UnitOfWork(1213756960)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Charles Chanley], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [365,049,789], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:44:51.594--UnitOfWork(573603069)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1848' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2023-10-17 08:44:51.606--UnitOfWork(417666309)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2023-10-17 08:44:51.618--UnitOfWork(2104119595)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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,071,512,062], 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: 90, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.261 sec [EL Info]: 2023-10-17 08:44:51.63--DatabaseSessionImpl(445921183)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:44:51.648--DatabaseSessionImpl(445921183)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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-g2pzn-qnzjr because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qnzjr" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qnzjr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qnzjr" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-qnzjr io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qnzjr" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qnzjr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qnzjr" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qnzjr" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qnzjr, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qnzjr" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Info]: 2023-10-17 08:44:52.932--ServerSession(642289355)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:44:52.963--UnitOfWork(1192065999)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:44:53.006--UnitOfWork(840883617)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 47,258 [EL Warning]: 2023-10-17 08:44:53.01--UnitOfWork(886730769)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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,470,885,453], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:44:53.01--UnitOfWork(1613220402)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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()) [856,162,567], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:44:53.011--UnitOfWork(2095552565)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 47,251 [EL Warning]: 2023-10-17 08:44:53.016--UnitOfWork(736471777)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 47,258 [EL Warning]: 2023-10-17 08:44:53.037--UnitOfWork(1834101462)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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()) [1,702,856,532], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:44:58.105--UnitOfWork(378645763)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '1953' 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-g2pzn-zftmv because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-zftmv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-zftmv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-zftmv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-zftmv io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-zftmv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-zftmv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-zftmv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-zftmv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-zftmv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-zftmv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-kr5bc because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-kr5bc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-kr5bc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-kr5bc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-kr5bc io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-kr5bc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-kr5bc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-kr5bc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-kr5bc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-kr5bc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-kr5bc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-s8cgd because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-s8cgd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-s8cgd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-s8cgd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-s8cgd io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-s8cgd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-s8cgd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-s8cgd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-s8cgd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-s8cgd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-s8cgd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: 2023-10-17 08:45:28.122--UnitOfWork(1314672628)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2023-10-17 08:45:28.159--UnitOfWork(28199026)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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,203,525,320], 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]: 2023-10-17 08:45:28.166--DatabaseSessionImpl(1395140099)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:45:28.189--DatabaseSessionImpl(1395140099)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:45:29.607--ServerSession(902151343)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running UnitOfWorkTestSuite [EL Warning]: 2023-10-17 08:45:29.644--UnitOfWork(1600177917)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '38551' 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]: 2023-10-17 08:45:29.648--UnitOfWork(481825275)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Nancy White], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2023-10-17 08:45:29.74--UnitOfWork(23370168)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 47,352 [EL Warning]: 2023-10-17 08:45:29.77--UnitOfWork(649655098)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 2 Anderson Rd., LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [334,902,460], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:45:29.77--UnitOfWork(1725509846)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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()) [612,458,362], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:45:29.772--UnitOfWork(1321334826)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Nancy White] 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> 47,351 [EL Warning]: 2023-10-17 08:45:29.785--UnitOfWork(378787488)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 47,352 [EL Warning]: 2023-10-17 08:45:29.856--UnitOfWork(2070172440)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Nancy White], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,370,496,261], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:45:29.935--UnitOfWork(1088473628)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2100' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2023-10-17 08:45:29.949--UnitOfWork(1352995526)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2023-10-17 08:45:29.962--UnitOfWork(1489093746)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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()) [437,386,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. Tests run: 90, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.348 sec [EL Info]: 2023-10-17 08:45:29.976--DatabaseSessionImpl(1854205558)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:45:29.998--DatabaseSessionImpl(1854205558)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:45:31.289--ServerSession(749301683)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:45:31.326--UnitOfWork(543191828)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Marcus Saunders], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2023-10-17 08:45:31.536--UnitOfWork(1339263038)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 47,458 [EL Warning]: 2023-10-17 08:45:31.562--UnitOfWork(141194186)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 234 I'm Lost Lane, LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [632,598,890], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:45:31.562--UnitOfWork(1492273700)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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()) [781,692,029], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:45:31.564--UnitOfWork(1901502833)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Marcus Saunders] 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> 47,451 [EL Warning]: 2023-10-17 08:45:31.578--UnitOfWork(490237674)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 47,458 [EL Warning]: 2023-10-17 08:45:31.631--UnitOfWork(1043844663)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Marcus Saunders], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [560,145,702], 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. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-jl38b because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-jl38b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-jl38b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-jl38b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-jl38b io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-jl38b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-jl38b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-jl38b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-jl38b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-jl38b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-jl38b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: 2023-10-17 08:45:36.764--UnitOfWork(1946347978)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2200' 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-g2pzn-qkglx because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qkglx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qkglx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qkglx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-qkglx io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qkglx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qkglx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qkglx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qkglx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qkglx, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qkglx" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-9dl8x because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-9dl8x" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-9dl8x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-9dl8x" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-9dl8x io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-9dl8x" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-9dl8x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-9dl8x" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-9dl8x" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-9dl8x, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-9dl8x" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-6mdbt because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-6mdbt" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-6mdbt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-6mdbt" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-6mdbt io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-6mdbt" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-6mdbt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-6mdbt" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-6mdbt" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-6mdbt, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-6mdbt" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: 2023-10-17 08:46:06.781--UnitOfWork(758033351)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2023-10-17 08:46:06.817--UnitOfWork(288344220)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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()) [267,769,766], 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]: 2023-10-17 08:46:06.825--DatabaseSessionImpl(1053865529)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:46:06.846--DatabaseSessionImpl(1053865529)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:08.192--ServerSession(938838651)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running UnitOfWorkTestSuite [EL Warning]: 2023-10-17 08:46:08.237--UnitOfWork(1640604393)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '38751' 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]: 2023-10-17 08:46:08.24--UnitOfWork(1450045662)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Emanual Smith], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2023-10-17 08:46:08.485--UnitOfWork(1632640265)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 47,553 [EL Warning]: 2023-10-17 08:46:08.548--UnitOfWork(280130788)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, LKO, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [556,324,825], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:46:08.548--UnitOfWork(2089756980)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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()) [192,959,822], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:46:08.55--UnitOfWork(330212064)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Emanual 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> 47,551 [EL Warning]: 2023-10-17 08:46:08.586--UnitOfWork(1852646301)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 47,553 [EL Warning]: 2023-10-17 08:46:08.69--UnitOfWork(1277303987)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Emanual Smith], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [1,694,988,528], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:46:08.819--UnitOfWork(145877947)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2345' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2023-10-17 08:46:08.831--UnitOfWork(278756318)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2023-10-17 08:46:08.843--UnitOfWork(970296110)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 1111 Mountain Blvd. Floor 53, suite 6, Vancouver, BC, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,888,970,683], 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: 90, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.634 sec [EL Info]: 2023-10-17 08:46:08.856--DatabaseSessionImpl(1663541260)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:46:08.878--DatabaseSessionImpl(1663541260)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:10.222--ServerSession(866287471)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running UnitOfWorkTestSuite [EL Warning]: 2023-10-17 08:46:10.253--UnitOfWork(1262510095)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '38851' 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]: 2023-10-17 08:46:10.256--UnitOfWork(1905529402)--Exception [EclipseLink-7197] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: Null or zero primary key encountered in UnitOfWork clone [Employee: Nancy White], primary key [null]. Set descriptor's IdValidation or the "eclipselink.id-validation" property. [EL Warning]: 2023-10-17 08:46:10.318--UnitOfWork(2051779440)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 47,657 [EL Warning]: 2023-10-17 08:46:10.346--UnitOfWork(41988102)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Address: 2 Anderson Rd., LKO, ONT, Canada], of class [class org.eclipse.persistence.testing.models.employee.domain.Address], with identity hashcode (System.identityHashCode()) [1,770,643,220], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:46:10.346--UnitOfWork(1530269152)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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()) [117,647,551], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:46:10.348--UnitOfWork(239071040)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: Nancy White] 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> 47,651 [EL Warning]: 2023-10-17 08:46:10.36--UnitOfWork(1034144766)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 47,657 [EL Warning]: 2023-10-17 08:46:10.403--UnitOfWork(1006810601)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: The object [Employee: Nancy White], of class [class org.eclipse.persistence.testing.models.employee.domain.Employee], with identity hashcode (System.identityHashCode()) [185,794,873], is not from this UnitOfWork object space, but the parent session's. The object was never registered in this UnitOfWork, but read from the parent session and related to an object registered in the UnitOfWork. Ensure that you are correctly registering your objects. If you are still having problems, you can use the UnitOfWork.validateObjectSpace() method to help debug where the error occurred. For more information, see the manual or FAQ. [EL Warning]: 2023-10-17 08:46:10.458--UnitOfWork(1240780862)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '2451' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] [EL Warning]: 2023-10-17 08:46:10.469--UnitOfWork(150313334)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork [EL Warning]: 2023-10-17 08:46:10.48--UnitOfWork(810250019)--Exception [EclipseLink-6004] (Eclipse Persistence Services - 3.0.4.v202310170826): 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()) [809,800,066], 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: 90, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.250 sec [EL Info]: 2023-10-17 08:46:10.491--DatabaseSessionImpl(1247917579)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:10.849--ServerSession(948870473)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running TransactionIsolationTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: currently broken. Tests run: 14, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.080 sec [EL Info]: 2023-10-17 08:46:10.949--DatabaseSessionImpl(801445517)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:46:11.216--UnitOfWork(1341480616)--Exception [EclipseLink-7123] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:11.219--UnitOfWork(1170128879)--Exception [EclipseLink-7123] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:11.222--UnitOfWork(171066705)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:11.226--UnitOfWork(274511862)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2023-10-17 08:46:11.227--UnitOfWork(478846505)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:11.229--DatabaseSessionImpl(72199602)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running ClientSessionReleaseTestSuite [EL Info]: 2023-10-17 08:46:11.887--ServerSession(1650243467)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:11.901--DatabaseSessionImpl(72199602)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:11.908--ServerSession(1752871585)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:11.922--DatabaseSessionImpl(72199602)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:11.928--ServerSession(821484357)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:11.941--DatabaseSessionImpl(72199602)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:11.948--ServerSession(2106252327)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:11.961--DatabaseSessionImpl(72199602)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:11.968--ServerSession(1934879395)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:11.981--DatabaseSessionImpl(72199602)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:11.988--ServerSession(819987134)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:12.001--DatabaseSessionImpl(72199602)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.121 sec Running DatabaseAccessorNotConnectedTestSuite [EL Warning]: 2023-10-17 08:46:12.009--DatabaseSessionImpl(72199602)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Info]: 2023-10-17 08:46:12.009--DatabaseSessionImpl(72199602)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-8d0n0 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-8d0n0" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-8d0n0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-8d0n0" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-8d0n0 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-8d0n0" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-8d0n0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-8d0n0" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-8d0n0" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-8d0n0, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-8d0n0" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: 2023-10-17 08:46:12.016--DatabaseSessionImpl(72199602)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Info]: 2023-10-17 08:46:12.016--DatabaseSessionImpl(72199602)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:46:12.024--DatabaseSessionImpl(72199602)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2023-10-17 08:46:12.024--DatabaseSessionImpl(72199602)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Info]: 2023-10-17 08:46:12.024--DatabaseSessionImpl(72199602)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:46:12.031--DatabaseSessionImpl(72199602)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Warning]: 2023-10-17 08:46:12.031--DatabaseSessionImpl(72199602)--Exception [EclipseLink-4005] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Exception Description: DatabaseAccessor not connected. [EL Info]: 2023-10-17 08:46:12.031--DatabaseSessionImpl(72199602)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.030 sec Running DescriptorExceptionTestSuite [EL Info]: 2023-10-17 08:46:12.039--ServerSession(475715884)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:46:12.054--UnitOfWork(1365710396)--Exception [EclipseLink-6005] (Eclipse Persistence Services - 3.0.4.v202310170826): 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,433,036,859], 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]: 2023-10-17 08:46:12.055--DatabaseSessionImpl(72199602)--Exception [EclipseLink-116] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:12.055--DatabaseSessionImpl(72199602)--Exception [EclipseLink-115] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.027 sec Running ExceptionValidationTestSuit [EL Warning]: 2023-10-17 08:46:12.066--DatabaseSessionImpl(72199602)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:12.067--DatabaseSessionImpl(72199602)--Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Invalid query key [bob] in expression. Query: ReadAllQuery(referenceClass=Employee ) [EL Warning]: 2023-10-17 08:46:12.067--DatabaseSessionImpl(72199602)--Exception [EclipseLink-6088] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: There are no attributes for the ReportQuery. Query: ReportQuery(referenceClass=Employee ) [EL Info]: 2023-10-17 08:46:12.068--DatabaseSessionImpl(1173052962)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:12.076--DatabaseSessionImpl(1543486226)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:12.083--DatabaseSessionImpl(1543486226)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:46:12.09--UnitOfWork(716829296)--Exception [EclipseLink-7136] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: Nested UnitOfWork is not supported for a modify all query [EL Warning]: 2023-10-17 08:46:12.097--DatabaseSessionImpl(72199602)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 3.0.4.v202310170826): 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: [47,907] Query: ReadAllQuery(referenceClass=PhoneNumber sql="SELECT TYPE, AREA_CODE, P_NUMBER, EMP_ID FROM PHONE WHERE (EMP_ID = ?)") [EL Warning]: 2023-10-17 08:46:12.098--DatabaseSessionImpl(72199602)--Exception [EclipseLink-6078] (Eclipse Persistence Services - 3.0.4.v202310170826): 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: [47,907] Query: ReadAllQuery(referenceClass=PhoneNumber ) Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.033 sec Running ThreeTierBehaviorTestSuite [EL Info]: 2023-10-17 08:46:12.102--ServerSession(1738490926)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:12.109--ServerSession(2131440827)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.017 sec Running DescriptorExceptionTestSuite(SupportPhaseOne) Tests run: 33, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.018 sec Running DescriptorExceptionTestSuite(SupportPhaseOne.2) [EL Warning]: 2023-10-17 08:46:12.137--UnitOfWork(1639466061)--Exception [EclipseLink-115] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.021 sec Running DescriptorExceptionTestSuite(SupportPhaseOne.3) Tests run: 28, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running DescriptorExceptionTestSuite(SupportPhaseOne.4) Tests run: 16, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.004 sec Running DescriptorExceptionTestSuite(SupportPhaseOne.5) Tests run: 8, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec Running ConnectionCloseAfterTxnTestSuite [EL Info]: 2023-10-17 08:46:12.166--DatabaseSessionImpl(562458757)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.028 sec Running LoginTestSuite Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.000 sec [EL Info]: 2023-10-17 08:46:12.195--DatabaseSessionImpl(1731757608)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:12.202--DatabaseSessionImpl(989435221)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 7963, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 335.694 s - in org.eclipse.persistence.testing.tests.TestRunModel [INFO] [INFO] Results: [INFO] [INFO] Tests run: 7963, 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.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.core.test --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.core.test --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.corba >-------- [INFO] Building EclipseLink CORBA Extension 3.0.4-SNAPSHOT [12/40] [INFO] from foundation/org.eclipse.persistence.corba/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.corba --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.corba --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532373539 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.corba --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.corba --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.corba --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.corba --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.corba --- [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:org.eclipse.persistence.corba:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.corba --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.corba --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 2 resources [INFO] Copying 2 resources [INFO] [INFO] --- exec:3.0.0:exec (start-corba-server) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.corba --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.corba --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.corba --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- antrun:3.0.0:run (wait-for-corba-server-start) @ org.eclipse.persistence.corba --- [INFO] Executing tasks Initial Naming Context: IOR:000000000000002b49444c3a6f6d672e6f72672f436f734e616d696e672f4e616d696e67436f6e746578744578743a312e30000000000001000000000000009a000102000000000d31302e34302e32332e3137340000046200000045afabcb0000000020000f424000000001000000000000000200000008526f6f74504f41000000000d544e616d65536572766963650000000000000008000000010000000114000000000000020000000100000020000000000001000100000002050100010001002000010109000000010001010000000026000000020002 TransientNameServer: setting port for initial object references to: 1,122 Ready. [INFO] Executed tasks [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.corba --- [INFO] Skipping Derby execution. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.corba --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2023-10-17 08:46:19.339--DatabaseSessionImpl(1201484275)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:46:20.717--DatabaseSessionImpl(1201484275)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.591 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-corba) @ org.eclipse.persistence.corba --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.corba.CorbaTestModel [EL Info]: 2023-10-17 08:46:21.515--DatabaseSessionImpl(1332668132)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-v5bpb because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-v5bpb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-v5bpb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-v5bpb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-v5bpb io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-v5bpb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-v5bpb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-v5bpb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-v5bpb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-v5bpb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-v5bpb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: 2023-10-17 08:46:22.706--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:22.71--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:22.712--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:22.713--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:22.715--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:22.716--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:22.718--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:22.719--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Warning]: 2023-10-17 08:46:23.079--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.079--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.291--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.297--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.301--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.306--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.31--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.315--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.319--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.324--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.328--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") [EL Warning]: 2023-10-17 08:46:23.6--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.605--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.609--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.613--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.617--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.621--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.626--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.63--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.635--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.639--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.643--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.646--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.65--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.654--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.658--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.662--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.665--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.753--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.754--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.755--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.756--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.757--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.758--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.762--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.766--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.771--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:23.776--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:24.464--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:24.469--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:24.473--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:24.477--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:24.481--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:24.485--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:24.489--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:24.494--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:24.498--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:24.502--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") [EL Warning]: 2023-10-17 08:46:24.547--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:24.551--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") [EL Warning]: 2023-10-17 08:46:24.57--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") [EL Warning]: 2023-10-17 08:46:24.574--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:24.578--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:24.581--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:24.585--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:24.589--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:46:24.593--DatabaseSessionImpl(1332668132)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Info]: 2023-10-17 08:46:24.612--ServerSession(607676473)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 The following environment properties must be set to run this test. -Djava.naming.factory.initial=com.sun.jndi.cosnaming.CNCtxFactory -Djava.naming.provider.url=iiop://localhost:900 The follwing corba naming server must also be started on the computer. /bin/tnameserv.exe Running BasicReadTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: this test can't work with table qualifier set WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: this test can't work with table qualifier set WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: this test can't work with table qualifier set WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: this test can't work with table qualifier set WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: this test can't work with table qualifier set WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-8jp90 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-8jp90" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-8jp90, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-8jp90" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-8jp90 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-8jp90" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-8jp90, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-8jp90" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-8jp90" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-8jp90, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-8jp90" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) Tests run: 23, Failures: 0, Errors: 0, Skipped: 5, Time elapsed: 0.517 sec Running UnitOfWorkTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test cannot be run through the remote. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test cannot be run through the remote. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Test unavailable on Remote UnitOfWork [EL Warning]: 2023-10-17 08:46:36.058--UnitOfWork(301223463)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 4 [EL Warning]: 2023-10-17 08:46:36.254--UnitOfWork(347219789)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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> 1 WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Test not supported on remote. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test cannot be run through the remote. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test cannot be run through the remote. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test cannot be run through the remote. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test uses functionality that does not work over remote sessions. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not support in remote [EL Warning]: 2023-10-17 08:46:36.849--UnitOfWork(855549436)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLIntegrityConstraintViolationException: Duplicate entry '8' for key 'U_EMP.PRIMARY' Error Code: 1062 Call: INSERT INTO U_EMP (ID, NAME) VALUES (?, ?) bind => [2 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.tests.unitofwork.Person@561e24b7) [EL Warning]: 2023-10-17 08:46:36.936--UnitOfWork(484063853)--Exception [EclipseLink-200] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DescriptorException Exception Description: Attempt to register an object with dead indirection as a new object. Possibly the object was deleted or removed from the cache during a merge of a serialized clone. This is a concurrency violation, consider a locking strategy. Mapping: org.eclipse.persistence.mappings.OneToOneMapping[owner] Descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.employee.domain.PhoneNumber --> [DatabaseTable(PHONE)]) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: test will not run on RemoteSession - it uses events [EL Warning]: 2023-10-17 08:46:36.96--ClientSession(929224992)--Exception [EclipseLink-6024] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.QueryException Exception Description: Modify queries require an object to modify. Query: DeleteObjectQuery(null) WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Unable to trigger error in ClientSession or Remote UnitOfWork WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Test not supported on remote session. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Test not supported on remote session. Tests run: 78, Failures: 0, Errors: 0, Skipped: 13, Time elapsed: 1.759 sec Running UnitOfWorkEventTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This feature is not supported at remoteSession [EL Warning]: 2023-10-17 08:46:37.078--UnitOfWork(116646332)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Jones) Tests run: 8, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.040 sec Running FeatureTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Not supported in MySQL WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This database does not support NOWAIT Tests run: 12, Failures: 0, Errors: 0, Skipped: 3, Time elapsed: 0.139 sec Running QueryTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Cascade part with no IM on remote with indirection fails on remote. Tests run: 15, Failures: 0, Errors: 0, Skipped: 1, Time elapsed: 0.190 sec Running RefreshObjectTestSuite Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.065 sec Running ReportQueryTestSuite WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Test not supported in remote, it needs to modify the server-side session descriptor. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This test does not work on the this platform WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: This Test is not designed to work with RemoteSessions. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Report queries with objects are not supported on remote session. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Report queries with objects are not supported on remote session. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Report queries with objects are not supported on remote session. WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.testing.framework.TestWarningException Exception Description: Report queries with objects are not supported on remote session. Tests run: 56, Failures: 0, Errors: 0, Skipped: 7, Time elapsed: 0.300 sec Running TransparentIndirectionTestSuite Tests run: 41, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.277 sec Running ExceptionsTestSuite IORImpl[type=IDL:org/eclipse/persistence/testing/Remote/SunCORBA/CORBAServerManager:1.0 iorTemplates=[IORTemplate[oktemp=ObjectKeyTemplate[magic=afabcb00 scid=2 serverid=1020317144 orbid= oaid=ObjectAdapterID[TransientObjectAdapter] profile templates:[IIOPProfileTemplateImpl[giopVersion=1.2 primary=10.40.23.174:37125]]]] is ready. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.114 sec Log level changed by test model:SunCORBARemoteModel [EL Info]: 2023-10-17 08:46:39.182--DatabaseSessionImpl(897671069)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Running Validation Security Tests Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.120 sec [EL Info]: 2023-10-17 08:46:40.317--DatabaseSessionImpl(87318584)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 273, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 19.033 s - in org.eclipse.persistence.testing.tests.corba.CorbaTestModel [INFO] [INFO] Results: [INFO] [INFO] Tests run: 273, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.corba --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.corba --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.corba --- [INFO] [INFO] -----< org.eclipse.persistence:org.eclipse.persistence.extension >------ [INFO] Building EclipseLink Extension 3.0.4-SNAPSHOT [13/40] [INFO] from foundation/org.eclipse.persistence.extension/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.extension --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.extension --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532400793 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.extension --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.extension --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.extension --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.extension --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.extension --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.extension --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.extension --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.logging.slf4j.SLF4JLoggerTest [EL Info]: 2023-10-17 08:46:41.195--Running test SLF4JLoggerTest.testLogMessage [EL Info]: 2023-10-17 08:46:41.362--Running test SLF4JLoggerTest.testGetLevel [EL Info]: 2023-10-17 08:46:41.365--Running test SLF4JLoggerTest.testLogExceptionStackTrace [EL Info]: 2023-10-17 08:46:41.407--Running test SLF4JLoggerTest.testLogExceptionWithoutStackTrace [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.289 s - in org.eclipse.persistence.testing.tests.logging.slf4j.SLF4JLoggerTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.extension --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.extension/target/org.eclipse.persistence.extension-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.extension --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.extension --- [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.test.server.parent >-- [INFO] Building EclipseLink Test Server Parent 3.0.4-SNAPSHOT [14/40] [INFO] from testing/server/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.test.server.parent --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.test.server.parent --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-0h001 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-0h001" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-0h001, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-0h001" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-0h001 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-0h001" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-0h001, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-0h001" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-0h001" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-0h001, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-0h001" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.test.server.parent --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532405829 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.test.server.parent --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.test.server.parent --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.test.server.parent --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/testing/server/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.test.server.parent --- [INFO] Skipping plugin execution [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.test.server.parent --- [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.jpa.test >------ [INFO] Building EclipseLink JPA Test 3.0.4-SNAPSHOT [15/40] [INFO] from jpa/eclipselink.jpa.test/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (clear-database)' [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (test-jpa-static-weave)' [WARNING] Parameter 'argValue' is unknown for plugin 'maven-failsafe-plugin:3.0.0-M4:integration-test (test-jpa-static-weave_xml_entity_mappings)' [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.jpa.test --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- download:1.6.1:wget (install-jee-server) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.jpa.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:properties (get-test-classpath-to-properties) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.jpa.test --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532410547 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.jpa.test --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.jpa.test --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.jpa.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.jpa.test --- [INFO] No sources to compile [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.jpa.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-generated-test-sources-dir) @ org.eclipse.persistence.jpa.test --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/generated-test-sources/jpa-runner-src added. [INFO] [INFO] --- replacer:1.5.3:replace (filter-test-src-TestRunnerBean) @ org.eclipse.persistence.jpa.test --- [INFO] Replacement run on 1 file. [INFO] [INFO] --- processor:4.5-jdk8:process-test (generate-canonical-meta-model-classes) @ org.eclipse.persistence.jpa.test --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-2d87q because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-2d87q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-2d87q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-2d87q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-2d87q io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-2d87q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-2d87q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-2d87q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-2d87q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-2d87q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-2d87q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ... [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [INFO] --- processor:4.5-jdk8:process-test (generate-inheritance-model-classes) @ org.eclipse.persistence.jpa.test --- [INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ... [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [WARNING] diagnostic: warning: [EL Warning]: metadata: ServerSession(2062679008)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [WARNING] diagnostic: warning: [EL Warning]: metadata: ServerSession(2062679008)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [INFO] --- processor:4.5-jdk8:process-test (generate-jpa-metamodel-classes) @ org.eclipse.persistence.jpa.test --- [INFO] diagnostic: Note: [EL Info]: processor: Creating static metadata factory ... [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/orm.xml continuing with generation. [INFO] diagnostic: Note: [EL Info]: processor: Optional file was not found: META-INF/eclipselink-orm.xml continuing with generation. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.jpa.test --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 227 resources [INFO] Copying 227 resources [INFO] [INFO] --- derby:1.10:start (start-derby) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.jpa.test --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 1942 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/test-classes [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [INFO] [EL Info]: processor: Creating static metadata factory ... [WARNING] [EL Warning]: processor: The persistence xml file [META-INF/persistence.xml] was not found. NO GENERATION will occur!! Please ensure a persistence xml file is available either from the CLASS_OUTPUT directory [META-INF/persistence.xml] or using the eclipselink.persistencexml property to specify its location. [WARNING] No processor claimed any of these annotations: org.eclipse.persistence.annotations.TenantDiscriminatorColumn,jakarta.persistence.PrePersist,jakarta.persistence.PreUpdate,jakarta.annotation.PostConstruct,org.eclipse.persistence.annotations.Indexes,org.eclipse.persistence.annotations.NamedStoredProcedureQueries,jakarta.persistence.Table,jakarta.persistence.ExcludeDefaultListeners,jakarta.persistence.Cacheable,org.eclipse.persistence.annotations.Struct,org.eclipse.persistence.annotations.ObjectTypeConverter,jakarta.persistence.CollectionTable,jakarta.persistence.EntityListeners,jakarta.persistence.Temporal,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredFunctionQuery,jakarta.persistence.NamedQuery,jakarta.persistence.Lob,jakarta.persistence.ManyToMany,jakarta.persistence.AttributeOverride,jakarta.ejb.EJB,jakarta.persistence.PrimaryKeyJoinColumns,org.eclipse.persistence.annotations.PrivateOwned,jakarta.persistence.Convert,org.eclipse.persistence.annotations.DeleteAll,jakarta.persistence.IdClass,jakarta.persistence.AttributeOverrides,org.eclipse.persistence.oxm.annotations.XmlPath,jakarta.xml.bind.annotation.XmlAccessorType,org.junit.AfterClass,jakarta.ejb.Singleton,org.eclipse.persistence.annotations.NamedStoredFunctionQuery,jakarta.persistence.NamedQueries,jakarta.persistence.Transient,org.eclipse.persistence.annotations.AdditionalCriteria,jakarta.persistence.Id,jakarta.annotation.PreDestroy,jakarta.persistence.Enumerated,org.eclipse.persistence.annotations.Converter,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredProcedureQueries,org.eclipse.persistence.platform.database.oracle.annotations.NamedPLSQLStoredFunctionQueries,jakarta.persistence.AssociationOverrides,jakarta.persistence.MapKey,jakarta.persistence.PostRemove,jakarta.persistence.AssociationOverride,org.eclipse.persistence.annotations.ClassExtractor,jakarta.persistence.JoinTable,jakarta.persistence.MappedSuperclass,jakarta.xml.bind.annotation.XmlRootElement,org.eclipse.persistence.platform.database.oracle.annotations.OracleObjects,org.eclipse.persistence.annotations.BasicMap,org.eclipse.persistence.annotations.TypeConverter,jakarta.persistence.Inheritance,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLRecords,jakarta.persistence.MapKeyClass,org.eclipse.persistence.annotations.HashPartitioning,jakarta.validation.constraints.Size,org.junit.runner.RunWith,jakarta.validation.Valid,jakarta.persistence.Embedded,jakarta.persistence.PersistenceContext,jakarta.ejb.TransactionAttribute,jakarta.ejb.TransactionManagement,org.eclipse.persistence.annotations.Cache,org.eclipse.persistence.annotations.CascadeOnDelete,org.junit.runners.Suite.SuiteClasses,org.eclipse.persistence.annotations.MapKeyConvert,jakarta.persistence.SequenceGenerator,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLTable,jakarta.persistence.PrimaryKeyJoinColumn,org.eclipse.persistence.annotations.JoinFetch,org.eclipse.persistence.annotations.WriteTransformers,org.junit.Before,jakarta.persistence.SqlResultSetMappings,org.eclipse.persistence.annotations.TenantTableDiscriminator,org.eclipse.persistence.annotations.ReadOnly,jakarta.persistence.Converts,org.junit.Test,org.eclipse.persistence.annotations.Partitioning,org.eclipse.persistence.annotations.VirtualAccessMethods,jakarta.validation.constraints.Max,jakarta.persistence.ElementCollection,org.eclipse.persistence.annotations.CollectionTable,jakarta.persistence.OrderBy,org.eclipse.persistence.annotations.FetchGroups,org.eclipse.persistence.annotations.ExcludeDefaultMappings,org.eclipse.persistence.annotations.ObjectTypeConverters,org.eclipse.persistence.annotations.Converters,org.eclipse.persistence.annotations.ChangeTracking,jakarta.inject.Inject,jakarta.validation.constraints.Min,jakarta.persistence.Entity,org.eclipse.persistence.annotations.CloneCopyPolicy,org.eclipse.persistence.annotations.Partitioned,org.eclipse.persistence.annotations.Noncacheable,jakarta.persistence.MapKeyColumn,org.eclipse.persistence.annotations.ValuePartitioning,jakarta.persistence.OneToOne,org.eclipse.persistence.annotations.Property,jakarta.persistence.SecondaryTable,org.eclipse.persistence.annotations.BatchFetch,org.eclipse.samples.annotations.CycleA,org.eclipse.samples.annotations.CycleC,org.eclipse.samples.annotations.CycleB,jakarta.persistence.Access,org.junit.After,org.eclipse.persistence.annotations.PrimaryKey,jakarta.persistence.NamedStoredProcedureQueries,jakarta.persistence.PersistenceUnit,org.eclipse.persistence.annotations.Structure,jakarta.persistence.SqlResultSetMapping,jakarta.persistence.PersistenceUnits,jakarta.persistence.NamedEntityGraphs,org.eclipse.persistence.annotations.SerializedConverter,jakarta.persistence.MapKeyJoinColumn,jakarta.persistence.DiscriminatorValue,jakarta.ejb.Stateful,org.eclipse.persistence.annotations.CacheIndex,jakarta.persistence.JoinColumn,org.eclipse.persistence.annotations.FetchGroup,jakarta.persistence.OrderColumn,jakarta.persistence.Converter,jakarta.persistence.EmbeddedId,jakarta.persistence.PostLoad,org.eclipse.persistence.annotations.Array,jakarta.persistence.PreRemove,org.eclipse.persistence.platform.database.oracle.annotations.PLSQLRecord,jakarta.persistence.Basic,org.eclipse.persistence.annotations.VariableOneToOne,org.eclipse.persistence.annotations.Mutable,jakarta.persistence.PostUpdate,jakarta.ejb.Stateless,jakarta.xml.bind.annotation.XmlTransient,jakarta.persistence.NamedNativeQueries,jakarta.persistence.MapKeyJoinColumns,jakarta.persistence.metamodel.StaticMetamodel,org.eclipse.persistence.annotations.RoundRobinPartitioning,org.eclipse.persistence.annotations.BasicCollection,jakarta.persistence.MapsId,jakarta.persistence.MapKeyTemporal,org.eclipse.persistence.annotations.TypeConverters,org.junit.BeforeClass,org.eclipse.persistence.annotations.PinnedPartitioning,org.eclipse.persistence.annotations.Customizer,org.eclipse.persistence.annotations.ReadTransformer,org.eclipse.persistence.annotations.CopyPolicy,jakarta.persistence.OneToMany,jakarta.persistence.ManyToOne,org.eclipse.persistence.annotations.Convert,jakarta.validation.constraints.NotNull,org.eclipse.samples.annotations.CycleSelf,org.eclipse.persistence.annotations.WriteTransformer,org.eclipse.samples.LoggableEmployee,jakarta.persistence.TableGenerator,jakarta.persistence.PersistenceContexts,jakarta.persistence.DiscriminatorColumn,org.eclipse.persistence.annotations.Properties,org.eclipse.persistence.annotations.SerializedConverters,jakarta.persistence.ExcludeSuperclassListeners,org.eclipse.persistence.annotations.Index,org.eclipse.persistence.annotations.OrderCorrection,org.eclipse.persistence.annotations.UnionPartitioning,org.eclipse.persistence.platform.database.oracle.annotations.OracleArrays,org.eclipse.persistence.annotations.CompositeMember,org.eclipse.persistence.annotations.Multitenant,jakarta.persistence.JoinColumns,jakarta.persistence.PostPersist,jakarta.ejb.Remote,jakarta.persistence.Embeddable,org.eclipse.persistence.annotations.OptimisticLocking,jakarta.persistence.GeneratedValue,org.eclipse.persistence.annotations.RangePartitioning,jakarta.persistence.SecondaryTables,jakarta.persistence.Column,org.junit.Ignore,org.eclipse.persistence.annotations.InstantiationCopyPolicy,jakarta.persistence.NamedNativeQuery,org.eclipse.persistence.annotations.ExistenceChecking,jakarta.persistence.Version [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[69,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Employee.java:[73,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/PhoneNumber.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[39,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/Buyer.java:[30,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[50,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Employee.java:[53,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[24,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/Project.java:[25,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[57,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/RatedBeerConsumer.java:[58,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[25,43] org.eclipse.persistence.annotations.BasicMap in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Buyer.java:[26,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[61,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/Employee.java:[64,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[29,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/PhoneNumber.java:[30,43] org.eclipse.persistence.annotations.CollectionTable in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/cacheable/ProtectedRelationshipsEntity.java:[41,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[44,43] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/composite/advanced/member_3/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.composite.advanced.member_3.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/partitioned/EmployeePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.partitioned.EmployeePK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/complexaggregate/Torso.java:[24,8] Class org.eclipse.persistence.testing.models.jpa.complexaggregate.Torso overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/complexaggregate/Heart.java:[22,8] Class org.eclipse.persistence.testing.models.jpa.complexaggregate.Heart overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/EmploymentPeriod.java:[38,8] Class org.eclipse.persistence.testing.models.jpa.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/metamodel/Manufacturer.java:[52,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/Alpine.java:[32,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/TelephoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/inherited/TelephoneNumber.java:[31,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/ScientistPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.ScientistPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/multitenant/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/incompletemappings/owning/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.incompletemappings.owning.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/LieutenantId.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.LieutenantId overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/xml/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.xml.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumber.java:[27,8] Class org.eclipse.persistence.testing.models.jpa.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/TelephoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Alpine.java:[47,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Blue.java:[36,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Blue overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/BlueLight.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.inherited.BlueLight overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/CoronaTag.java:[22,8] Class org.eclipse.persistence.testing.models.jpa.inherited.CoronaTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Corona.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Corona overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Heineken.java:[26,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Heineken overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/Becks.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.inherited.Becks overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/inherited/BecksTag.java:[29,8] Class org.eclipse.persistence.testing.models.jpa.inherited.BecksTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/merge/advanced/PhoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.xml.merge.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/MajorId.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.MajorId overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/embeddable/Country.java:[31,8] Class org.eclipse.persistence.testing.models.jpa.advanced.embeddable.Country overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/EmploymentPeriod.java:[28,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/fieldaccess/advanced/EmploymentPeriod.java:[30,8] Class org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/delimited/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.delimited.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/OfficePK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.OfficePK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/simple/SimpleTypeTestSuite.java:[185,9] assertEquals(java.lang.Object[],java.lang.Object[]) in org.junit.Assert has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa22/advanced/xml/EmploymentPeriod.java:[21,8] Class org.eclipse.persistence.testing.models.jpa22.advanced.xml.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/CubiclePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.CubiclePK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Alpine.java:[26,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Alpine overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/CoronaTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.CoronaTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Corona.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Corona overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Heineken.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Heineken overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumberPK.java:[17,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/TelephoneNumber.java:[25,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.TelephoneNumber overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/Becks.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.Becks overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/inherited/BecksTag.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.inherited.BecksTag overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/xml/PhoneNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.xml.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa21/advanced/xml/EmploymentPeriod.java:[21,8] Class org.eclipse.persistence.testing.models.jpa21.advanced.xml.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_2/EmploymentPeriod.java:[32,8] Class org.eclipse.persistence.testing.models.jpa.composite.advanced.member_2.EmploymentPeriod overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/composite/advanced/member_3/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.composite.advanced.member_3.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/DepartmentPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.DepartmentPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/compositepk/ScientistPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.compositepk.ScientistPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/PhoneNumberPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/CellNumberPK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.CellNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2356,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2361,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2366,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2371,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerJUnitTestSuite.java:[2376,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Address.java:[56,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Address overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Phone.java:[39,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Phone overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/compositepk/CubiclePK.java:[18,8] Class org.eclipse.persistence.testing.models.jpa.advanced.compositepk.CubiclePK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/advanced/derivedid/GeneralId.java:[21,8] Class org.eclipse.persistence.testing.models.jpa.advanced.derivedid.GeneralId overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/composite/advanced/EntityManagerJUnitTestSuite.java:[4645,31] auto-closeable resource em is never referenced in body of corresponding try statement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/config/PhoneNumberPK.java:[23,8] Class org.eclipse.persistence.testing.tests.jpa.config.PhoneNumberPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5195,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5200,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5205,116] JDBC_WRITE_CONNECTIONS_INITIAL in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5210,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5215,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[5220,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/advanced/EntityManagerJUnitTestSuite.java:[4961,31] auto-closeable resource em is never referenced in body of corresponding try statement [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/xml/advanced/PartnerLinkPK.java:[19,8] Class org.eclipse.persistence.testing.models.jpa.xml.advanced.PartnerLinkPK overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/plsql/Employee.java:[128,8] Class org.eclipse.persistence.testing.models.jpa.plsql.Employee overrides equals, but neither it nor any superclass overrides hashCode method [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/cacheable/ProtectedRelationshipsEntity.java:[77,6] org.eclipse.persistence.annotations.BasicCollection in org.eclipse.persistence.annotations has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2218,120] JDBC_READ_CONNECTIONS_SHARED in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2223,112] JDBC_WRITE_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2228,112] JDBC_WRITE_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2233,111] JDBC_READ_CONNECTIONS_MIN in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/fieldaccess/advanced/EntityManagerTLRJUnitTestSuite.java:[2238,111] JDBC_READ_CONNECTIONS_MAX in org.eclipse.persistence.config.PersistenceUnitProperties has been deprecated [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/tests/jpa/dynamic/simple/SimpleTypeCompositeKeyTestSuite.java uses or overrides a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/partitioned/Department.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it/java/org/eclipse/persistence/testing/models/jpa/partitioned/Department.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- iterator:0.5.1:iterator (pack-model) @ org.eclipse.persistence.jpa.test --- [INFO] ------ (eclipselink-annotation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/classes with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar [INFO] ------ (eclipselink-xml-only-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-annotation-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar [INFO] ------ (eclipselink-advanced-properties) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-only-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar [INFO] ------ (eclipselink-pu with spaces) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-properties.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar [INFO] ------ (eclipselink-validation-failed-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-pu with spaces.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar [INFO] ------ (eclipselink-xml-merge-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-validation-failed-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar [INFO] ------ (eclipselink-advanced-field-access-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-merge-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar [INFO] ------ (eclipselink-cascade-deletes-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-advanced-field-access-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar [INFO] ------ (eclipselink-cacheable-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cascade-deletes-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar [INFO] ------ (eclipselink-ddl-generation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-cacheable-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar [INFO] ------ (eclipselink-delimited-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-ddl-generation-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar [INFO] ------ (eclipselink-extensibility-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-delimited-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar [INFO] ------ (eclipselink-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-extensibility-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar [INFO] ------ (eclipselink-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar [INFO] ------ (eclipselink-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_1.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar [INFO] ------ (eclipselink-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_2.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar [INFO] ------ (eclipselink-jpa21-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-composite-advanced-model-member_3.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar [INFO] ------ (eclipselink-metamodel-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa21-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar [INFO] ------ (eclipselink-partitioned-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-metamodel-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar [INFO] ------ (eclipselink-xml-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-partitioned-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar [INFO] ------ (eclipselink-xml-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar [INFO] ------ (eclipselink-xml-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_1.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar [INFO] ------ (eclipselink-xml-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_2.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar [INFO] ------ (eclipselink-xml-mapping-metadata-complete) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-composite-advanced-model-member_3.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar [INFO] ------ (eclipselink-plsql-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-mapping-metadata-complete.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar [INFO] ------ (eclipselink-remote) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-plsql-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar [INFO] ------ (jpa-performance) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-remote.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar [INFO] ------ (jpa-performance2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar [INFO] ------ (eclipselink-beanvalidation-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/jpa-performance2.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar [INFO] ------ (eclipselink-beanvalidation-dynamic-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar [INFO] ------ (eclipselink-identity-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-beanvalidation-dynamic-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar [INFO] ------ (eclipselink-jpa22-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-identity-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar [INFO] ------ (eclipselink-xml-extended-composite-advanced-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-jpa22-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_1) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_2) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_1.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_3) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_2.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar [INFO] ------ (eclipselink-xml-extended-model) org.apache.maven.plugins:maven-assembly-plugin:3.3.0:single [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/src/it//assembly/assembly-model.xml [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar [WARNING] Configuration option 'appendAssemblyId' is set to false. Instead of attaching the assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar, it will become the file for main project artifact. NOTE: If multiple descriptors or descriptor-formats are provided for this project, the value of this file will be non-deterministic! [WARNING] Replacing pre-existing project main-artifact file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-composite-advanced-model-member_3.jar with assembly file: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/eclipselink-xml-extended-model.jar [INFO] [INFO] --- iterator:0.5.1:iterator (pack-server) @ org.eclipse.persistence.jpa.test --- [INFO] Skip by user request. [INFO] [INFO] --- iterator:0.5.1:iterator (weave-model-static) @ org.eclipse.persistence.jpa.test --- [INFO] ------ (eclipselink-annotation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-jm2kl because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-jm2kl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-jm2kl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-jm2kl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-jm2kl io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-jm2kl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-jm2kl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-jm2kl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-jm2kl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-jm2kl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-jm2kl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] ------ (eclipselink-ddl-generation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-validation-failed-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-cacheable-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-advanced-field-access-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-advanced-properties) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-pu with spaces) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-partitioned-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-plsql-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-cascade-deletes-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (jpa-performance) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-metamodel-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-3vqr8 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-3vqr8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-3vqr8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-3vqr8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-3vqr8 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-3vqr8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-3vqr8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-3vqr8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-3vqr8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-3vqr8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-3vqr8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] ------ (eclipselink-delimited-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-extensibility-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-beanvalidation-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-beanvalidation-dynamic-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-mapping-metadata-complete) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-extended-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-remote) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] [INFO] --- iterator:0.5.1:iterator (weave-model-static-with-persistence-info) @ org.eclipse.persistence.jpa.test --- [INFO] ------ (eclipselink-xml-only-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-merge-model) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-composite-advanced-model-member_1) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_2) org.codehaus.mojo:exec-maven-plugin:3.0.0:java WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-msj5j because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-msj5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-msj5j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-msj5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-msj5j io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-msj5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-msj5j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-msj5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-msj5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-msj5j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-msj5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] ------ (eclipselink-xml-extended-composite-advanced-model-member_3) org.codehaus.mojo:exec-maven-plugin:3.0.0:java [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-test-sources.jar [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-client.jar [INFO] [INFO] --- jar:3.2.0:test-jar (default-test-jar) @ org.eclipse.persistence.jpa.test --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/org.eclipse.persistence.jpa.test-3.0.4-SNAPSHOT-tests.jar [INFO] [INFO] --- groovy:2.1.1:execute (check-wildfly-home-existence) @ org.eclipse.persistence.jpa.test --- WARNING: An illegal reflective access operation has occurred WARNING: Illegal reflective access by org.codehaus.groovy.reflection.CachedClass (file:/home/jenkins/.m2/repository/org/codehaus/groovy/groovy-all/2.4.9/groovy-all-2.4.9.jar) to method java.lang.Object.finalize() WARNING: Please consider reporting this to the maintainers of org.codehaus.groovy.reflection.CachedClass WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations WARNING: All illegal access operations will be denied in a future release [INFO] WildFlyHomeDir exists:true [INFO] Skip WildFly configuration: false [INFO] [INFO] --- xml:1.0.2:transform (configure-wildfly-modules) @ org.eclipse.persistence.jpa.test --- [INFO] Transforming file: /home/jenkins/.eclipselinktests/wildfly-18.0.0.Final/modules/system/layers/base/org/eclipse/persistence/main/module.xml [INFO] Transformed 1 file(s). [INFO] [INFO] --- dependency:3.1.2:copy (configure-glassfish-modules) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping plugin execution [INFO] [INFO] --- cargo:1.7.7:restart (start-container) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- iterator:0.5.1:invoker (test-server-lrg1) @ org.eclipse.persistence.jpa.test --- [INFO] Skip by user request. [INFO] [INFO] --- iterator:0.5.1:invoker (test-server-lrg2) @ org.eclipse.persistence.jpa.test --- [INFO] Skip by user request. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (clear-database) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2023-10-17 08:47:38.331--DatabaseSessionImpl(1954406292)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:47:38.959--DatabaseSessionImpl(1954406292)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.851 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-srg) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_1) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/failsafe-reports/2023-10-17T08-47-37_578-jvmRun1.dumpstream WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-4sf27 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-4sf27" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-4sf27, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-4sf27" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-4sf27 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-4sf27" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-4sf27, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-4sf27" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-4sf27" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-4sf27, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-4sf27" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Running org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel [EL Info]: 2023-10-17 08:47:42.715--DatabaseSessionImpl(1728465884)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(244430068)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(244430068)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(244430068)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(244430068)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(244430068)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(244430068)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(244430068)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(244430068)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(244430068)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(244430068)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(244430068)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(244430068)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(244430068)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(244430068)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(244430068)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(244430068)--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(244430068)--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(244430068)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(244430068)--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(244430068)--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(244430068)--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(244430068)--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(244430068)--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(244430068)--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(244430068)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(244430068)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(244430068)--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(244430068)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(244430068)--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(244430068)--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(244430068)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(244430068)--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(244430068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(244430068)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(244430068)--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(244430068)--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(244430068)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(244430068)--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]: ddl: ServerSession(244430068)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ServerSession(244430068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(244430068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(244430068)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") Running EntityManager Tests WARNING: Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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]: 2023-10-17 08:47:46.752--UnitOfWork(286393731)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.289 sec Running Annotation Tests Tests run: 21, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.130 sec Running UpdateAllQueryAdvancedJunitTest Tests run: 12, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.612 sec Running JoinedAttributeAdvancedJunitTest [EL Warning]: ddl: 2023-10-17 08:47:49.244--ServerSession(244430068)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:47:51.1--ServerSession(244430068)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-2fzff because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-2fzff" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-2fzff, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-2fzff" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-2fzff io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-2fzff" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-2fzff, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-2fzff" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-2fzff" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-2fzff, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-2fzff" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: ddl: 2023-10-17 08:47:52.391--ServerSession(244430068)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:47:53.692--ServerSession(244430068)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:47:54.956--ServerSession(244430068)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. Tests run: 39, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 7.158 sec Running ReportQueryAdvancedJUnitTest [EL Warning]: ddl: 2023-10-17 08:47:56.306--ServerSession(244430068)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.522 sec [EL Info]: 2023-10-17 08:47:57.351--DatabaseSessionImpl(1079554968)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1808154638)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1808154638)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(1808154638)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(1808154638)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(1808154638)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1808154638)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1808154638)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1808154638)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1808154638)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1808154638)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1808154638)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1808154638)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1808154638)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1808154638)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1808154638)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1808154638)--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(1808154638)--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(1808154638)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(1808154638)--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(1808154638)--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(1808154638)--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(1808154638)--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(1808154638)--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(1808154638)--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(1808154638)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1808154638)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1808154638)--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(1808154638)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1808154638)--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(1808154638)--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(1808154638)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1808154638)--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(1808154638)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1808154638)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1808154638)--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(1808154638)--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(1808154638)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(1808154638)--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]: ddl: ServerSession(1808154638)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-vgvcl because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-vgvcl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-vgvcl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-vgvcl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-vgvcl io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-vgvcl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-vgvcl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-vgvcl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-vgvcl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-vgvcl, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-vgvcl" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-f5qwm because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-f5qwm" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-f5qwm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-f5qwm" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-f5qwm io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-f5qwm" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-f5qwm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-f5qwm" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-f5qwm" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-f5qwm, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-f5qwm" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-hf577 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-hf577" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-hf577, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-hf577" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-hf577 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-hf577" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-hf577, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-hf577" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-hf577" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-hf577, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-hf577" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: ddl: ServerSession(1808154638)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1808154638)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1808154638)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1808154638)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Info]: IsolatedHashMapTest.testIsolationInRealContext() [EL Info]: Partition ID: 0 [EL Info]: Adding session name: $0 [EL Info]: Adding session name: 00$0 [EL Info]: Adding session name: 0mySession$0 [EL Info]: Adding session name: 0EclipseLink$0 [EL Info]: Checking map size: session names count = 4, map size = 4 [EL Info]: Getting and checking session name: 0EclipseLink$0 [EL Info]: Getting and checking session name: 0mySession$0 [EL Info]: Getting and checking session name: 00$0 [EL Info]: Getting and checking session name: $0 [EL Warning]: ddl: ServerSession(1808154638)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. Closing factory: default1 [EL Info]: 2023-10-17 08:48:41.571--ServerSession(1657769946)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:48:41.584--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 Closing factory: eclipselink-pu with spaces in the path and name [EL Info]: 2023-10-17 08:48:41.587--ServerSession(1500079709)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:48:41.599--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 Closing factory: A JPAADVProperties pu with spaces in the name [EL Info]: 2023-10-17 08:48:41.601--ServerSession(1131188494)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:48:41.616--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-g2pzn-rnx23 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-rnx23" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-rnx23, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-rnx23" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-rnx23 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-rnx23" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-rnx23, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-rnx23" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-rnx23" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-rnx23, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-rnx23" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: properties: ServerSession(1808154638)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: ServerSession(1808154638)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Info]: ServerSession(1808154638)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: query: UnitOfWork(326101537)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(325544939)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Warning]: ClientSession(325544939)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: ClientSession(325544939)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Info]: query: UnitOfWork(2057389797)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1712589293)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: ClientSession(1712589293)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Info]: query: UnitOfWork(2041754663)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1956205887)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Warning]: ClientSession(1956205887)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Warning]: ClientSession(1956205887)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Info]: ServerSession(1808154638)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: ServerSession(1808154638)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: query: UnitOfWork(1443897094)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: sql: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: transaction: ClientSession(1036545539)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: sql: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: ServerSession(1808154638)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: ServerSession(1808154638)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: UnitOfWork(551495160)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: UnitOfWork(1900556813)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(58095987)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1954291588)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Info]: transaction: ClientSession(734521493)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: ClientSession(734521493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: UnitOfWork(804905246)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1543470867)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(581872692)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Info]: transaction: ClientSession(443647727)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: ClientSession(443647727)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: ServerSession(1808154638)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: UnitOfWork(1601022055)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1517607000)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1808154638)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1783338351)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1783338351)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(1783338351)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(1783338351)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(1783338351)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1783338351)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1783338351)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1783338351)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1783338351)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1783338351)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1783338351)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1783338351)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1783338351)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1783338351)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1783338351)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1783338351)--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(1783338351)--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(1783338351)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(1783338351)--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(1783338351)--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(1783338351)--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(1783338351)--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(1783338351)--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(1783338351)--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(1783338351)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1783338351)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1783338351)--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(1783338351)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1783338351)--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(1783338351)--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(1783338351)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1783338351)--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(1783338351)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1783338351)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1783338351)--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(1783338351)--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(1783338351)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(1783338351)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(498771882)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(498771882)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(498771882)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(498771882)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(498771882)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(498771882)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(498771882)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(498771882)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(498771882)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(498771882)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(498771882)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(498771882)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(498771882)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(498771882)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(498771882)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(498771882)--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(498771882)--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(498771882)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(498771882)--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(498771882)--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(498771882)--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(498771882)--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(498771882)--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(498771882)--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(498771882)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(498771882)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(498771882)--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(498771882)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(498771882)--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(498771882)--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(498771882)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(498771882)--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(498771882)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(498771882)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(498771882)--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(498771882)--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(498771882)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(498771882)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1044665461)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1044665461)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(1044665461)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(1044665461)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(1044665461)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1044665461)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1044665461)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1044665461)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1044665461)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1044665461)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1044665461)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1044665461)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1044665461)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1044665461)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1044665461)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1044665461)--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(1044665461)--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(1044665461)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(1044665461)--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(1044665461)--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(1044665461)--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(1044665461)--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(1044665461)--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(1044665461)--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(1044665461)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1044665461)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1044665461)--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(1044665461)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1044665461)--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(1044665461)--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(1044665461)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1044665461)--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(1044665461)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1044665461)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1044665461)--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(1044665461)--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(1044665461)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(1044665461)--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]: UnitOfWork(1265415318)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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: 625) [EL Warning]: metadata: ServerSession(969570398)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(969570398)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(969570398)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(969570398)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(969570398)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(969570398)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(969570398)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(969570398)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(969570398)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(969570398)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(969570398)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(969570398)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(969570398)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(969570398)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(969570398)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(969570398)--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(969570398)--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(969570398)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(969570398)--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(969570398)--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(969570398)--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(969570398)--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(969570398)--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(969570398)--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(969570398)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: ejb: ServerSession(969570398)--Exception [EclipseLink-4003] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Exception Description: Configuration error. Class [myDriver] not found. [EL Warning]: metadata: ServerSession(640702925)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(640702925)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(640702925)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(640702925)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(640702925)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(640702925)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(640702925)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(640702925)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(640702925)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(640702925)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(640702925)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(640702925)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(640702925)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(640702925)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(640702925)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(640702925)--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(640702925)--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(640702925)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(640702925)--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(640702925)--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(640702925)--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(640702925)--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(640702925)--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(640702925)--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(640702925)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: ejb: ServerSession(640702925)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: Cannot acquire data source [myNonJtaDS]. Internal Exception: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial WARNING: This database does not support NOWAIT. WARNING: Can't run this test because SELECT FOR UPDATE NO WAIT is not supported on this platform [EL Warning]: metadata: ServerSession(1294549532)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1294549532)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(1294549532)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(1294549532)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(1294549532)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1294549532)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1294549532)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1294549532)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1294549532)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1294549532)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1294549532)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1294549532)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1294549532)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1294549532)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1294549532)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1294549532)--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(1294549532)--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(1294549532)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(1294549532)--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(1294549532)--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(1294549532)--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(1294549532)--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(1294549532)--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(1294549532)--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(1294549532)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1294549532)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1294549532)--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(1294549532)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1294549532)--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(1294549532)--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(1294549532)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1294549532)--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(1294549532)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1294549532)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1294549532)--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(1294549532)--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(1294549532)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(1294549532)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1471911935)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1471911935)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(1471911935)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(1471911935)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(1471911935)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1471911935)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1471911935)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1471911935)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1471911935)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1471911935)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1471911935)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1471911935)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1471911935)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1471911935)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1471911935)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1471911935)--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(1471911935)--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(1471911935)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(1471911935)--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(1471911935)--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(1471911935)--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(1471911935)--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(1471911935)--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(1471911935)--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(1471911935)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1471911935)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1471911935)--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(1471911935)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1471911935)--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(1471911935)--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(1471911935)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1471911935)--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(1471911935)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1471911935)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1471911935)--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(1471911935)--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(1471911935)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(1471911935)--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]: UnitOfWork(1099714122)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Dealer [id=116, version=2, firstName=Jim, lastName=Bob, status=null]] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.advanced.Dealer Primary Key> 116 [EL Warning]: UnitOfWork(1393391617)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 768] 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> 768 [EL Warning]: UnitOfWork(146071439)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 769] 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> 769 WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-0pd9b because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-0pd9b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-0pd9b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-0pd9b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-0pd9b io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-0pd9b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-0pd9b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-0pd9b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-0pd9b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-0pd9b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-0pd9b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-z1j50 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-z1j50" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-z1j50, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-z1j50" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-z1j50 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-z1j50" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-z1j50, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-z1j50" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-z1j50" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-z1j50, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-z1j50" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-h4zd6 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-h4zd6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-h4zd6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-h4zd6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-h4zd6 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-h4zd6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-h4zd6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-h4zd6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-h4zd6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-h4zd6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-h4zd6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: This database does not support NOWAIT. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-875ds because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-875ds" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-875ds, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-875ds" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-875ds io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-875ds" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-875ds, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-875ds" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-875ds" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-875ds, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-875ds" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: This database does not support NOWAIT. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-40bld because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-40bld" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-40bld, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-40bld" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-40bld io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-40bld" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-40bld, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-40bld" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-40bld" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-40bld, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-40bld" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-km31g because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-km31g" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-km31g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-km31g" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-km31g io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-km31g" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-km31g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-km31g" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-km31g" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-km31g, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-km31g" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: This database does not support NOWAIT. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-r7d0h because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-r7d0h" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-r7d0h, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-r7d0h" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-r7d0h io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-r7d0h" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-r7d0h, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-r7d0h" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-r7d0h" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-r7d0h, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-r7d0h" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-x8vfc because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-x8vfc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-x8vfc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-x8vfc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-x8vfc io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-x8vfc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-x8vfc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-x8vfc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-x8vfc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-x8vfc, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-x8vfc" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: This database does not support NOWAIT. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-6s317 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-6s317" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-6s317, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-6s317" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-6s317 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-6s317" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-6s317, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-6s317" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-6s317" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-6s317, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-6s317" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. [EL Info]: ServerSession(1471911935)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 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(1471911935)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: ServerSession(1471911935)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: ServerSession(1471911935)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: UnitOfWork(1240516706)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1897694595)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1073793203)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 955] 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> 955 [EL Warning]: UnitOfWork(1166514788)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 979] 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> 979 WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. [EL Warning]: metadata: 2023-10-17 08:50:08.309--ServerSession(1393081541)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: 2023-10-17 08:50:08.377--ServerSession(1393081541)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: 2023-10-17 08:50:08.377--ServerSession(1393081541)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: 2023-10-17 08:50:08.387--ServerSession(1393081541)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: 2023-10-17 08:50:08.404--ServerSession(1393081541)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:08.406--ServerSession(1393081541)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2023-10-17 08:50:08.409--ServerSession(1393081541)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:08.411--ServerSession(1393081541)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:08.412--ServerSession(1393081541)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:08.412--ServerSession(1393081541)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2023-10-17 08:50:08.412--ServerSession(1393081541)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2023-10-17 08:50:08.413--ServerSession(1393081541)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2023-10-17 08:50:08.414--ServerSession(1393081541)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:08.415--ServerSession(1393081541)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:08.415--ServerSession(1393081541)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:08.425--ServerSession(1393081541)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:50:08.425--ServerSession(1393081541)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:50:08.427--ServerSession(1393081541)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: 2023-10-17 08:50:08.428--ServerSession(1393081541)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:50:08.428--ServerSession(1393081541)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:50:08.428--ServerSession(1393081541)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:50:08.428--ServerSession(1393081541)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:50:08.428--ServerSession(1393081541)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:50:08.429--ServerSession(1393081541)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:50:08.487--ServerSession(1708065896)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: 2023-10-17 08:50:08.564--ServerSession(1708065896)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: 2023-10-17 08:50:08.564--ServerSession(1708065896)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: 2023-10-17 08:50:08.573--ServerSession(1708065896)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: 2023-10-17 08:50:08.589--ServerSession(1708065896)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:08.591--ServerSession(1708065896)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2023-10-17 08:50:08.595--ServerSession(1708065896)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:08.596--ServerSession(1708065896)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:08.597--ServerSession(1708065896)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:08.597--ServerSession(1708065896)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2023-10-17 08:50:08.598--ServerSession(1708065896)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2023-10-17 08:50:08.598--ServerSession(1708065896)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2023-10-17 08:50:08.599--ServerSession(1708065896)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:08.6--ServerSession(1708065896)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:08.6--ServerSession(1708065896)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:08.609--ServerSession(1708065896)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:50:08.61--ServerSession(1708065896)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:50:08.611--ServerSession(1708065896)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: 2023-10-17 08:50:08.612--ServerSession(1708065896)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:50:08.612--ServerSession(1708065896)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:50:08.612--ServerSession(1708065896)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:50:08.612--ServerSession(1708065896)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:50:08.613--ServerSession(1708065896)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:50:08.613--ServerSession(1708065896)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: 2023-10-17 08:50:08.675--ServerSession(1708065896)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:50:08.697--ServerSession(1708065896)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:50:08.7--ServerSession(1708065896)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:50:08.701--ServerSession(1708065896)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:50:08.712--ServerSession(1708065896)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:50:08.713--ServerSession(1708065896)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:50:08.714--ServerSession(1708065896)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:50:08.715--ServerSession(1708065896)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:50:08.715--ServerSession(1708065896)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:50:08.716--ServerSession(1708065896)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:50:08.717--ServerSession(1708065896)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:50:08.718--ServerSession(1708065896)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:50:08.72--ServerSession(1708065896)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: 2023-10-17 08:50:08.724--ServerSession(1708065896)--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]: 2023-10-17 08:50:08.95--UnitOfWork(1799700574)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 1062] 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,062 Closing factory: eclipselink-pu-with-spaces-in-the-path-but-not-the-name [EL Warning]: 2023-10-17 08:50:09.554--UnitOfWork(523603423)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 1072] 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,072 [EL Warning]: ddl: 2023-10-17 08:50:10.503--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:50:11.77--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:50:13.501--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:50:14.807--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:50:16.067--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:50:17.315--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-p93m4 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-p93m4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-p93m4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-p93m4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-p93m4 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-p93m4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-p93m4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-p93m4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-p93m4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-p93m4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-p93m4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: ddl: 2023-10-17 08:50:18.685--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:50:20.167--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:50:21.452--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-mzbm9 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-mzbm9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-mzbm9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-mzbm9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-mzbm9 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-mzbm9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-mzbm9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-mzbm9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-mzbm9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-mzbm9, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-mzbm9" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: 2023-10-17 08:50:22.119--ServerSession(1708065896)--Exception [EclipseLink-6137] (Eclipse Persistence Services - 3.0.4.v202310170826): 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.advanced.Employee.(java.lang.String, java.sql.Date, java.lang.Integer) Internal Exception: java.lang.NoSuchMethodException: org.eclipse.persistence.testing.models.jpa.advanced.Employee.(java.lang.String, java.sql.Date, java.lang.Integer) Query: ReportQuery(referenceClass=Employee ) [EL Warning]: ddl: 2023-10-17 08:50:22.706--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: 2023-10-17 08:50:23.337--UnitOfWork(1172366323)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 1307] 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,307 [EL Warning]: 2023-10-17 08:50:23.339--UnitOfWork(587157945)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: An attempt was made to update the object [Employee: 1308], 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.advanced.Employee Primary Key> 1,308 [EL Warning]: ddl: 2023-10-17 08:50:23.953--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: 2023-10-17 08:50:24.592--ServerSession(1708065896)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") Closing factory: customizeAddTarget [EL Warning]: 2023-10-17 08:50:24.804--UnitOfWork(1986737263)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.advanced.GoldBuyer@16716a0e] 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 Closing factory: default1 [EL Info]: 2023-10-17 08:50:36.384--ServerSession(396272652)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:50:36.394--ServerSession(396272652)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: ddl: 2023-10-17 08:50:38.126--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:50:39.414--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. Closing factory: additional-criteria [EL Info]: 2023-10-17 08:50:40.12--ServerSession(90142305)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: ddl: 2023-10-17 08:50:40.255--ServerSession(90142305)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:50:40.258--ServerSession(90142305)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:50:45.306--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-p6g23 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-p6g23" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-p6g23, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-p6g23" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-p6g23 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-p6g23" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-p6g23, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-p6g23" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-p6g23" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-p6g23, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-p6g23" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) Closing factory: cacheablePU [EL Warning]: metadata: 2023-10-17 08:50:46.201--ServerSession(1567235700)--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: 2023-10-17 08:50:46.202--ServerSession(1567235700)--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 Info]: 2023-10-17 08:50:46.207--ServerSession(1567235700)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:50:46.219--ServerSession(1567235700)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:50:46.219--ServerSession(1567235700)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:50:46.219--ServerSession(1567235700)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:50:46.22--ServerSession(1567235700)--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. Closing factory: multi-tenant-shared-emf [EL Warning]: metadata: 2023-10-17 08:50:46.892--ServerSession(2082813995)--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: 2023-10-17 08:50:46.892--ServerSession(2082813995)--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 Info]: 2023-10-17 08:50:46.896--ServerSession(2082813995)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: ejb: 2023-10-17 08:50:46.907--ServerSession(2082813995)--Exception [EclipseLink-7346] (Eclipse Persistence Services - 3.0.4.v202310170826): 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: 2023-10-17 08:50:46.912--ServerSession(45747284)--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: 2023-10-17 08:50:46.912--ServerSession(45747284)--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 Info]: 2023-10-17 08:50:46.915--ServerSession(45747284)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: multi-tenant-123 [EL Warning]: metadata: 2023-10-17 08:50:46.959--ServerSession(1496769715)--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: 2023-10-17 08:50:46.959--ServerSession(1496769715)--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 Info]: 2023-10-17 08:50:46.964--ServerSession(1496769715)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:50:46.973--ServerSession(1496769715)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:50:46.973--ServerSession(1496769715)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:50:46.973--ServerSession(1496769715)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:50:46.974--ServerSession(1496769715)--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. Closing factory: multi-tenant-shared-emf [EL Warning]: metadata: 2023-10-17 08:50:47.034--ServerSession(1895029815)--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: 2023-10-17 08:50:47.034--ServerSession(1895029815)--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 Info]: 2023-10-17 08:50:47.038--ServerSession(1895029815)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: multi-tenant-123 [EL Warning]: metadata: 2023-10-17 08:50:47.102--ServerSession(1587359754)--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: 2023-10-17 08:50:47.103--ServerSession(1587359754)--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 Info]: 2023-10-17 08:50:47.107--ServerSession(1587359754)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:50:47.117--ServerSession(1587359754)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:50:47.117--ServerSession(1587359754)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:50:47.117--ServerSession(1587359754)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:50:47.117--ServerSession(1587359754)--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. Closing factory: multi-tenant-shared-emf [EL Info]: 2023-10-17 08:50:47.135--ServerSession(1558715193)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: ejb: 2023-10-17 08:50:47.153--ServerSession(1558715193)--Exception [EclipseLink-7344] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: VPD (connections and DDL generation) is not supported for the platform: [org.eclipse.persistence.platform.database.MySQLPlatform]. WARNING: VPD tests currently run only on an Oracle platform Closing factory: multi-tenant-vpd [EL Warning]: metadata: 2023-10-17 08:50:47.159--ServerSession(1748209745)--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: 2023-10-17 08:50:47.159--ServerSession(1748209745)--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 Info]: 2023-10-17 08:50:47.163--ServerSession(1748209745)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:50:47.174--ServerSession(1748209745)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:50:47.175--ServerSession(1748209745)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:50:47.175--ServerSession(1748209745)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:50:47.175--ServerSession(1748209745)--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. Closing factory: multi-tenant-shared-emf [EL Warning]: metadata: 2023-10-17 08:50:47.202--ServerSession(1135694564)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:47.202--ServerSession(1135694564)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:47.202--ServerSession(1135694564)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:47.202--ServerSession(1135694564)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:47.202--ServerSession(1135694564)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:47.202--ServerSession(1135694564)--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 Info]: 2023-10-17 08:50:47.206--ServerSession(1135694564)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: multi-tenant-table-per-tenant [EL Warning]: metadata: 2023-10-17 08:50:47.263--ServerSession(2004344890)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:47.263--ServerSession(2004344890)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:47.263--ServerSession(2004344890)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:47.263--ServerSession(2004344890)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:47.263--ServerSession(2004344890)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:50:47.264--ServerSession(2004344890)--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 Info]: 2023-10-17 08:50:47.267--ServerSession(2004344890)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: multi-tenant-table-per-tenant-C [EL Info]: 2023-10-17 08:50:47.303--ServerSession(773164204)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:50:47.326--ServerSession(773164204)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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;") [EL Info]: 2023-10-17 08:50:47.348--ServerSession(290606846)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: ddl: 2023-10-17 08:50:49.64--ServerSession(290606846)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Info]: 2023-10-17 08:50:50.877--ServerSession(166356045)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-tb1xv because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-tb1xv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-tb1xv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-tb1xv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-tb1xv io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-tb1xv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-tb1xv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-tb1xv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-tb1xv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-tb1xv, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-tb1xv" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: ddl: 2023-10-17 08:50:55.218--ServerSession(166356045)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Info]: 2023-10-17 08:50:56.388--ServerSession(773164204)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:50:56.399--ServerSession(1383513552)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:50:56.415--ServerSession(864483615)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:50:56.433--ServerSession(280259480)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: ddl: 2023-10-17 08:50:57.207--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-s4hcz because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-s4hcz" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-s4hcz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-s4hcz" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-s4hcz io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-s4hcz" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-s4hcz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-s4hcz" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-s4hcz" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-s4hcz, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-s4hcz" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: ddl: 2023-10-17 08:51:04.464--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:51:05.713--ServerSession(1708065896)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: jpa: 2023-10-17 08:51:07.802--java.io.FileNotFoundException: MetadataCachingTestProject.file (No such file or directory) [EL Warning]: metadata: 2023-10-17 08:51:07.829--ServerSession(2096864924)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.ValidationException Exception Description: There is no mapping file called [META-INF/non-existant-orm-file.xml] in classpath for persistence unit named [default]. [EL Warning]: metadata: 2023-10-17 08:51:07.907--ServerSession(2096864924)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: 2023-10-17 08:51:07.907--ServerSession(2096864924)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: 2023-10-17 08:51:07.919--ServerSession(2096864924)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: 2023-10-17 08:51:07.937--ServerSession(2096864924)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:51:07.939--ServerSession(2096864924)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2023-10-17 08:51:07.945--ServerSession(2096864924)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:51:07.946--ServerSession(2096864924)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:51:07.947--ServerSession(2096864924)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:51:07.948--ServerSession(2096864924)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2023-10-17 08:51:07.948--ServerSession(2096864924)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2023-10-17 08:51:07.949--ServerSession(2096864924)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: 2023-10-17 08:51:07.95--ServerSession(2096864924)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:51:07.951--ServerSession(2096864924)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:51:07.951--ServerSession(2096864924)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: 2023-10-17 08:51:07.962--ServerSession(2096864924)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:51:07.962--ServerSession(2096864924)--The reference column name [ID] mapped on the element [field committees] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:51:07.964--ServerSession(2096864924)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: 2023-10-17 08:51:07.964--ServerSession(2096864924)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:51:07.965--ServerSession(2096864924)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:51:07.965--ServerSession(2096864924)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:51:07.965--ServerSession(2096864924)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:51:07.965--ServerSession(2096864924)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Warning]: metadata: 2023-10-17 08:51:07.965--ServerSession(2096864924)--The reference column name [ID] mapped on the element [field witnesses] does not correspond to a valid id or basic field/column on the mapping reference. Will use referenced column name as provided. [EL Info]: 2023-10-17 08:51:08.445--ServerSession(2096864924)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:51:08.472--ServerSession(2096864924)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:51:08.475--ServerSession(2096864924)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:51:08.476--ServerSession(2096864924)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:51:08.488--ServerSession(2096864924)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:51:08.49--ServerSession(2096864924)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:51:08.491--ServerSession(2096864924)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:51:08.492--ServerSession(2096864924)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:51:08.492--ServerSession(2096864924)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:51:08.493--ServerSession(2096864924)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:51:08.494--ServerSession(2096864924)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:51:08.495--ServerSession(2096864924)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:51:08.497--ServerSession(2096864924)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: 2023-10-17 08:51:08.5--ServerSession(2096864924)--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 Info]: 2023-10-17 08:51:09.541--ServerSession(2106889919)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:51:09.575--ServerSession(2106889919)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:51:09.578--ServerSession(2106889919)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:51:09.58--ServerSession(2106889919)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:51:09.592--ServerSession(2106889919)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:51:09.593--ServerSession(2106889919)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:51:09.594--ServerSession(2106889919)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:51:09.595--ServerSession(2106889919)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[vitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:51:09.595--ServerSession(2106889919)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:51:09.596--ServerSession(2106889919)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:51:09.597--ServerSession(2106889919)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:51:09.599--ServerSession(2106889919)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[accredidation] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:51:09.6--ServerSession(2106889919)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: 2023-10-17 08:51:09.603--ServerSession(2106889919)--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]: ddl: 2023-10-17 08:51:10.226--ServerSession(2106889919)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Fine]: server: 2023-10-17 08:51:11.053--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Config]: metadata: 2023-10-17 08:51:11.057--ServerSession(558748124)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.Project] is set to [VIRTUAL]. [EL Config]: metadata: 2023-10-17 08:51:11.057--ServerSession(558748124)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.SmallProject] is set to [VIRTUAL]. [EL Config]: metadata: 2023-10-17 08:51:11.057--ServerSession(558748124)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.Person] is set to [VIRTUAL]. [EL Config]: metadata: 2023-10-17 08:51:11.057--ServerSession(558748124)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] is set to [VIRTUAL]. [EL Config]: metadata: 2023-10-17 08:51:11.058--ServerSession(558748124)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.PhoneNumber] is set to [VIRTUAL]. [EL Config]: metadata: 2023-10-17 08:51:11.058--ServerSession(558748124)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.Address] is set to [VIRTUAL]. [EL Config]: metadata: 2023-10-17 08:51:11.058--ServerSession(558748124)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.LargeProject] is set to [VIRTUAL]. [EL Config]: metadata: 2023-10-17 08:51:11.058--ServerSession(558748124)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.tests.jpa.config.EmploymentPeriod] is set to [VIRTUAL]. [EL Config]: metadata: 2023-10-17 08:51:11.058--ServerSession(558748124)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.SmallProject] is being defaulted to: SmallProject. [EL Config]: metadata: 2023-10-17 08:51:11.058--ServerSession(558748124)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.Project] is being defaulted to: Project. [EL Config]: metadata: 2023-10-17 08:51:11.059--ServerSession(558748124)--Thread(Thread[main,5,main])--Optimistic locking metadata is already defined on the descriptor for the entity [method get]. Ignoring version specification on element [{1}]. [EL Config]: metadata: 2023-10-17 08:51:11.059--ServerSession(558748124)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.tests.jpa.config.SmallProject] is being defaulted to: PROJ_ID. [EL Config]: metadata: 2023-10-17 08:51:11.059--ServerSession(558748124)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.tests.jpa.config.SmallProject] is being defaulted to: PROJ_ID. [EL Config]: metadata: 2023-10-17 08:51:11.059--ServerSession(558748124)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.Person] is being defaulted to: Person. [EL Config]: metadata: 2023-10-17 08:51:11.059--ServerSession(558748124)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: NAME. [EL Config]: metadata: 2023-10-17 08:51:11.059--ServerSession(558748124)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.Employee] is being defaulted to: Employee. [EL Config]: metadata: 2023-10-17 08:51:11.06--ServerSession(558748124)--Thread(Thread[main,5,main])--Ignoring default serialization 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: 2023-10-17 08:51:11.06--ServerSession(558748124)--Thread(Thread[main,5,main])--Ignoring JPA 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 Config]: metadata: 2023-10-17 08:51:11.06--ServerSession(558748124)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: SALARY. [EL Config]: metadata: 2023-10-17 08:51:11.06--ServerSession(558748124)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: PAYSCALE. [EL Warning]: metadata: 2023-10-17 08:51:11.06--ServerSession(558748124)--Thread(Thread[main,5,main])--Ignoring JPA 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 Config]: metadata: 2023-10-17 08:51:11.06--ServerSession(558748124)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.PhoneNumber] is being defaulted to: PhoneNumber. [EL Config]: metadata: 2023-10-17 08:51:11.06--ServerSession(558748124)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.Address] is being defaulted to: Address. [EL Config]: metadata: 2023-10-17 08:51:11.06--ServerSession(558748124)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: COUNTRY. [EL Config]: metadata: 2023-10-17 08:51:11.06--ServerSession(558748124)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: PROVINCE. [EL Config]: metadata: 2023-10-17 08:51:11.06--ServerSession(558748124)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: CITY. [EL Config]: metadata: 2023-10-17 08:51:11.06--ServerSession(558748124)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: STREET. [EL Config]: metadata: 2023-10-17 08:51:11.06--ServerSession(558748124)--Thread(Thread[main,5,main])--The column name for element [get] is being defaulted to: POSTALCODE. [EL Config]: metadata: 2023-10-17 08:51:11.06--ServerSession(558748124)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.tests.jpa.config.LargeProject] is being defaulted to: LargeProject. [EL Config]: metadata: 2023-10-17 08:51:11.061--ServerSession(558748124)--Thread(Thread[main,5,main])--The primary key column name for the inheritance class [class org.eclipse.persistence.testing.tests.jpa.config.LargeProject] is being defaulted to: PROJ_ID. [EL Config]: metadata: 2023-10-17 08:51:11.061--ServerSession(558748124)--Thread(Thread[main,5,main])--The foreign key column name for the inheritance class [org.eclipse.persistence.testing.tests.jpa.config.LargeProject] is being defaulted to: PROJ_ID. [EL Config]: metadata: 2023-10-17 08:51:11.061--ServerSession(558748124)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method get] is being defaulted to: EMP_ID. [EL Config]: metadata: 2023-10-17 08:51:11.061--ServerSession(558748124)--Thread(Thread[main,5,main])--The data type for the converter named [CreditLine] used with the element [method get] in the entity [class org.eclipse.persistence.testing.tests.jpa.config.Employee] is being defaulted to [class java.lang.String]. [EL Config]: metadata: 2023-10-17 08:51:11.061--ServerSession(558748124)--Thread(Thread[main,5,main])--The object type for the converter named [CreditLine] used with the element [method get] in the entity [class org.eclipse.persistence.testing.tests.jpa.config.Employee] is being defaulted to [class java.lang.String]. [EL Warning]: metadata: 2023-10-17 08:51:11.061--ServerSession(558748124)--Thread(Thread[main,5,main])--Ignoring JPA 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: 2023-10-17 08:51:11.061--ServerSession(558748124)--Thread(Thread[main,5,main])--Ignoring JPA 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 Config]: metadata: 2023-10-17 08:51:11.061--ServerSession(558748124)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method get] is being defaulted to: EMP_ID. [EL Config]: metadata: 2023-10-17 08:51:11.061--ServerSession(558748124)--Thread(Thread[main,5,main])--The primary key column name for the mapping element [method get] is being defaulted to: ADDRESS_ID. [EL Config]: weaver: 2023-10-17 08:51:11.061--ServerSession(558748124)--Thread(Thread[main,5,main])--Class org.eclipse.persistence.testing.tests.jpa.config.Employee could not be weaved for change tracking as it is not supported by its mappings. [EL Info]: 2023-10-17 08:51:11.091--ServerSession(558748124)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Fine]: connection: 2023-10-17 08:51:11.099--Thread(Thread[main,5,main])--Detected database platform: org.eclipse.persistence.platform.database.MySQLPlatform [EL Fine]: connection: 2023-10-17 08:51:11.099--ServerSession(558748124)--Connection(1199947810)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2023-10-17 08:51:11.107--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2023-10-17 08:51:11.11--ServerSession(558748124)--Thread(Thread[main,5,main])--ConfigPUTestSuite login successful [EL Config]: metadata: 2023-10-17 08:51:11.11--Thread(Thread[main,5,main])--The default table generator could not locate or convert a java type (null) into a database type for database field (CFGPU_SALARY.E_ID). The generator uses "java.lang.String" as default java type for the field. [EL Fine]: sql: 2023-10-17 08:51:11.11--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PROJECT DROP FOREIGN KEY FK_CFGPU_PROJECT_LEADER_ID [EL Fine]: sql: 2023-10-17 08:51:11.111--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.111--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_PROJECT' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_PROJECT DROP FOREIGN KEY FK_CFGPU_PROJECT_LEADER_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_PROJECT DROP FOREIGN KEY FK_CFGPU_PROJECT_LEADER_ID") [EL Fine]: sql: 2023-10-17 08:51:11.111--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_ADDR_ID [EL Fine]: sql: 2023-10-17 08:51:11.112--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.112--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_EMPLOYEE' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_ADDR_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_ADDR_ID") [EL Fine]: sql: 2023-10-17 08:51:11.112--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_MANAGER_EMP_ID [EL Fine]: sql: 2023-10-17 08:51:11.112--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.113--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_EMPLOYEE' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_MANAGER_EMP_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_EMPLOYEE DROP FOREIGN KEY FK_CFGPU_EMPLOYEE_MANAGER_EMP_ID") [EL Fine]: sql: 2023-10-17 08:51:11.113--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_SALARY DROP FOREIGN KEY FK_CFGPU_SALARY_E_ID [EL Fine]: sql: 2023-10-17 08:51:11.113--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.113--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_SALARY' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_SALARY DROP FOREIGN KEY FK_CFGPU_SALARY_E_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_SALARY DROP FOREIGN KEY FK_CFGPU_SALARY_E_ID") [EL Fine]: sql: 2023-10-17 08:51:11.113--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PHONENUMBER DROP FOREIGN KEY FK_CFGPU_PHONENUMBER_OWNER_ID [EL Fine]: sql: 2023-10-17 08:51:11.113--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.114--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_PHONENUMBER' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_PHONENUMBER DROP FOREIGN KEY FK_CFGPU_PHONENUMBER_OWNER_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_PHONENUMBER DROP FOREIGN KEY FK_CFGPU_PHONENUMBER_OWNER_ID") [EL Fine]: sql: 2023-10-17 08:51:11.114--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_LPROJECT DROP FOREIGN KEY FK_CFGPU_LPROJECT_PROJ_ID [EL Fine]: sql: 2023-10-17 08:51:11.114--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.114--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_LPROJECT' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_LPROJECT DROP FOREIGN KEY FK_CFGPU_LPROJECT_PROJ_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_LPROJECT DROP FOREIGN KEY FK_CFGPU_LPROJECT_PROJ_ID") [EL Fine]: sql: 2023-10-17 08:51:11.114--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_EMP_CREDITLINES DROP FOREIGN KEY FK_CFGPU_EMP_CREDITLINES_EMP_ID [EL Fine]: sql: 2023-10-17 08:51:11.114--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.115--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_EMP_CREDITLINES' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_EMP_CREDITLINES DROP FOREIGN KEY FK_CFGPU_EMP_CREDITLINES_EMP_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_EMP_CREDITLINES DROP FOREIGN KEY FK_CFGPU_EMP_CREDITLINES_EMP_ID") [EL Fine]: sql: 2023-10-17 08:51:11.115--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_PROJ_ID [EL Fine]: sql: 2023-10-17 08:51:11.115--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.115--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_PROJ_EMP' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_PROJ_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_PROJ_ID") [EL Fine]: sql: 2023-10-17 08:51:11.115--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_EMP_ID [EL Fine]: sql: 2023-10-17 08:51:11.115--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.116--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CFGPU_PROJ_EMP' doesn't exist Error Code: 1146 Call: ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_EMP_ID Query: DataModifyQuery(sql="ALTER TABLE CFGPU_PROJ_EMP DROP FOREIGN KEY FK_CFGPU_PROJ_EMP_EMP_ID") [EL Fine]: sql: 2023-10-17 08:51:11.116--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT [EL Fine]: sql: 2023-10-17 08:51:11.116--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.116--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_PROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJECT") [EL Fine]: sql: 2023-10-17 08:51:11.116--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON [EL Fine]: sql: 2023-10-17 08:51:11.117--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.117--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PERSON' Error Code: 1051 Call: DROP TABLE CFGPU_PERSON Query: DataModifyQuery(sql="DROP TABLE CFGPU_PERSON") [EL Fine]: sql: 2023-10-17 08:51:11.117--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE [EL Fine]: sql: 2023-10-17 08:51:11.117--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.117--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMPLOYEE' Error Code: 1051 Call: DROP TABLE CFGPU_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMPLOYEE") [EL Fine]: sql: 2023-10-17 08:51:11.118--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY [EL Fine]: sql: 2023-10-17 08:51:11.118--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.118--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_SALARY' Error Code: 1051 Call: DROP TABLE CFGPU_SALARY Query: DataModifyQuery(sql="DROP TABLE CFGPU_SALARY") [EL Fine]: sql: 2023-10-17 08:51:11.118--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER [EL Fine]: sql: 2023-10-17 08:51:11.119--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.119--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PHONENUMBER' Error Code: 1051 Call: DROP TABLE CFGPU_PHONENUMBER Query: DataModifyQuery(sql="DROP TABLE CFGPU_PHONENUMBER") [EL Fine]: sql: 2023-10-17 08:51:11.119--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS [EL Fine]: sql: 2023-10-17 08:51:11.119--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.119--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_ADDRESS' Error Code: 1051 Call: DROP TABLE CFGPU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CFGPU_ADDRESS") [EL Fine]: sql: 2023-10-17 08:51:11.119--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT [EL Fine]: sql: 2023-10-17 08:51:11.12--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.12--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_LPROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_LPROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_LPROJECT") [EL Fine]: sql: 2023-10-17 08:51:11.12--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES [EL Fine]: sql: 2023-10-17 08:51:11.12--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.121--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMP_CREDITLINES' Error Code: 1051 Call: DROP TABLE CFGPU_EMP_CREDITLINES Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMP_CREDITLINES") [EL Fine]: sql: 2023-10-17 08:51:11.121--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP [EL Fine]: sql: 2023-10-17 08:51:11.121--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.121--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJ_EMP' Error Code: 1051 Call: DROP TABLE CFGPU_PROJ_EMP Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJ_EMP") [EL Fine]: sql: 2023-10-17 08:51:11.121--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT [EL Fine]: sql: 2023-10-17 08:51:11.122--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.122--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_PROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJECT") [EL Fine]: sql: 2023-10-17 08:51:11.122--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON [EL Fine]: sql: 2023-10-17 08:51:11.122--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.122--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PERSON' Error Code: 1051 Call: DROP TABLE CFGPU_PERSON Query: DataModifyQuery(sql="DROP TABLE CFGPU_PERSON") [EL Fine]: sql: 2023-10-17 08:51:11.123--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE [EL Fine]: sql: 2023-10-17 08:51:11.123--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.123--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMPLOYEE' Error Code: 1051 Call: DROP TABLE CFGPU_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMPLOYEE") [EL Fine]: sql: 2023-10-17 08:51:11.123--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY [EL Fine]: sql: 2023-10-17 08:51:11.124--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.124--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_SALARY' Error Code: 1051 Call: DROP TABLE CFGPU_SALARY Query: DataModifyQuery(sql="DROP TABLE CFGPU_SALARY") [EL Fine]: sql: 2023-10-17 08:51:11.124--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER [EL Fine]: sql: 2023-10-17 08:51:11.124--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.124--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PHONENUMBER' Error Code: 1051 Call: DROP TABLE CFGPU_PHONENUMBER Query: DataModifyQuery(sql="DROP TABLE CFGPU_PHONENUMBER") [EL Fine]: sql: 2023-10-17 08:51:11.124--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS [EL Fine]: sql: 2023-10-17 08:51:11.125--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.125--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_ADDRESS' Error Code: 1051 Call: DROP TABLE CFGPU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CFGPU_ADDRESS") [EL Fine]: sql: 2023-10-17 08:51:11.125--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT [EL Fine]: sql: 2023-10-17 08:51:11.125--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.126--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_LPROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_LPROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_LPROJECT") [EL Fine]: sql: 2023-10-17 08:51:11.126--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES [EL Fine]: sql: 2023-10-17 08:51:11.126--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.126--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMP_CREDITLINES' Error Code: 1051 Call: DROP TABLE CFGPU_EMP_CREDITLINES Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMP_CREDITLINES") [EL Fine]: sql: 2023-10-17 08:51:11.126--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP [EL Fine]: sql: 2023-10-17 08:51:11.127--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.127--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJ_EMP' Error Code: 1051 Call: DROP TABLE CFGPU_PROJ_EMP Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJ_EMP") [EL Fine]: sql: 2023-10-17 08:51:11.127--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT [EL Fine]: sql: 2023-10-17 08:51:11.127--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.128--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_PROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJECT") [EL Fine]: sql: 2023-10-17 08:51:11.128--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON [EL Fine]: sql: 2023-10-17 08:51:11.128--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.129--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PERSON' Error Code: 1051 Call: DROP TABLE CFGPU_PERSON Query: DataModifyQuery(sql="DROP TABLE CFGPU_PERSON") [EL Fine]: sql: 2023-10-17 08:51:11.129--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE [EL Fine]: sql: 2023-10-17 08:51:11.129--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.129--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMPLOYEE' Error Code: 1051 Call: DROP TABLE CFGPU_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMPLOYEE") [EL Fine]: sql: 2023-10-17 08:51:11.129--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY [EL Fine]: sql: 2023-10-17 08:51:11.13--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.13--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_SALARY' Error Code: 1051 Call: DROP TABLE CFGPU_SALARY Query: DataModifyQuery(sql="DROP TABLE CFGPU_SALARY") [EL Fine]: sql: 2023-10-17 08:51:11.13--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER [EL Fine]: sql: 2023-10-17 08:51:11.131--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.131--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PHONENUMBER' Error Code: 1051 Call: DROP TABLE CFGPU_PHONENUMBER Query: DataModifyQuery(sql="DROP TABLE CFGPU_PHONENUMBER") [EL Fine]: sql: 2023-10-17 08:51:11.131--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS [EL Fine]: sql: 2023-10-17 08:51:11.132--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.132--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_ADDRESS' Error Code: 1051 Call: DROP TABLE CFGPU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CFGPU_ADDRESS") [EL Fine]: sql: 2023-10-17 08:51:11.132--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT [EL Fine]: sql: 2023-10-17 08:51:11.133--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.133--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_LPROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_LPROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_LPROJECT") [EL Fine]: sql: 2023-10-17 08:51:11.133--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES [EL Fine]: sql: 2023-10-17 08:51:11.134--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.134--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMP_CREDITLINES' Error Code: 1051 Call: DROP TABLE CFGPU_EMP_CREDITLINES Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMP_CREDITLINES") [EL Fine]: sql: 2023-10-17 08:51:11.134--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP [EL Fine]: sql: 2023-10-17 08:51:11.135--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.135--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJ_EMP' Error Code: 1051 Call: DROP TABLE CFGPU_PROJ_EMP Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJ_EMP") [EL Fine]: sql: 2023-10-17 08:51:11.135--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT [EL Fine]: sql: 2023-10-17 08:51:11.135--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.136--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_PROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJECT") [EL Fine]: sql: 2023-10-17 08:51:11.136--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON [EL Fine]: sql: 2023-10-17 08:51:11.136--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.136--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PERSON' Error Code: 1051 Call: DROP TABLE CFGPU_PERSON Query: DataModifyQuery(sql="DROP TABLE CFGPU_PERSON") [EL Fine]: sql: 2023-10-17 08:51:11.136--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE [EL Fine]: sql: 2023-10-17 08:51:11.137--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.137--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMPLOYEE' Error Code: 1051 Call: DROP TABLE CFGPU_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMPLOYEE") [EL Fine]: sql: 2023-10-17 08:51:11.137--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY [EL Fine]: sql: 2023-10-17 08:51:11.138--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.138--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_SALARY' Error Code: 1051 Call: DROP TABLE CFGPU_SALARY Query: DataModifyQuery(sql="DROP TABLE CFGPU_SALARY") [EL Fine]: sql: 2023-10-17 08:51:11.138--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER [EL Fine]: sql: 2023-10-17 08:51:11.139--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.139--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PHONENUMBER' Error Code: 1051 Call: DROP TABLE CFGPU_PHONENUMBER Query: DataModifyQuery(sql="DROP TABLE CFGPU_PHONENUMBER") [EL Fine]: sql: 2023-10-17 08:51:11.139--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS [EL Fine]: sql: 2023-10-17 08:51:11.14--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.14--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_ADDRESS' Error Code: 1051 Call: DROP TABLE CFGPU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CFGPU_ADDRESS") [EL Fine]: sql: 2023-10-17 08:51:11.14--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT [EL Fine]: sql: 2023-10-17 08:51:11.141--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.141--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_LPROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_LPROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_LPROJECT") [EL Fine]: sql: 2023-10-17 08:51:11.141--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES [EL Fine]: sql: 2023-10-17 08:51:11.142--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.142--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMP_CREDITLINES' Error Code: 1051 Call: DROP TABLE CFGPU_EMP_CREDITLINES Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMP_CREDITLINES") [EL Fine]: sql: 2023-10-17 08:51:11.142--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP [EL Fine]: sql: 2023-10-17 08:51:11.142--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.143--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJ_EMP' Error Code: 1051 Call: DROP TABLE CFGPU_PROJ_EMP Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJ_EMP") [EL Fine]: sql: 2023-10-17 08:51:11.143--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJECT [EL Fine]: sql: 2023-10-17 08:51:11.143--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.143--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_PROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJECT") [EL Fine]: sql: 2023-10-17 08:51:11.143--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PERSON [EL Fine]: sql: 2023-10-17 08:51:11.144--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.144--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PERSON' Error Code: 1051 Call: DROP TABLE CFGPU_PERSON Query: DataModifyQuery(sql="DROP TABLE CFGPU_PERSON") [EL Fine]: sql: 2023-10-17 08:51:11.144--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMPLOYEE [EL Fine]: sql: 2023-10-17 08:51:11.145--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.145--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMPLOYEE' Error Code: 1051 Call: DROP TABLE CFGPU_EMPLOYEE Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMPLOYEE") [EL Fine]: sql: 2023-10-17 08:51:11.145--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_SALARY [EL Fine]: sql: 2023-10-17 08:51:11.146--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.146--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_SALARY' Error Code: 1051 Call: DROP TABLE CFGPU_SALARY Query: DataModifyQuery(sql="DROP TABLE CFGPU_SALARY") [EL Fine]: sql: 2023-10-17 08:51:11.146--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PHONENUMBER [EL Fine]: sql: 2023-10-17 08:51:11.147--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.147--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PHONENUMBER' Error Code: 1051 Call: DROP TABLE CFGPU_PHONENUMBER Query: DataModifyQuery(sql="DROP TABLE CFGPU_PHONENUMBER") [EL Fine]: sql: 2023-10-17 08:51:11.147--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_ADDRESS [EL Fine]: sql: 2023-10-17 08:51:11.148--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.148--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_ADDRESS' Error Code: 1051 Call: DROP TABLE CFGPU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CFGPU_ADDRESS") [EL Fine]: sql: 2023-10-17 08:51:11.148--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_LPROJECT [EL Fine]: sql: 2023-10-17 08:51:11.149--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.149--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_LPROJECT' Error Code: 1051 Call: DROP TABLE CFGPU_LPROJECT Query: DataModifyQuery(sql="DROP TABLE CFGPU_LPROJECT") [EL Fine]: sql: 2023-10-17 08:51:11.149--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_EMP_CREDITLINES [EL Fine]: sql: 2023-10-17 08:51:11.149--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.15--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_EMP_CREDITLINES' Error Code: 1051 Call: DROP TABLE CFGPU_EMP_CREDITLINES Query: DataModifyQuery(sql="DROP TABLE CFGPU_EMP_CREDITLINES") [EL Fine]: sql: 2023-10-17 08:51:11.15--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DROP TABLE CFGPU_PROJ_EMP [EL Fine]: sql: 2023-10-17 08:51:11.15--ServerSession(558748124)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:51:11.15--ServerSession(558748124)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CFGPU_PROJ_EMP' Error Code: 1051 Call: DROP TABLE CFGPU_PROJ_EMP Query: DataModifyQuery(sql="DROP TABLE CFGPU_PROJ_EMP") [EL Fine]: sql: 2023-10-17 08:51:11.151--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_PROJECT (PROJ_ID INTEGER AUTO_INCREMENT NOT NULL, PROJ_TYPE VARCHAR(31), DESCRIP VARCHAR(255), PROJ_NAME VARCHAR(255), VERSION INTEGER, LEADER_ID VARCHAR(255), PRIMARY KEY (PROJ_ID)) [EL Fine]: sql: 2023-10-17 08:51:11.155--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_PERSON (P_ID INTEGER NOT NULL, NAME VARCHAR(255), PRIMARY KEY (P_ID)) [EL Fine]: sql: 2023-10-17 08:51:11.159--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_EMPLOYEE (EMP_ID VARCHAR(255) NOT NULL, F_NAME VARCHAR(255), GENDER VARCHAR(255), L_NAME VARCHAR(255), PAYSCALE VARCHAR(255), SIN VARCHAR(255), VERSION INTEGER, END_DATE DATE, START_DATE DATE NOT NULL, ADDR_ID INTEGER, MANAGER_EMP_ID VARCHAR(255), PRIMARY KEY (EMP_ID)) [EL Fine]: sql: 2023-10-17 08:51:11.162--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_SALARY (E_ID VARCHAR(255) NOT NULL, SALARY INTEGER, PRIMARY KEY (E_ID)) [EL Fine]: sql: 2023-10-17 08:51:11.165--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_PHONENUMBER (TYPE VARCHAR(255) NOT NULL, AREA_CODE VARCHAR(255), OWNER_ID VARCHAR(255) NOT NULL, NUMB VARCHAR(255), PRIMARY KEY (TYPE, OWNER_ID)) [EL Fine]: sql: 2023-10-17 08:51:11.168--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_ADDRESS (ADDRESS_ID INTEGER AUTO_INCREMENT NOT NULL, CITY VARCHAR(255), COUNTRY VARCHAR(255), POSTALCODE VARCHAR(255), PROVINCE VARCHAR(255), STREET VARCHAR(255), PRIMARY KEY (ADDRESS_ID)) [EL Fine]: sql: 2023-10-17 08:51:11.17--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_LPROJECT (PROJ_ID INTEGER NOT NULL, PRIMARY KEY (PROJ_ID)) [EL Fine]: sql: 2023-10-17 08:51:11.173--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_EMP_CREDITLINES (EMP_ID VARCHAR(255), ACCOUNT VARCHAR(255), BANK VARCHAR(255)) [EL Fine]: sql: 2023-10-17 08:51:11.176--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_PROJ_EMP (EMP_ID VARCHAR(255) NOT NULL, PROJ_ID INTEGER NOT NULL, PRIMARY KEY (EMP_ID, PROJ_ID)) [EL Fine]: sql: 2023-10-17 08:51:11.178--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PROJECT ADD CONSTRAINT FK_CFGPU_PROJECT_LEADER_ID FOREIGN KEY (LEADER_ID) REFERENCES CFGPU_EMPLOYEE (EMP_ID) [EL Fine]: sql: 2023-10-17 08:51:11.187--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_EMPLOYEE ADD CONSTRAINT FK_CFGPU_EMPLOYEE_ADDR_ID FOREIGN KEY (ADDR_ID) REFERENCES CFGPU_ADDRESS (ADDRESS_ID) [EL Fine]: sql: 2023-10-17 08:51:11.198--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_EMPLOYEE ADD CONSTRAINT FK_CFGPU_EMPLOYEE_MANAGER_EMP_ID FOREIGN KEY (MANAGER_EMP_ID) REFERENCES CFGPU_EMPLOYEE (EMP_ID) [EL Fine]: sql: 2023-10-17 08:51:11.212--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_SALARY ADD CONSTRAINT FK_CFGPU_SALARY_E_ID FOREIGN KEY (E_ID) REFERENCES CFGPU_EMPLOYEE (EMP_ID) [EL Fine]: sql: 2023-10-17 08:51:11.219--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PHONENUMBER ADD CONSTRAINT FK_CFGPU_PHONENUMBER_OWNER_ID FOREIGN KEY (OWNER_ID) REFERENCES CFGPU_EMPLOYEE (EMP_ID) [EL Fine]: sql: 2023-10-17 08:51:11.228--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_LPROJECT ADD CONSTRAINT FK_CFGPU_LPROJECT_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CFGPU_PROJECT (PROJ_ID) [EL Fine]: sql: 2023-10-17 08:51:11.235--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_EMP_CREDITLINES ADD CONSTRAINT FK_CFGPU_EMP_CREDITLINES_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CFGPU_EMPLOYEE (EMP_ID) [EL Fine]: sql: 2023-10-17 08:51:11.245--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PROJ_EMP ADD CONSTRAINT FK_CFGPU_PROJ_EMP_PROJ_ID FOREIGN KEY (PROJ_ID) REFERENCES CFGPU_PROJECT (PROJ_ID) [EL Fine]: sql: 2023-10-17 08:51:11.252--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--ALTER TABLE CFGPU_PROJ_EMP ADD CONSTRAINT FK_CFGPU_PROJ_EMP_EMP_ID FOREIGN KEY (EMP_ID) REFERENCES CFGPU_EMPLOYEE (EMP_ID) [EL Fine]: sql: 2023-10-17 08:51:11.264--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DELETE FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [EL Fine]: sql: 2023-10-17 08:51:11.264--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--SELECT * FROM SEQUENCE WHERE SEQ_NAME = 'SEQ_GEN' [EL Fine]: sql: 2023-10-17 08:51:11.264--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--INSERT INTO SEQUENCE(SEQ_NAME, SEQ_COUNT) values ('SEQ_GEN', 0) [EL Fine]: sql: 2023-10-17 08:51:11.266--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--CREATE TABLE CFGPU_EMPLOYEE_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) [EL Fine]: sql: 2023-10-17 08:51:11.269--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--DELETE FROM CFGPU_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMP_SEQ' [EL Fine]: sql: 2023-10-17 08:51:11.27--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--SELECT * FROM CFGPU_EMPLOYEE_SEQ WHERE SEQ_NAME = 'EMP_SEQ' [EL Fine]: sql: 2023-10-17 08:51:11.27--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--INSERT INTO CFGPU_EMPLOYEE_SEQ(SEQ_NAME, SEQ_COUNT) values ('EMP_SEQ', 0) [EL Fine]: sql: 2023-10-17 08:51:11.272--ClientSession(657543126)--Connection(1183593218)--Thread(Thread[main,5,main])--UPDATE SEQUENCE SET SEQ_COUNT = SEQ_COUNT + ? WHERE SEQ_NAME = ? bind => [50, SEQ_GEN] [EL Fine]: sql: 2023-10-17 08:51:11.272--ClientSession(657543126)--Connection(1183593218)--Thread(Thread[main,5,main])--SELECT SEQ_COUNT FROM SEQUENCE WHERE SEQ_NAME = ? bind => [SEQ_GEN] [EL Fine]: sql: 2023-10-17 08:51:11.273--ClientSession(657543126)--Connection(1183593218)--Thread(Thread[main,5,main])--INSERT INTO CFGPU_PERSON (P_ID, NAME) VALUES (?, ?) bind => [1, Test] [EL Fine]: connection: 2023-10-17 08:51:11.274--ServerSession(558748124)--Connection(1183593218)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2023-10-17 08:51:11.274--ServerSession(558748124)--Thread(Thread[main,5,main])--ConfigPUTestSuite logout successful [EL Fine]: connection: 2023-10-17 08:51:11.274--ServerSession(558748124)--Connection(1199947810)--Thread(Thread[main,5,main])--disconnect [EL Warning]: ddl: 2023-10-17 08:51:11.843--ServerSession(2106889919)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-hjjn5 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-hjjn5" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-hjjn5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-hjjn5" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-hjjn5 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-hjjn5" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-hjjn5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-hjjn5" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-hjjn5" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-hjjn5, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-hjjn5" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) testSetup Closing factory: multi-tenant-schema-per-tenant [EL Info]: 2023-10-17 08:51:12.523--ServerSession(1629660499)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: ddl: 2023-10-17 08:51:13.113--ServerSession(1629660499)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. Closing factory: embeddable [EL Info]: 2023-10-17 08:51:13.661--ServerSession(934543264)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: ejb: 2023-10-17 08:51:13.673--ServerSession(934543264)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:51:13.679--ServerSession(1114454717)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: ejb: 2023-10-17 08:51:13.693--ServerSession(568042299)--Exception [EclipseLink-0] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.JPQLException Exception Description: Problem compiling [SELECT a FROM Alien a]. [14, 19] The abstract schema type 'Alien' is unknown. [EL Warning]: metadata: ServerSession(1893693864)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1893693864)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(1893693864)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(1893693864)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(1893693864)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1893693864)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1893693864)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1893693864)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1893693864)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1893693864)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1893693864)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1893693864)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1893693864)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1893693864)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1893693864)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1893693864)--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(1893693864)--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(1893693864)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(1893693864)--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(1893693864)--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(1893693864)--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(1893693864)--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(1893693864)--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(1893693864)--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(1893693864)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1893693864)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1893693864)--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(1893693864)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1893693864)--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(1893693864)--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(1893693864)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1893693864)--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(1893693864)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1893693864)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1893693864)--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(1893693864)--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(1893693864)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(1893693864)--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]: UnitOfWork(1530867613)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@4cccc105] 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]: UnitOfWork(868239566)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin@3c33a279] 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]: UnitOfWork(645831122)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@1fa33ced] 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]: UnitOfWork(727767477)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Gun@4acf421a] 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 [EL Warning]: UnitOfWork(1921119922)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@630de836] 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> 5 [EL Warning]: UnitOfWork(1535083367)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.SpecialAssassin@798d45f9] 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> 7 [EL Warning]: UnitOfWork(416578236)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Assassin@34db9de0] 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> 8 [EL Warning]: UnitOfWork(1180273508)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.inheritance.Gun@939f41d] 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> 3 [EL Warning]: ServerSession(1893693864)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: ServerSession(1893693864)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: ServerSession(1893693864)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: ServerSession(1893693864)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: ServerSession(1893693864)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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-g2pzn-5ss5j because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-5ss5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-5ss5j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-5ss5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-5ss5j io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-5ss5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-5ss5j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-5ss5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-5ss5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-5ss5j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-5ss5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Info]: ServerSession(1893693864)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: ServerSession(1893693864)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: ServerSession(1893693864)--Exception [EclipseLink-6162] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 = ?)") [EL Info]: 2023-10-17 08:51:25.846--DatabaseSessionImpl(1906372001)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 879, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 223.42 s - in org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2023-10-17 08:51:26.878--DatabaseSessionImpl(1906372001)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.008 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 880, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_2) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/failsafe-reports/2023-10-17T08-47-37_578-jvmRun1.dumpstream [INFO] Running org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel2 [EL Info]: 2023-10-17 08:51:32.091--DatabaseSessionImpl(1579015748)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1792826268)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1792826268)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(1792826268)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(1792826268)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(1792826268)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1792826268)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1792826268)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1792826268)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1792826268)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1792826268)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1792826268)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1792826268)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1792826268)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1792826268)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1792826268)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1792826268)--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(1792826268)--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(1792826268)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(1792826268)--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(1792826268)--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(1792826268)--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(1792826268)--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(1792826268)--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(1792826268)--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. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-qv4ms because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qv4ms" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qv4ms, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qv4ms" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-qv4ms io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qv4ms" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qv4ms, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qv4ms" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qv4ms" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qv4ms, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qv4ms" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Info]: ServerSession(1792826268)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1792826268)--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(1792826268)--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(1792826268)--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(1792826268)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1792826268)--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(1792826268)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1792826268)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(1792826268)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1792826268)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1792826268)--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(1792826268)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1792826268)--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(1792826268)--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]: UnitOfWork(1108589630)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") [EL Info]: 2023-10-17 08:51:38.937--ServerSession(789479336)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1639778373)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1639778373)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(1639778373)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(1639778373)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(1639778373)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1639778373)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1639778373)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1639778373)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1639778373)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1639778373)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1639778373)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1639778373)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1639778373)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1639778373)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1639778373)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1639778373)--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(1639778373)--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(1639778373)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(1639778373)--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(1639778373)--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(1639778373)--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(1639778373)--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(1639778373)--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(1639778373)--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(1639778373)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1639778373)--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(1639778373)--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(1639778373)--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(1639778373)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1639778373)--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(1639778373)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1639778373)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(1639778373)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1639778373)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1639778373)--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(1639778373)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1639778373)--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(1639778373)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1315430544)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1315430544)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(1315430544)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(1315430544)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(1315430544)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1315430544)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1315430544)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1315430544)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1315430544)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1315430544)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1315430544)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1315430544)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1315430544)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1315430544)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1315430544)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1315430544)--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(1315430544)--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(1315430544)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(1315430544)--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(1315430544)--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(1315430544)--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(1315430544)--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(1315430544)--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(1315430544)--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(1315430544)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1315430544)--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(1315430544)--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(1315430544)--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(1315430544)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1315430544)--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(1315430544)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1315430544)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(1315430544)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1315430544)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1315430544)--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(1315430544)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1315430544)--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(1315430544)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1335794721)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1335794721)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(1335794721)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(1335794721)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(1335794721)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1335794721)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1335794721)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1335794721)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1335794721)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1335794721)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1335794721)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1335794721)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1335794721)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1335794721)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1335794721)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1335794721)--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(1335794721)--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(1335794721)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(1335794721)--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(1335794721)--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(1335794721)--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(1335794721)--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(1335794721)--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(1335794721)--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(1335794721)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1335794721)--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(1335794721)--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(1335794721)--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(1335794721)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1335794721)--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(1335794721)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1335794721)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(1335794721)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1335794721)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1335794721)--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(1335794721)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1335794721)--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(1335794721)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(143948363)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(143948363)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(143948363)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(143948363)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(143948363)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(143948363)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(143948363)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(143948363)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(143948363)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(143948363)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(143948363)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(143948363)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(143948363)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(143948363)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(143948363)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(143948363)--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(143948363)--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(143948363)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(143948363)--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(143948363)--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(143948363)--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(143948363)--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(143948363)--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(143948363)--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(143948363)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(143948363)--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(143948363)--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(143948363)--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(143948363)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(143948363)--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(143948363)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(143948363)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(143948363)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(143948363)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(143948363)--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(143948363)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(143948363)--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(143948363)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(118253664)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(118253664)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(118253664)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(118253664)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(118253664)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(118253664)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(118253664)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(118253664)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(118253664)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(118253664)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(118253664)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(118253664)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(118253664)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(118253664)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(118253664)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(118253664)--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(118253664)--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(118253664)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(118253664)--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(118253664)--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(118253664)--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(118253664)--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(118253664)--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(118253664)--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(118253664)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(118253664)--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(118253664)--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(118253664)--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(118253664)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(118253664)--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(118253664)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(118253664)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(118253664)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(118253664)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(118253664)--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(118253664)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(118253664)--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(118253664)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(2116873183)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(2116873183)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(2116873183)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(2116873183)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(2116873183)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(2116873183)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(2116873183)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(2116873183)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(2116873183)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(2116873183)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(2116873183)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(2116873183)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(2116873183)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(2116873183)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(2116873183)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(2116873183)--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(2116873183)--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(2116873183)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(2116873183)--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(2116873183)--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(2116873183)--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(2116873183)--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(2116873183)--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(2116873183)--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(2116873183)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(2116873183)--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(2116873183)--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(2116873183)--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(2116873183)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(2116873183)--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(2116873183)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(2116873183)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(2116873183)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(2116873183)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(2116873183)--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(2116873183)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(2116873183)--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(2116873183)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1946506647)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1946506647)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(1946506647)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(1946506647)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(1946506647)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1946506647)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1946506647)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1946506647)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1946506647)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1946506647)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1946506647)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1946506647)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1946506647)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1946506647)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1946506647)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1946506647)--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(1946506647)--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(1946506647)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(1946506647)--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(1946506647)--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(1946506647)--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(1946506647)--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(1946506647)--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(1946506647)--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. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-b17w3 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-b17w3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-b17w3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-b17w3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-b17w3 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-b17w3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-b17w3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-b17w3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-b17w3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-b17w3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-b17w3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Info]: ServerSession(1946506647)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1946506647)--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(1946506647)--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(1946506647)--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(1946506647)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1946506647)--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(1946506647)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1946506647)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(1946506647)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1946506647)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1946506647)--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(1946506647)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1946506647)--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(1946506647)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1271616533)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1271616533)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(1271616533)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(1271616533)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(1271616533)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1271616533)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1271616533)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1271616533)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1271616533)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1271616533)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1271616533)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1271616533)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1271616533)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1271616533)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1271616533)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1271616533)--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(1271616533)--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(1271616533)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(1271616533)--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(1271616533)--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(1271616533)--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(1271616533)--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(1271616533)--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(1271616533)--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(1271616533)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1271616533)--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(1271616533)--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(1271616533)--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(1271616533)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1271616533)--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(1271616533)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1271616533)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(1271616533)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1271616533)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1271616533)--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(1271616533)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1271616533)--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(1271616533)--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 Info]: 2023-10-17 08:51:42.692--ServerSession(468444421)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: ejb: 2023-10-17 08:51:42.692--ServerSession(468444421)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Info]: 2023-10-17 08:51:42.697--ServerSession(1638180636)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:51:42.713--ServerSession(2053950534)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: ejb: 2023-10-17 08:51:42.713--ServerSession(2053950534)--java.lang.RuntimeException: tmpDataSourceImp getConnection called [EL Warning]: metadata: ServerSession(1688717445)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1688717445)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(1688717445)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(1688717445)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(1688717445)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1688717445)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1688717445)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1688717445)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1688717445)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1688717445)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1688717445)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1688717445)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1688717445)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1688717445)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1688717445)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1688717445)--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(1688717445)--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(1688717445)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(1688717445)--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(1688717445)--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(1688717445)--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(1688717445)--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(1688717445)--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(1688717445)--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(1688717445)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1688717445)--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(1688717445)--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(1688717445)--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(1688717445)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1688717445)--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(1688717445)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1688717445)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(1688717445)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1688717445)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1688717445)--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(1688717445)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1688717445)--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(1688717445)--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]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ServerSession(1688717445)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1688717445)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1688717445)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Info]: ServerSession(1589254291)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ServerSession(1688717445)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: ServerSession(1688717445)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: ServerSession(1688717445)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: ServerSession(1688717445)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: ServerSession(1688717445)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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-g2pzn-kxb5j because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-kxb5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-kxb5j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-kxb5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-kxb5j io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-kxb5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-kxb5j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-kxb5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-kxb5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-kxb5j, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-kxb5j" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: ServerSession(1688717445)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") 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. [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: UnitOfWork(524764598)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 127] 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> 127 [EL Warning]: UnitOfWork(1772061053)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-fxt4q because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-fxt4q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-fxt4q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-fxt4q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-fxt4q io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-fxt4q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-fxt4q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-fxt4q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-fxt4q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-fxt4q, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-fxt4q" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-p8rd3 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-p8rd3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-p8rd3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-p8rd3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-p8rd3 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-p8rd3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-p8rd3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-p8rd3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-p8rd3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-p8rd3, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-p8rd3" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1688717445)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-qvcc8 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qvcc8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qvcc8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qvcc8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-qvcc8 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qvcc8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qvcc8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qvcc8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-qvcc8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-qvcc8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-qvcc8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: UnitOfWork(18407566)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 342] 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> 342 [EL Warning]: UnitOfWork(45899586)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 342] 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> 342 [EL Warning]: UnitOfWork(1248887101)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 342] 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> 342 [EL Warning]: UnitOfWork(205798256)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 342] 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> 342 [EL Warning]: UnitOfWork(1832052244)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(214886177)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1614876595)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. [EL Warning]: metadata: ServerSession(356289787)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(356289787)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(356289787)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(356289787)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(356289787)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(356289787)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(356289787)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(356289787)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(356289787)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(356289787)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(356289787)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(356289787)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(356289787)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(356289787)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(356289787)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(356289787)--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(356289787)--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(356289787)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(356289787)--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(356289787)--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(356289787)--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(356289787)--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(356289787)--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(356289787)--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(356289787)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(356289787)--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(356289787)--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(356289787)--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(356289787)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(356289787)--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(356289787)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(356289787)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(356289787)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(356289787)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(356289787)--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(356289787)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(356289787)--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(356289787)--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]: ddl: ServerSession(356289787)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Fine]: server: 2023-10-17 08:52:26.424--Thread(Thread[main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform [EL Fine]: moxy: 2023-10-17 08:52:26.425--Thread(Thread[main,5,main])--SAXParserFactory instance: com.sun.org.apache.xerces.internal.jaxp.SAXParserFactoryImpl@5f2e466b [EL Fine]: moxy: 2023-10-17 08:52:26.426--Thread(Thread[main,5,main])--DocumentBuilderFactory instance: com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl@2eed5e9 [EL Fine]: moxy: 2023-10-17 08:52:26.426--Thread(Thread[main,5,main])--Unmarshalling org.eclipse.persistence.internal.jpa.metadata.xml.XMLEntityMappings into "APPLICATION_XML" by "org.eclipse.persistence.internal.oxm.record.DOMUnmarshaller" started [EL Config]: metadata: 2023-10-17 08:52:26.427--ServerSession(2079723838)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress] is set to [FIELD]. [EL Config]: metadata: 2023-10-17 08:52:26.428--ServerSession(2079723838)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.AddressType2] is set to [FIELD]. [EL Config]: metadata: 2023-10-17 08:52:26.428--ServerSession(2079723838)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.AddressType1] is set to [FIELD]. [EL Config]: metadata: 2023-10-17 08:52:26.428--ServerSession(2079723838)--Thread(Thread[main,5,main])--The access type for the persistent class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.RegisteredCustomer] is set to [FIELD]. [EL Config]: metadata: 2023-10-17 08:52:26.428--ServerSession(2079723838)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field deliveryAddress] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress. [EL Config]: metadata: 2023-10-17 08:52:26.428--ServerSession(2079723838)--Thread(Thread[main,5,main])--The target entity (reference) class for the one to one mapping element [field billingAddress] is being defaulted to: class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress. [EL Config]: metadata: 2023-10-17 08:52:26.428--ServerSession(2079723838)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress] is being defaulted to: CustomerAddress. [EL Config]: metadata: 2023-10-17 08:52:26.428--ServerSession(2079723838)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.AddressType2] is being defaulted to: AddressType2. [EL Config]: metadata: 2023-10-17 08:52:26.429--ServerSession(2079723838)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.AddressType1] is being defaulted to: AddressType1. [EL Config]: metadata: 2023-10-17 08:52:26.429--ServerSession(2079723838)--Thread(Thread[main,5,main])--The alias name for the entity class [class org.eclipse.persistence.testing.models.jpa.advanced.customer.RegisteredCustomer] is being defaulted to: RegisteredCustomer. [EL Config]: metadata: 2023-10-17 08:52:26.429--ServerSession(2079723838)--Thread(Thread[main,5,main])--The sequence name for the sequence generator named [CMP3_AD_CU_CUSTOMER_ID_SEQ] defined on [class org.eclipse.persistence.testing.models.jpa.advanced.customer.RegisteredCustomer] from [class org.eclipse.persistence.testing.models.jpa.advanced.customer.RegisteredCustomer] is being defaulted to: CMP3_AD_CU_CUSTOMER_ID_SEQ. [EL Config]: metadata: 2023-10-17 08:52:26.429--ServerSession(2079723838)--Thread(Thread[main,5,main])--The sequence name for the sequence generator named [CMP3_AD_CU_ADDRESS_ID_SEQ] defined on [class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress] from [class org.eclipse.persistence.testing.models.jpa.advanced.customer.CustomerAddress] is being defaulted to: CMP3_AD_CU_ADDRESS_ID_SEQ. [EL Info]: 2023-10-17 08:52:26.432--ServerSession(2079723838)--Thread(Thread[main,5,main])--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Fine]: connection: 2023-10-17 08:52:26.432--ServerSession(2079723838)--Connection(186223278)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2023-10-17 08:52:26.457--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: connection: 2023-10-17 08:52:26.459--ServerSession(2079723838)--Thread(Thread[main,5,main])--/customer-pu_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root login successful [EL Fine]: sql: 2023-10-17 08:52:26.459--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_BA_ID [EL Fine]: sql: 2023-10-17 08:52:26.46--ServerSession(2079723838)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:52:26.461--ServerSession(2079723838)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CMP3_AD_CU_CUSTOMER' doesn't exist Error Code: 1146 Call: ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_BA_ID Query: DataModifyQuery(sql="ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_BA_ID") [EL Fine]: sql: 2023-10-17 08:52:26.461--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_DA_ID [EL Fine]: sql: 2023-10-17 08:52:26.461--ServerSession(2079723838)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:52:26.462--ServerSession(2079723838)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CMP3_AD_CU_CUSTOMER' doesn't exist Error Code: 1146 Call: ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_DA_ID Query: DataModifyQuery(sql="ALTER TABLE CMP3_AD_CU_CUSTOMER DROP FOREIGN KEY FK_CMP3_AD_CU_CUSTOMER_ADDR_DA_ID") [EL Fine]: sql: 2023-10-17 08:52:26.462--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_ADDRESS [EL Fine]: sql: 2023-10-17 08:52:26.462--ServerSession(2079723838)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:52:26.462--ServerSession(2079723838)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_ADDRESS' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_ADDRESS") [EL Fine]: sql: 2023-10-17 08:52:26.463--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_CUSTOMER [EL Fine]: sql: 2023-10-17 08:52:26.463--ServerSession(2079723838)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:52:26.463--ServerSession(2079723838)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_CUSTOMER' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_CUSTOMER Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_CUSTOMER") [EL Fine]: sql: 2023-10-17 08:52:26.463--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_ADDRESS [EL Fine]: sql: 2023-10-17 08:52:26.464--ServerSession(2079723838)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:52:26.464--ServerSession(2079723838)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_ADDRESS' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_ADDRESS") [EL Fine]: sql: 2023-10-17 08:52:26.464--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_CUSTOMER [EL Fine]: sql: 2023-10-17 08:52:26.464--ServerSession(2079723838)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:52:26.465--ServerSession(2079723838)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_CUSTOMER' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_CUSTOMER Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_CUSTOMER") [EL Fine]: sql: 2023-10-17 08:52:26.465--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_ADDRESS [EL Fine]: sql: 2023-10-17 08:52:26.465--ServerSession(2079723838)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:52:26.465--ServerSession(2079723838)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_ADDRESS' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_ADDRESS") [EL Fine]: sql: 2023-10-17 08:52:26.466--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_CUSTOMER [EL Fine]: sql: 2023-10-17 08:52:26.466--ServerSession(2079723838)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:52:26.466--ServerSession(2079723838)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_CUSTOMER' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_CUSTOMER Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_CUSTOMER") [EL Fine]: sql: 2023-10-17 08:52:26.466--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_ADDRESS [EL Fine]: sql: 2023-10-17 08:52:26.467--ServerSession(2079723838)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:52:26.467--ServerSession(2079723838)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_ADDRESS' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_ADDRESS") [EL Fine]: sql: 2023-10-17 08:52:26.467--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_CUSTOMER [EL Fine]: sql: 2023-10-17 08:52:26.468--ServerSession(2079723838)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:52:26.468--ServerSession(2079723838)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_CUSTOMER' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_CUSTOMER Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_CUSTOMER") [EL Fine]: sql: 2023-10-17 08:52:26.468--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_ADDRESS [EL Fine]: sql: 2023-10-17 08:52:26.468--ServerSession(2079723838)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:52:26.468--ServerSession(2079723838)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_ADDRESS' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_ADDRESS Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_ADDRESS") [EL Fine]: sql: 2023-10-17 08:52:26.469--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--DROP TABLE CMP3_AD_CU_CUSTOMER [EL Fine]: sql: 2023-10-17 08:52:26.469--ServerSession(2079723838)--Thread(Thread[main,5,main])--SELECT 1 [EL Warning]: 2023-10-17 08:52:26.469--ServerSession(2079723838)--Thread(Thread[main,5,main])--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_AD_CU_CUSTOMER' Error Code: 1051 Call: DROP TABLE CMP3_AD_CU_CUSTOMER Query: DataModifyQuery(sql="DROP TABLE CMP3_AD_CU_CUSTOMER") [EL Fine]: sql: 2023-10-17 08:52:26.469--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_AD_CU_ADDRESS (ID BIGINT AUTO_INCREMENT NOT NULL, TYPE VARCHAR(1), STREET1 VARCHAR(255), STREET2 VARCHAR(255), PRIMARY KEY (ID)) [EL Fine]: sql: 2023-10-17 08:52:26.473--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--CREATE TABLE CMP3_AD_CU_CUSTOMER (ID BIGINT AUTO_INCREMENT NOT NULL, NAME VARCHAR(255), ADDR_BA_ID BIGINT, ADDR_DA_ID BIGINT, PRIMARY KEY (ID)) [EL Fine]: sql: 2023-10-17 08:52:26.476--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_AD_CU_CUSTOMER ADD CONSTRAINT FK_CMP3_AD_CU_CUSTOMER_ADDR_BA_ID FOREIGN KEY (ADDR_BA_ID) REFERENCES CMP3_AD_CU_ADDRESS (ID) [EL Fine]: sql: 2023-10-17 08:52:26.484--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--ALTER TABLE CMP3_AD_CU_CUSTOMER ADD CONSTRAINT FK_CMP3_AD_CU_CUSTOMER_ADDR_DA_ID FOREIGN KEY (ADDR_DA_ID) REFERENCES CMP3_AD_CU_ADDRESS (ID) [EL Finer]: cache: 2023-10-17 08:52:26.495--ServerSession(2079723838)--Thread(Thread[main,5,main])--initialize all identitymaps [EL Fine]: connection: 2023-10-17 08:52:26.496--ServerSession(2079723838)--Connection(750459961)--Thread(Thread[main,5,main])--connecting(DatabaseLogin( platform=>MySQLPlatform user name=> "root" datasource URL=> "jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true" )) [EL Config]: connection: 2023-10-17 08:52:26.508--ServerSession(2079723838)--Connection(737068684)--Thread(Thread[main,5,main])--Connected: jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true User: root@localhost Database: MySQL Version: 8.0.30 Driver: MySQL Connector/J Version: mysql-connector-java-8.0.28 (Revision: 7ff2161da3899f379fb3171b6538b191b1c5c7e2) [EL Fine]: sql: 2023-10-17 08:52:26.508--ClientSession(1598049564)--Connection(737068684)--Thread(Thread[main,5,main])--INSERT INTO CMP3_AD_CU_ADDRESS (STREET1, TYPE) VALUES (?, ?) bind => [STREET1, 1] [EL Fine]: sql: 2023-10-17 08:52:26.509--ClientSession(1598049564)--Connection(737068684)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [EL Fine]: sql: 2023-10-17 08:52:26.51--ClientSession(1598049564)--Connection(737068684)--Thread(Thread[main,5,main])--INSERT INTO CMP3_AD_CU_ADDRESS (STREET2, TYPE) VALUES (?, ?) bind => [STREET2, 2] [EL Fine]: sql: 2023-10-17 08:52:26.51--ClientSession(1598049564)--Connection(737068684)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [EL Fine]: sql: 2023-10-17 08:52:26.511--ClientSession(1598049564)--Connection(737068684)--Thread(Thread[main,5,main])--INSERT INTO CMP3_AD_CU_CUSTOMER (NAME, ADDR_BA_ID, ADDR_DA_ID) VALUES (?, ?, ?) bind => [JONES, 1, 2] [EL Fine]: sql: 2023-10-17 08:52:26.511--ClientSession(1598049564)--Connection(737068684)--Thread(Thread[main,5,main])--SELECT LAST_INSERT_ID() [EL Fine]: sql: 2023-10-17 08:52:26.512--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--SELECT ID, NAME, ADDR_BA_ID, ADDR_DA_ID FROM CMP3_AD_CU_CUSTOMER WHERE (NAME = ?) bind => [JONES] [EL Fine]: sql: 2023-10-17 08:52:26.513--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--SELECT ID, TYPE, STREET2, STREET1 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2023-10-17 08:52:26.514--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--SELECT ID, TYPE, STREET2, STREET1 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) bind => [2] [EL Fine]: sql: 2023-10-17 08:52:26.514--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--SELECT t1.ID, t1.NAME, t1.ADDR_BA_ID, t1.ADDR_DA_ID, t0.ID, t0.TYPE, t0.STREET2, t0.STREET1, t2.ID, t2.TYPE, t2.STREET2, t2.STREET1 FROM CMP3_AD_CU_CUSTOMER t1 LEFT OUTER JOIN CMP3_AD_CU_ADDRESS t0 ON (t0.ID = t1.ADDR_DA_ID) LEFT OUTER JOIN CMP3_AD_CU_ADDRESS t2 ON (t2.ID = t1.ADDR_BA_ID) WHERE (t1.NAME = ?) bind => [JONES] [EL Fine]: sql: 2023-10-17 08:52:26.533--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--SELECT DISTINCT ID, NAME, ADDR_BA_ID, ADDR_DA_ID FROM CMP3_AD_CU_CUSTOMER WHERE (NAME = ?) bind => [JONES] [EL Fine]: sql: 2023-10-17 08:52:26.534--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--SELECT ID, TYPE, STREET2, STREET1 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2023-10-17 08:52:26.534--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--SELECT ID, TYPE, STREET2, STREET1 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) bind => [2] [EL Fine]: sql: 2023-10-17 08:52:26.536--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--SELECT DISTINCT t1.ID, t1.NAME, t1.ADDR_BA_ID, t1.ADDR_DA_ID, t0.ID, t0.TYPE, t0.STREET2, t0.STREET1, t2.ID, t2.TYPE, t2.STREET2, t2.STREET1 FROM CMP3_AD_CU_CUSTOMER t1 LEFT OUTER JOIN CMP3_AD_CU_ADDRESS t0 ON (t0.ID = t1.ADDR_DA_ID) LEFT OUTER JOIN CMP3_AD_CU_ADDRESS t2 ON (t2.ID = t1.ADDR_BA_ID) WHERE (t1.NAME = ?) bind => [JONES] [EL Fine]: sql: 2023-10-17 08:52:26.537--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--SELECT ID, NAME, ADDR_BA_ID, ADDR_DA_ID FROM CMP3_AD_CU_CUSTOMER [EL Fine]: sql: 2023-10-17 08:52:26.538--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--SELECT ID, TYPE, STREET2, STREET1 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2023-10-17 08:52:26.538--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--SELECT ID, TYPE, STREET2, STREET1 FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) bind => [2] [EL Fine]: sql: 2023-10-17 08:52:26.539--ClientSession(1873197074)--Connection(737068684)--Thread(Thread[main,5,main])--DELETE FROM CMP3_AD_CU_CUSTOMER WHERE (ID = ?) bind => [1] [EL Fine]: sql: 2023-10-17 08:52:26.539--ClientSession(1873197074)--Connection(737068684)--Thread(Thread[main,5,main])--DELETE FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) bind => [2] [EL Fine]: sql: 2023-10-17 08:52:26.54--ClientSession(1873197074)--Connection(737068684)--Thread(Thread[main,5,main])--DELETE FROM CMP3_AD_CU_ADDRESS WHERE (ID = ?) bind => [1] Closing factory: customer-pu [EL Fine]: connection: 2023-10-17 08:52:26.541--ServerSession(2079723838)--Connection(2087592700)--Thread(Thread[main,5,main])--disconnect [EL Finer]: cache: 2023-10-17 08:52:26.541--ServerSession(2079723838)--Thread(Thread[main,5,main])--initialize identitymaps [EL Fine]: connection: 2023-10-17 08:52:26.541--ServerSession(2079723838)--Thread(Thread[main,5,main])--/customer-pu_url=jdbc:mysql://localhost:3306/ecltests?allowPublicKeyRetrieval=true_user=root logout successful [EL Fine]: connection: 2023-10-17 08:52:26.541--ServerSession(2079723838)--Connection(186223278)--Thread(Thread[main,5,main])--disconnect [EL Fine]: connection: 2023-10-17 08:52:26.541--ServerSession(2079723838)--Connection(737068684)--Thread(Thread[main,5,main])--disconnect [EL Info]: 2023-10-17 08:52:26.56--ServerSession(1703508181)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: partitioned [EL Info]: 2023-10-17 08:52:27.074--ServerSession(300671608)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: This test can only be run on Oracle. WARNING: This test can only be run on Oracle. Closing factory: partitioned-xml Oct 17, 2023 8:52:27 AM org.eclipse.persistence.session.JPASessionXML INFO: EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Oct 17, 2023 8:52:27 AM org.eclipse.persistence.session.JPASessionXML WARNING: Local Exception Stack: Exception [EclipseLink-6015] (Eclipse Persistence Services - 3.0.4.v202310170826): 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:700) at org.eclipse.persistence.internal.expressions.QueryKeyExpression.validateNode(QueryKeyExpression.java:1033) at org.eclipse.persistence.expressions.Expression.normalize(Expression.java:3302) at org.eclipse.persistence.internal.expressions.DataExpression.normalize(DataExpression.java:377) at org.eclipse.persistence.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:780) at org.eclipse.persistence.internal.expressions.QueryKeyExpression.normalize(QueryKeyExpression.java:693) at org.eclipse.persistence.internal.expressions.RelationExpression.normalize(RelationExpression.java:857) at org.eclipse.persistence.internal.expressions.SQLSelectStatement.normalize(SQLSelectStatement.java:1546) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.buildNormalSelectStatement(ExpressionQueryMechanism.java:614) at org.eclipse.persistence.internal.queries.ExpressionQueryMechanism.prepareSelectOneRow(ExpressionQueryMechanism.java:1814) at org.eclipse.persistence.queries.ReadObjectQuery.prepare(ReadObjectQuery.java:784) at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:675) at org.eclipse.persistence.queries.ObjectLevelReadQuery.checkPrepare(ObjectLevelReadQuery.java:970) at org.eclipse.persistence.queries.DatabaseQuery.checkPrepare(DatabaseQuery.java:624) at org.eclipse.persistence.queries.DatabaseQuery.execute(DatabaseQuery.java:882) at org.eclipse.persistence.queries.ObjectLevelReadQuery.execute(ObjectLevelReadQuery.java:1195) at org.eclipse.persistence.queries.ReadObjectQuery.execute(ReadObjectQuery.java:448) at org.eclipse.persistence.internal.sessions.AbstractSession.internalExecuteQuery(AbstractSession.java:3312) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1844) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1826) at org.eclipse.persistence.internal.sessions.AbstractSession.executeQuery(AbstractSession.java:1776) at org.eclipse.persistence.internal.sessions.AbstractSession.readObject(AbstractSession.java:3757) at org.eclipse.persistence.testing.tests.jpa.jpaadvancedproperties.JPAAdvPropertiesJUnitTestCase.testExceptionHandlerProperty(JPAAdvPropertiesJUnitTestCase.java:151) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:566) at junit.framework.TestCase.runTest(TestCase.java:177) at junit.framework.TestCase.runBare(TestCase.java:142) at org.eclipse.persistence.testing.framework.junit.JUnitTestCase.runBare(JUnitTestCase.java:722) 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.eclipse.persistence.testing.framework.TestExecutor.execute(TestExecutor.java:250) at org.eclipse.persistence.testing.framework.TestModel.execute(TestModel.java:216) at org.eclipse.persistence.testing.framework.TestCollection.run(TestCollection.java:330) at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:90) at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365) at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273) at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238) at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159) at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:377) at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:138) at org.apache.maven.surefire.booter.ForkedBooter.run(ForkedBooter.java:465) at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:451) Closing factory: JPAADVProperties [EL Info]: 2023-10-17 08:52:27.643--ServerSession(1346570327)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Profile( total time=99707, local time=99707, Timer:Logging=99707, ) Profile( total time=10224872, local time=10224872, Timer:ConnectionManagement=10224872, ) [EL Warning]: metamodel: 2023-10-17 08:52:27.655--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element Closing factory: JPAADVProperties2 Profile( total time=167026, local time=167026, Timer:ConnectionManagement=167026, ) [EL Info]: 2023-10-17 08:52:27.657--ServerSession(1002284529)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:52:27.667--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 Closing factory: JPAADVProperties3 [EL Info]: 2023-10-17 08:52:27.705--SessionBroker(348082558)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:52:27.742--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 Closing factory: composite-advanced [EL Info]: 2023-10-17 08:52:27.964--ServerSession(1836755909)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:52:27.975--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 Closing factory: eclipselink-pu with spaces in the path and name [EL Info]: 2023-10-17 08:52:27.977--ServerSession(1053697089)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:52:27.987--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 Closing factory: A JPAADVProperties pu with spaces in the name [EL Info]: 2023-10-17 08:52:27.989--ServerSession(1435172532)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:52:27.999--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 Closing factory: eclipselink-pu-with-spaces-in-the-path-but-not-the-name [EL Info]: 2023-10-17 08:52:28.015--SessionBroker(1282643975)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:52:28.051--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: 2023-10-17 08:52:28.361--ServerSession(47869921)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2023-10-17 08:52:28.362--ServerSession(720221848)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2023-10-17 08:52:28.362--ServerSession(2107383169)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2023-10-17 08:52:28.362--ServerSession(47869921)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2023-10-17 08:52:28.362--ServerSession(720221848)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Warning]: properties: 2023-10-17 08:52:28.362--ServerSession(2107383169)--Persistence unit does not use JTA, therefore the EntityManager ignores jta data source. [EL Info]: 2023-10-17 08:52:28.394--SessionBroker(1282643975)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: query: 2023-10-17 08:52:28.436--UnitOfWork(559035831)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS Query: ReadAllQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS"). [EL Info]: transaction: 2023-10-17 08:52:28.446--ClientSession(1051434787)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Warning]: 2023-10-17 08:52:28.456--ClientSession(1051434787)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Info]: query: 2023-10-17 08:52:28.468--UnitOfWork(929348875)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS Query: ReadAllQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS"). [EL Warning]: 2023-10-17 08:52:28.488--ClientSession(1825735565)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Info]: query: 2023-10-17 08:52:28.498--UnitOfWork(20332770)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS Query: ReadAllQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS"). [EL Info]: transaction: 2023-10-17 08:52:28.507--ClientSession(443251967)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Warning]: 2023-10-17 08:52:28.518--ClientSession(443251967)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 [EL Info]: 2023-10-17 08:52:28.519--SessionBroker(1282643975)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:52:28.546--SessionBroker(1282643975)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: query: 2023-10-17 08:52:28.592--UnitOfWork(1470624014)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS Query: ReadAllQuery(referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS"). [EL Severe]: 2023-10-17 08:52:28.593--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: sql: 2023-10-17 08:52:28.593--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: transaction: 2023-10-17 08:52:28.594--ClientSession(1821501753)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: 2023-10-17 08:52:28.594--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: sql: 2023-10-17 08:52:28.595--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: 2023-10-17 08:52:28.602--SessionBroker(1282643975)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:52:28.707--SessionBroker(1282643975)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: 2023-10-17 08:52:28.735--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2023-10-17 08:52:28.735--UnitOfWork(521464773)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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@37b47de0) [EL Info]: query: 2023-10-17 08:52:28.735--UnitOfWork(1317688661)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) bind => [1] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [EL Info]: transaction: 2023-10-17 08:52:28.756--ClientSession(1167564292)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: 2023-10-17 08:52:28.757--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2023-10-17 08:52:28.757--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2023-10-17 08:52:28.757--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2023-10-17 08:52:28.757--ClientSession(1167564292)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: 2023-10-17 08:52:28.757--UnitOfWork(1202974582)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) bind => [1] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [EL Info]: transaction: 2023-10-17 08:52:28.778--ClientSession(245255087)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: 2023-10-17 08:52:28.778--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2023-10-17 08:52:28.778--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2023-10-17 08:52:28.779--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2023-10-17 08:52:28.779--ClientSession(245255087)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: 2023-10-17 08:52:28.779--UnitOfWork(1380522505)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) bind => [1] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [EL Info]: transaction: 2023-10-17 08:52:28.799--ClientSession(1094754487)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: 2023-10-17 08:52:28.799--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2023-10-17 08:52:28.8--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2023-10-17 08:52:28.8--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2023-10-17 08:52:28.8--ClientSession(1094754487)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: 2023-10-17 08:52:28.8--UnitOfWork(282834541)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) bind => [1] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [EL Info]: transaction: 2023-10-17 08:52:28.82--ClientSession(603648060)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: 2023-10-17 08:52:28.82--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2023-10-17 08:52:28.82--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2023-10-17 08:52:28.821--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2023-10-17 08:52:28.821--ClientSession(603648060)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: transaction: 2023-10-17 08:52:28.841--ClientSession(453522485)--Communication failure detected when attempting to create transaction on database. Attempting to retry begin transaction. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0. [EL Severe]: 2023-10-17 08:52:28.842--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2023-10-17 08:52:28.842--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Severe]: 2023-10-17 08:52:28.842--ServerSession(2107383169)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Warning]: 2023-10-17 08:52:28.842--ClientSession(453522485)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: driver is broken Error Code: 0 [EL Info]: query: 2023-10-17 08:52:28.843--UnitOfWork(25391889)--Communication failure detected when attempting to perform read query outside of a transaction. Attempting to retry query. Error was: Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLException: DriverWrapper: old connections are broken Error Code: 0 Call: SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?) bind => [1] Query: ReadObjectQuery(name="readAddress" referenceClass=Address sql="SELECT ADDRESS_ID, CITY, COUNTRY, P_CODE, PROVINCE, STREET, TYPE, VERSION FROM MBR1_ADDRESS WHERE (ADDRESS_ID = ?)"). [EL Info]: 2023-10-17 08:52:28.862--SessionBroker(1282643975)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:52:29.117--SessionBroker(298951952)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:52:29.148--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]: 2023-10-17 08:52:29.165--SessionBroker(276321009)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:52:29.196--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]: 2023-10-17 08:52:29.296--UnitOfWork(1151464555)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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) WARNING: This database does not support NOWAIT. WARNING: Can't run this test because SELECT FOR UPDATE NO WAIT is not supported on this platform [EL Info]: 2023-10-17 08:52:29.423--SessionBroker(2052038111)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:52:29.454--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]: 2023-10-17 08:52:29.47--SessionBroker(1910838271)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:52:29.5--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 Closing factory: composite-advanced [EL Info]: 2023-10-17 08:52:29.526--SessionBroker(1355464681)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:52:29.555--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]: 2023-10-17 08:52:29.642--UnitOfWork(2051230186)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:52:29.646--UnitOfWork(563042071)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. [EL Info]: 2023-10-17 08:52:29.794--SessionBroker(1355464681)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 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]: 2023-10-17 08:52:30.169--SessionBroker(1355464681)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:52:30.201--SessionBroker(1355464681)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:52:30.347--SessionBroker(1355464681)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:52:30.408--UnitOfWork(1858623167)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:52:30.411--UnitOfWork(2040064340)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:52:30.467--UnitOfWork(1403945693)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:52:30.619--UnitOfWork(74632438)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 WARNING: This database does not support NOWAIT. WARNING: This database does not support NOWAIT. [EL Warning]: 2023-10-17 08:52:30.721--UnitOfWork(2140472407)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:52:30.741--UnitOfWork(481815093)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Closing factory: composite-advanced [EL Info]: 2023-10-17 08:52:30.759--ServerSession(1349897882)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:52:30.899--ServerSession(1908837011)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:52:30.928--ServerSession(1908837011)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Info]: 2023-10-17 08:52:31.092--ServerSession(1347751105)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:52:31.123--ServerSession(1347751105)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Info]: 2023-10-17 08:52:31.17--ServerSession(577845801)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:52:31.195--ServerSession(577845801)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Info]: 2023-10-17 08:52:31.217--ServerSession(563079481)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:52:31.242--ServerSession(563079481)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Info]: 2023-10-17 08:52:31.371--ServerSession(540784331)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:52:31.395--ServerSession(540784331)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Info]: 2023-10-17 08:52:31.414--ServerSession(54940735)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:52:31.437--ServerSession(54940735)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Info]: 2023-10-17 08:52:31.458--ServerSession(1465005972)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:52:31.486--ServerSession(1465005972)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:52:31.487--ServerSession(1465005972)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Info]: 2023-10-17 08:52:31.509--ServerSession(794214046)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:52:31.532--ServerSession(794214046)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Info]: 2023-10-17 08:52:31.555--ServerSession(907108671)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:52:31.618--ServerSession(907108671)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Info]: 2023-10-17 08:52:31.639--ServerSession(1129490805)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: 2023-10-17 08:52:31.64--ServerSession(1129490805)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 3.0.4.v202310170826): 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: 2023-10-17 08:52:31.641--ServerSession(1129490805)--Exception [EclipseLink-7060] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Info]: 2023-10-17 08:52:31.644--ServerSession(1404224398)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:52:31.673--ServerSession(1404224398)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:52:31.674--ServerSession(1404224398)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 Info]: 2023-10-17 08:52:31.679--DatabaseSessionImpl(1939187747)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 859, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 59.788 s - in org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel2 [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2023-10-17 08:52:32.662--DatabaseSessionImpl(1939187747)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.961 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 860, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_3) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/failsafe-reports/2023-10-17T08-47-37_578-jvmRun1.dumpstream WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-6t2f2 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-6t2f2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-6t2f2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-6t2f2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-6t2f2 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-6t2f2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-6t2f2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-6t2f2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-6t2f2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-6t2f2, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-6t2f2" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Running org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel3 [EL Info]: 2023-10-17 08:52:36.191--DatabaseSessionImpl(1710422448)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: ServerSession(705265015)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(705265015)--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 Info]: ServerSession(936000680)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(936000680)--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 Info]: ServerSession(586722754)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(586722754)--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(1550899184)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1509185872)--Exception [EclipseLink-7251] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(787205767)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(100805003)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1563929103)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 [EL Warning]: ServerSession(586722754)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(586722754)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-hgmzs because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-hgmzs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-hgmzs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-hgmzs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-hgmzs io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-hgmzs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-hgmzs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-hgmzs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-hgmzs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-hgmzs, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-hgmzs" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: ServerSession(586722754)--Exception [EclipseLink-6050] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") [EL Warning]: ServerSession(586722754)--Exception [EclipseLink-6137] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 ) [EL Warning]: UnitOfWork(1191220798)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [Employee: 392] 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> 392 [EL Warning]: UnitOfWork(2062516224)--Exception [EclipseLink-5004] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: An attempt was made to update the object [Employee: 393], 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> 393 [EL Warning]: UnitOfWork(1549086472)--Exception [EclipseLink-5006] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.OptimisticLockException Exception Description: The object [org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer@3a00237d] cannot be updated because it has changed or been deleted since it was last read. Class> org.eclipse.persistence.testing.models.jpa.fieldaccess.advanced.GoldBuyer Primary Key> 5 WARNING: This database does not support NOWAIT. 1310 [EL Warning]: query: UnitOfWork(873395249)--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(1165254118)--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(586722754)--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(947046495)--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 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(1015200957)--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(1015200957)--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 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(1148054038)--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(893038039)--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, 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(56729293)--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, 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. [EL Warning]: query: UnitOfWork(261358274)--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, 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(1892419073)--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, 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. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-xp79b because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-xp79b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-xp79b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-xp79b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-xp79b io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-xp79b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-xp79b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-xp79b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-xp79b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-xp79b, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-xp79b" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: query: UnitOfWork(1060292191)--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, 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(1357532842)--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, 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 [EL Warning]: query: UnitOfWork(417857594)--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}}, 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(417857594)--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}}, 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(417857594)--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}}, 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(2064158133)--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. [EL Warning]: metadata: ServerSession(1281084526)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(1281084526)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(1281084526)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(1281084526)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(1281084526)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1281084526)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1281084526)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1281084526)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1281084526)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1281084526)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1281084526)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1281084526)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(1281084526)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1281084526)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1281084526)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(1281084526)--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(1281084526)--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(1281084526)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(1281084526)--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(1281084526)--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(1281084526)--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(1281084526)--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(1281084526)--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(1281084526)--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(1281084526)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1281084526)--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(1281084526)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(1281084526)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1281084526)--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(1281084526)--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(1281084526)--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(1281084526)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1281084526)--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(1281084526)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(1281084526)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1281084526)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(1281084526)--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(1281084526)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: ddl: ServerSession(1281084526)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1281084526)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CMP3_SCIENTIST' doesn't exist Error Code: 1146 Call: ALTER TABLE CMP3_SCIENTIST DROP FOREIGN KEY CMP3_SC_DEPT Query: DataModifyQuery(sql="ALTER TABLE CMP3_SCIENTIST DROP FOREIGN KEY CMP3_SC_DEPT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.CMP3_SCIENTIST' doesn't exist Error Code: 1146 Call: ALTER TABLE CMP3_SCIENTIST DROP FOREIGN KEY CMP3_SC_CUBICLE Query: DataModifyQuery(sql="ALTER TABLE CMP3_SCIENTIST DROP FOREIGN KEY CMP3_SC_CUBICLE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA_LIEUTENANT_GENERAL' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA_LIEUTENANT_GENERAL DROP FOREIGN KEY FK_JPA_LIEUTENANT_GENERAL_GENERAL_GENERAL_ID Query: DataModifyQuery(sql="ALTER TABLE JPA_LIEUTENANT_GENERAL DROP FOREIGN KEY FK_JPA_LIEUTENANT_GENERAL_GENERAL_GENERAL_ID") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA_CELLNUMBER' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA_CELLNUMBER DROP FOREIGN KEY FK_JPA_CELLNUMBER_BOOKIE_ID Query: DataModifyQuery(sql="ALTER TABLE JPA_CELLNUMBER DROP FOREIGN KEY FK_JPA_CELLNUMBER_BOOKIE_ID") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_CONTRACT' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_CONTRACT Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_CONTRACT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_SCIENTIST' Error Code: 1051 Call: DROP TABLE CMP3_SCIENTIST Query: DataModifyQuery(sql="DROP TABLE CMP3_SCIENTIST") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPARTMENT' Error Code: 1051 Call: DROP TABLE CMP3_DEPARTMENT Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPARTMENT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPT_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_DEPT_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_ADMIN") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEPT_COMPETENCIES' Error Code: 1051 Call: DROP TABLE DEPT_COMPETENCIES Query: DataModifyQuery(sql="DROP TABLE DEPT_COMPETENCIES") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_CUBICLE' Error Code: 1051 Call: DROP TABLE CMP3_CUBICLE Query: DataModifyQuery(sql="DROP TABLE CMP3_CUBICLE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SARGEANT' Error Code: 1051 Call: DROP TABLE JPA_SARGEANT Query: DataModifyQuery(sql="DROP TABLE JPA_SARGEANT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL_CLONE' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL_CLONE Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL_CLONE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR' Error Code: 1051 Call: DROP TABLE JPA_MAJOR Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_MAJOR_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CAPTAIN' Error Code: 1051 Call: DROP TABLE JPA_CAPTAIN Query: DataModifyQuery(sql="DROP TABLE JPA_CAPTAIN") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BRIGADIER_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_BRIGADIER_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_BRIGADIER_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_CORPORAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_PRIVATE' Error Code: 1051 Call: DROP TABLE JPA_PRIVATE Query: DataModifyQuery(sql="DROP TABLE JPA_PRIVATE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SECOND_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_SECOND_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_SECOND_LIEUTENANT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_OFFICER_CADET' Error Code: 1051 Call: DROP TABLE JPA_OFFICER_CADET Query: DataModifyQuery(sql="DROP TABLE JPA_OFFICER_CADET") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEY' Error Code: 1051 Call: DROP TABLE JPA_LACKEY Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEY") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEYCREW' Error Code: 1051 Call: DROP TABLE JPA_LACKEYCREW Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEYCREW") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_OFFICE' Error Code: 1051 Call: DROP TABLE CMP3_OFFICE Query: DataModifyQuery(sql="DROP TABLE CMP3_OFFICE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BOOKIE' Error Code: 1051 Call: DROP TABLE JPA_BOOKIE Query: DataModifyQuery(sql="DROP TABLE JPA_BOOKIE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CELLNUMBER' Error Code: 1051 Call: DROP TABLE JPA_CELLNUMBER Query: DataModifyQuery(sql="DROP TABLE JPA_CELLNUMBER") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_POOL' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_POOL Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_POOL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_HEAD' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_HEAD Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_HEAD") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_SHAFT' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_SHAFT Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_SHAFT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLFCLUB' Error Code: 1051 Call: DROP TABLE JPA_GOLFCLUB Query: DataModifyQuery(sql="DROP TABLE JPA_GOLFCLUB") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_ORDER' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_ORDER Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_ORDER") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_CONTRACT' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_CONTRACT Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_CONTRACT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_SCIENTIST' Error Code: 1051 Call: DROP TABLE CMP3_SCIENTIST Query: DataModifyQuery(sql="DROP TABLE CMP3_SCIENTIST") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPARTMENT' Error Code: 1051 Call: DROP TABLE CMP3_DEPARTMENT Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPARTMENT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPT_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_DEPT_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_ADMIN") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEPT_COMPETENCIES' Error Code: 1051 Call: DROP TABLE DEPT_COMPETENCIES Query: DataModifyQuery(sql="DROP TABLE DEPT_COMPETENCIES") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_CUBICLE' Error Code: 1051 Call: DROP TABLE CMP3_CUBICLE Query: DataModifyQuery(sql="DROP TABLE CMP3_CUBICLE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SARGEANT' Error Code: 1051 Call: DROP TABLE JPA_SARGEANT Query: DataModifyQuery(sql="DROP TABLE JPA_SARGEANT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL_CLONE' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL_CLONE Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL_CLONE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR' Error Code: 1051 Call: DROP TABLE JPA_MAJOR Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_MAJOR_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CAPTAIN' Error Code: 1051 Call: DROP TABLE JPA_CAPTAIN Query: DataModifyQuery(sql="DROP TABLE JPA_CAPTAIN") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BRIGADIER_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_BRIGADIER_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_BRIGADIER_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_CORPORAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_PRIVATE' Error Code: 1051 Call: DROP TABLE JPA_PRIVATE Query: DataModifyQuery(sql="DROP TABLE JPA_PRIVATE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SECOND_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_SECOND_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_SECOND_LIEUTENANT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_OFFICER_CADET' Error Code: 1051 Call: DROP TABLE JPA_OFFICER_CADET Query: DataModifyQuery(sql="DROP TABLE JPA_OFFICER_CADET") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEY' Error Code: 1051 Call: DROP TABLE JPA_LACKEY Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEY") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEYCREW' Error Code: 1051 Call: DROP TABLE JPA_LACKEYCREW Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEYCREW") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_OFFICE' Error Code: 1051 Call: DROP TABLE CMP3_OFFICE Query: DataModifyQuery(sql="DROP TABLE CMP3_OFFICE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BOOKIE' Error Code: 1051 Call: DROP TABLE JPA_BOOKIE Query: DataModifyQuery(sql="DROP TABLE JPA_BOOKIE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CELLNUMBER' Error Code: 1051 Call: DROP TABLE JPA_CELLNUMBER Query: DataModifyQuery(sql="DROP TABLE JPA_CELLNUMBER") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_POOL' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_POOL Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_POOL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_HEAD' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_HEAD Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_HEAD") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_SHAFT' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_SHAFT Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_SHAFT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLFCLUB' Error Code: 1051 Call: DROP TABLE JPA_GOLFCLUB Query: DataModifyQuery(sql="DROP TABLE JPA_GOLFCLUB") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_ORDER' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_ORDER Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_ORDER") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_CONTRACT' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_CONTRACT Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_CONTRACT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_SCIENTIST' Error Code: 1051 Call: DROP TABLE CMP3_SCIENTIST Query: DataModifyQuery(sql="DROP TABLE CMP3_SCIENTIST") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPARTMENT' Error Code: 1051 Call: DROP TABLE CMP3_DEPARTMENT Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPARTMENT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPT_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_DEPT_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_ADMIN") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEPT_COMPETENCIES' Error Code: 1051 Call: DROP TABLE DEPT_COMPETENCIES Query: DataModifyQuery(sql="DROP TABLE DEPT_COMPETENCIES") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_CUBICLE' Error Code: 1051 Call: DROP TABLE CMP3_CUBICLE Query: DataModifyQuery(sql="DROP TABLE CMP3_CUBICLE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SARGEANT' Error Code: 1051 Call: DROP TABLE JPA_SARGEANT Query: DataModifyQuery(sql="DROP TABLE JPA_SARGEANT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL_CLONE' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL_CLONE Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL_CLONE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR' Error Code: 1051 Call: DROP TABLE JPA_MAJOR Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_MAJOR_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CAPTAIN' Error Code: 1051 Call: DROP TABLE JPA_CAPTAIN Query: DataModifyQuery(sql="DROP TABLE JPA_CAPTAIN") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BRIGADIER_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_BRIGADIER_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_BRIGADIER_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_CORPORAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_PRIVATE' Error Code: 1051 Call: DROP TABLE JPA_PRIVATE Query: DataModifyQuery(sql="DROP TABLE JPA_PRIVATE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SECOND_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_SECOND_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_SECOND_LIEUTENANT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_OFFICER_CADET' Error Code: 1051 Call: DROP TABLE JPA_OFFICER_CADET Query: DataModifyQuery(sql="DROP TABLE JPA_OFFICER_CADET") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEY' Error Code: 1051 Call: DROP TABLE JPA_LACKEY Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEY") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEYCREW' Error Code: 1051 Call: DROP TABLE JPA_LACKEYCREW Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEYCREW") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_OFFICE' Error Code: 1051 Call: DROP TABLE CMP3_OFFICE Query: DataModifyQuery(sql="DROP TABLE CMP3_OFFICE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BOOKIE' Error Code: 1051 Call: DROP TABLE JPA_BOOKIE Query: DataModifyQuery(sql="DROP TABLE JPA_BOOKIE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CELLNUMBER' Error Code: 1051 Call: DROP TABLE JPA_CELLNUMBER Query: DataModifyQuery(sql="DROP TABLE JPA_CELLNUMBER") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_POOL' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_POOL Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_POOL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_HEAD' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_HEAD Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_HEAD") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_SHAFT' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_SHAFT Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_SHAFT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLFCLUB' Error Code: 1051 Call: DROP TABLE JPA_GOLFCLUB Query: DataModifyQuery(sql="DROP TABLE JPA_GOLFCLUB") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_ORDER' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_ORDER Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_ORDER") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_CONTRACT' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_CONTRACT Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_CONTRACT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_SCIENTIST' Error Code: 1051 Call: DROP TABLE CMP3_SCIENTIST Query: DataModifyQuery(sql="DROP TABLE CMP3_SCIENTIST") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPARTMENT' Error Code: 1051 Call: DROP TABLE CMP3_DEPARTMENT Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPARTMENT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPT_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_DEPT_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_ADMIN") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEPT_COMPETENCIES' Error Code: 1051 Call: DROP TABLE DEPT_COMPETENCIES Query: DataModifyQuery(sql="DROP TABLE DEPT_COMPETENCIES") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_CUBICLE' Error Code: 1051 Call: DROP TABLE CMP3_CUBICLE Query: DataModifyQuery(sql="DROP TABLE CMP3_CUBICLE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SARGEANT' Error Code: 1051 Call: DROP TABLE JPA_SARGEANT Query: DataModifyQuery(sql="DROP TABLE JPA_SARGEANT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL_CLONE' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL_CLONE Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL_CLONE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR' Error Code: 1051 Call: DROP TABLE JPA_MAJOR Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_MAJOR_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CAPTAIN' Error Code: 1051 Call: DROP TABLE JPA_CAPTAIN Query: DataModifyQuery(sql="DROP TABLE JPA_CAPTAIN") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BRIGADIER_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_BRIGADIER_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_BRIGADIER_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_CORPORAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_PRIVATE' Error Code: 1051 Call: DROP TABLE JPA_PRIVATE Query: DataModifyQuery(sql="DROP TABLE JPA_PRIVATE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SECOND_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_SECOND_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_SECOND_LIEUTENANT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_OFFICER_CADET' Error Code: 1051 Call: DROP TABLE JPA_OFFICER_CADET Query: DataModifyQuery(sql="DROP TABLE JPA_OFFICER_CADET") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEY' Error Code: 1051 Call: DROP TABLE JPA_LACKEY Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEY") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEYCREW' Error Code: 1051 Call: DROP TABLE JPA_LACKEYCREW Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEYCREW") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_OFFICE' Error Code: 1051 Call: DROP TABLE CMP3_OFFICE Query: DataModifyQuery(sql="DROP TABLE CMP3_OFFICE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BOOKIE' Error Code: 1051 Call: DROP TABLE JPA_BOOKIE Query: DataModifyQuery(sql="DROP TABLE JPA_BOOKIE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CELLNUMBER' Error Code: 1051 Call: DROP TABLE JPA_CELLNUMBER Query: DataModifyQuery(sql="DROP TABLE JPA_CELLNUMBER") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_POOL' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_POOL Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_POOL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_HEAD' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_HEAD Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_HEAD") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_SHAFT' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_SHAFT Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_SHAFT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLFCLUB' Error Code: 1051 Call: DROP TABLE JPA_GOLFCLUB Query: DataModifyQuery(sql="DROP TABLE JPA_GOLFCLUB") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_ORDER' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_ORDER Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_ORDER") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_CONTRACT' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_CONTRACT Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_CONTRACT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_SCIENTIST' Error Code: 1051 Call: DROP TABLE CMP3_SCIENTIST Query: DataModifyQuery(sql="DROP TABLE CMP3_SCIENTIST") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPARTMENT' Error Code: 1051 Call: DROP TABLE CMP3_DEPARTMENT Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPARTMENT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_DEPT_ADMIN' Error Code: 1051 Call: DROP TABLE CMP3_DEPT_ADMIN Query: DataModifyQuery(sql="DROP TABLE CMP3_DEPT_ADMIN") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.DEPT_COMPETENCIES' Error Code: 1051 Call: DROP TABLE DEPT_COMPETENCIES Query: DataModifyQuery(sql="DROP TABLE DEPT_COMPETENCIES") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_CUBICLE' Error Code: 1051 Call: DROP TABLE CMP3_CUBICLE Query: DataModifyQuery(sql="DROP TABLE CMP3_CUBICLE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SARGEANT' Error Code: 1051 Call: DROP TABLE JPA_SARGEANT Query: DataModifyQuery(sql="DROP TABLE JPA_SARGEANT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MASTER_CORPORAL_CLONE' Error Code: 1051 Call: DROP TABLE JPA_MASTER_CORPORAL_CLONE Query: DataModifyQuery(sql="DROP TABLE JPA_MASTER_CORPORAL_CLONE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR' Error Code: 1051 Call: DROP TABLE JPA_MAJOR Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_MAJOR_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_MAJOR_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_MAJOR_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CAPTAIN' Error Code: 1051 Call: DROP TABLE JPA_CAPTAIN Query: DataModifyQuery(sql="DROP TABLE JPA_CAPTAIN") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BRIGADIER_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_BRIGADIER_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_BRIGADIER_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CORPORAL' Error Code: 1051 Call: DROP TABLE JPA_CORPORAL Query: DataModifyQuery(sql="DROP TABLE JPA_CORPORAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_PRIVATE' Error Code: 1051 Call: DROP TABLE JPA_PRIVATE Query: DataModifyQuery(sql="DROP TABLE JPA_PRIVATE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT_GENERAL' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT_GENERAL Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT_GENERAL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_LIEUTENANT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_SECOND_LIEUTENANT' Error Code: 1051 Call: DROP TABLE JPA_SECOND_LIEUTENANT Query: DataModifyQuery(sql="DROP TABLE JPA_SECOND_LIEUTENANT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_OFFICER_CADET' Error Code: 1051 Call: DROP TABLE JPA_OFFICER_CADET Query: DataModifyQuery(sql="DROP TABLE JPA_OFFICER_CADET") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEY' Error Code: 1051 Call: DROP TABLE JPA_LACKEY Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEY") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_LACKEYCREW' Error Code: 1051 Call: DROP TABLE JPA_LACKEYCREW Query: DataModifyQuery(sql="DROP TABLE JPA_LACKEYCREW") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_OFFICE' Error Code: 1051 Call: DROP TABLE CMP3_OFFICE Query: DataModifyQuery(sql="DROP TABLE CMP3_OFFICE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_BOOKIE' Error Code: 1051 Call: DROP TABLE JPA_BOOKIE Query: DataModifyQuery(sql="DROP TABLE JPA_BOOKIE") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_CELLNUMBER' Error Code: 1051 Call: DROP TABLE JPA_CELLNUMBER Query: DataModifyQuery(sql="DROP TABLE JPA_CELLNUMBER") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.CMP3_ADMIN_POOL' Error Code: 1051 Call: DROP TABLE CMP3_ADMIN_POOL Query: DataModifyQuery(sql="DROP TABLE CMP3_ADMIN_POOL") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_HEAD' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_HEAD Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_HEAD") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_SHAFT' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_SHAFT Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_SHAFT") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLFCLUB' Error Code: 1051 Call: DROP TABLE JPA_GOLFCLUB Query: DataModifyQuery(sql="DROP TABLE JPA_GOLFCLUB") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA_GOLF_CLUB_ORDER' Error Code: 1051 Call: DROP TABLE JPA_GOLF_CLUB_ORDER Query: DataModifyQuery(sql="DROP TABLE JPA_GOLF_CLUB_ORDER") [EL Warning]: ServerSession(1281084526)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: query: UnitOfWork(407900341)--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(1958263860)--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(192145407)--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(192145407)--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: UnitOfWork(2079425972)--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: UnitOfWork(2079425972)--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: UnitOfWork(356751525)--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]: ddl: ServerSession(1281084526)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: query: UnitOfWork(945113652)--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: UnitOfWork(342722950)--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. [EL Warning]: ddl: ServerSession(1281084526)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: query: UnitOfWork(895909810)--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: UnitOfWork(51146286)--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. [EL Warning]: ddl: ServerSession(1281084526)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: query: UnitOfWork(111864851)--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: UnitOfWork(260022265)--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 [EL Warning]: ddl: ServerSession(1281084526)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1281084526)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: query: UnitOfWork(1982131517)--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: UnitOfWork(1982131517)--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: UnitOfWork(1982131517)--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: UnitOfWork(1794507744)--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. [EL Warning]: ddl: ServerSession(1281084526)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(1281084526)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Info]: 2023-10-17 08:53:11.203--DatabaseSessionImpl(115128668)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 504, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 35.252 s - in org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel3 [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2023-10-17 08:53:11.746--DatabaseSessionImpl(115128668)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.53 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 505, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_4) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/failsafe-reports/2023-10-17T08-47-37_578-jvmRun1.dumpstream [INFO] Running org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel4 [EL Info]: 2023-10-17 08:53:15.37--DatabaseSessionImpl(1150436743)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(441867003)--Exception while loading ORM xml file: META-INF/non-existant-orm-file.xml: Exception [EclipseLink-7253] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(441867003)--Overriding the FIELD mapping attribute [field description] with the PROPERTY mapping attribute [method getDescription] from class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw]. To avoid this warning you should mark the attribute [field description] as transient. [EL Warning]: metadata: ServerSession(441867003)--Overriding the FIELD mapping attribute [field itemId] with the PROPERTY mapping attribute [method getItemId] from class [org.eclipse.persistence.testing.models.jpa.xml.merge.relationships.Item]. To avoid this warning you should mark the attribute [field itemId] as transient. [EL Warning]: metadata: ServerSession(441867003)--Overriding the PROPERTY mapping attribute [method getDescription] with the FIELD mapping attribute [field description] from class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw]. To avoid this warning you should mark the attribute [method getDescription] as transient. [EL Warning]: metadata: ServerSession(441867003)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfo] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(441867003)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.NoiseBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(441867003)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Mason] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(441867003)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.SupporterInfoSub] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(441867003)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Trowel] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(441867003)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.inherited.BuildingBylaw] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(441867003)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.multitenant.MafiaFamily] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(441867003)--You have specified multiple ids for the entity class [org.eclipse.persistence.testing.models.jpa.advanced.Hinge] without specifying an @IdClass. By doing this you may lose the ability to find by identity, distributed cache support etc. Note: You may however use EntityManager find operations by passing a list of primary key fields. Else, you will have to use JPQL queries to read your entities. For other id options see @PrimaryKey. [EL Warning]: metadata: ServerSession(441867003)--The tenant discriminator context property for the tenant discriminator column [JPA_CONTRACT.TENANT_ID] on the element [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Contract] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(441867003)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Supporter] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(441867003)--The tenant table discriminator context property for the entity [class org.eclipse.persistence.testing.models.jpa.advanced.multitenant.Candidate] is being defaulted to: eclipselink.tenant-id. [EL Warning]: metadata: ServerSession(441867003)--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(441867003)--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(441867003)--Element [method getCCustomers2] within entity class [class org.eclipse.persistence.testing.models.jpa.relationships.Customer] uses a collection type [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] when the JPA specification only supports java.util.Collection, java.util.Set, java.util.List, or java.util.Map. This type is supported with eager loading; using lazy loading with this collection type requires additional configuration and an IndirectContainer implementation that extends [class org.eclipse.persistence.testing.models.jpa.relationships.CustomerCollection] or setting the mapping to use basic indirection and the type to be ValueholderInterface. [EL Warning]: metadata: ServerSession(441867003)--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(441867003)--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(441867003)--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(441867003)--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(441867003)--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(441867003)--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(441867003)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(441867003)--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(441867003)--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(441867003)--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(441867003)--Parent Entity Food has an isolation level of: PROTECTED which is more protective then the subclass Sandwich with isolation: null so the subclass has been set to the isolation level PROTECTED. [EL Warning]: metadata: ServerSession(441867003)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Underboss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(441867003)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[tire] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: ServerSession(441867003)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(441867003)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(441867003)--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(441867003)--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(441867003)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: ServerSession(441867003)--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(441867003)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-g4hk4 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-g4hk4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-g4hk4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-g4hk4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-g4hk4 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-g4hk4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-g4hk4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-g4hk4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-g4hk4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-g4hk4, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-g4hk4" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-pq1pq because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-pq1pq" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-pq1pq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-pq1pq" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-pq1pq io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-pq1pq" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-pq1pq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-pq1pq" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-pq1pq" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-pq1pq, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-pq1pq" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: metadata: 2023-10-17 08:53:21.978--ServerSession(932493233)--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: 2023-10-17 08:53:21.979--ServerSession(932493233)--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: 2023-10-17 08:53:21.982--ServerSession(932493233)--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 Info]: 2023-10-17 08:53:22.069--ServerSession(932493233)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:53:22.088--ServerSession(932493233)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:22.089--ServerSession(932493233)--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: 2023-10-17 08:53:22.091--ServerSession(932493233)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:22.091--ServerSession(932493233)--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: 2023-10-17 08:53:22.092--ServerSession(932493233)--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: 2023-10-17 08:53:22.094--ServerSession(932493233)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:22.096--ServerSession(932493233)--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]: 2023-10-17 08:53:22.387--ServerSession(932493233)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:22.656--ServerSession(932493233)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:22.977--ServerSession(932493233)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:23.218--ServerSession(932493233)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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))") Closing factory: ddlGeneration [EL Info]: 2023-10-17 08:53:23.323--ServerSession(1589864603)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: METADATA_COMPLETE [EL Info]: 2023-10-17 08:53:23.367--ServerSession(1973861638)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: XML_MAPPING_METADATA_COMPLETE [EL Info]: 2023-10-17 08:53:24.998--SessionBroker(757046979)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:53:25.057--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]: 2023-10-17 08:53:25.291--ServerSession(1641667861)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_XML_BR1_Address does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_XML_BR1_Address Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XML_BR1_Address") [EL Warning]: 2023-10-17 08:53:25.292--ServerSession(1641667861)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_XML_BR1_InOut does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_XML_BR1_InOut Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XML_BR1_InOut") Closing factory: xml-composite-advanced [EL Info]: 2023-10-17 08:53:25.442--ServerSession(770854681)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:53:25.509--ServerSession(74211793)--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: 2023-10-17 08:53:25.509--ServerSession(74211793)--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: 2023-10-17 08:53:25.513--ServerSession(74211793)--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 Info]: 2023-10-17 08:53:25.541--ServerSession(74211793)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:53:25.557--ServerSession(74211793)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:25.558--ServerSession(74211793)--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: 2023-10-17 08:53:25.559--ServerSession(74211793)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:25.56--ServerSession(74211793)--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: 2023-10-17 08:53:25.56--ServerSession(74211793)--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: 2023-10-17 08:53:25.562--ServerSession(74211793)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:25.563--ServerSession(74211793)--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]: 2023-10-17 08:53:26.029--ServerSession(74211793)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:26.291--ServerSession(74211793)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:26.566--ServerSession(74211793)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:26.782--ServerSession(74211793)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:26.784--ServerSession(74211793)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:26.785--ServerSession(74211793)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:26.788--ServerSession(74211793)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2023-10-17 08:53:27.223--UnitOfWork(762522842)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:27.237--ServerSession(74211793)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:27.237--ServerSession(74211793)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:27.238--ServerSession(74211793)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:27.239--ServerSession(74211793)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: metadata: 2023-10-17 08:53:27.281--ServerSession(545535492)--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: 2023-10-17 08:53:27.281--ServerSession(545535492)--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: 2023-10-17 08:53:27.284--ServerSession(545535492)--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 Info]: 2023-10-17 08:53:27.302--ServerSession(545535492)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:53:27.317--ServerSession(545535492)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:27.318--ServerSession(545535492)--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: 2023-10-17 08:53:27.319--ServerSession(545535492)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:27.32--ServerSession(545535492)--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: 2023-10-17 08:53:27.32--ServerSession(545535492)--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: 2023-10-17 08:53:27.322--ServerSession(545535492)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:27.323--ServerSession(545535492)--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]: 2023-10-17 08:53:27.343--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENTA' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENTA (F_NAME VARCHAR(64) NOT NULL, L_NAME VARCHAR(64) NOT NULL, SEQ INTEGER NOT NULL, B_CODE VARCHAR(64), B_SEQ BIGINT, B_UNQ1 VARCHAR(255), B_UNQ2 VARCHAR(255), PRIMARY KEY (F_NAME, L_NAME, SEQ)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENTA (F_NAME VARCHAR(64) NOT NULL, L_NAME VARCHAR(64) NOT NULL, SEQ INTEGER NOT NULL, B_CODE VARCHAR(64), B_SEQ BIGINT, B_UNQ1 VARCHAR(255), B_UNQ2 VARCHAR(255), PRIMARY KEY (F_NAME, L_NAME, SEQ))") [EL Warning]: 2023-10-17 08:53:27.374--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:27.464--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_EMP' already exists Error Code: 1050 Call: CREATE TABLE DDL_EMP (ID INTEGER NOT NULL, JUSTTOTEST SMALLINT, PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE DDL_EMP (ID INTEGER NOT NULL, JUSTTOTEST SMALLINT, PRIMARY KEY (ID))") [EL Warning]: 2023-10-17 08:53:27.479--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'Foos' already exists Error Code: 1050 Call: CREATE TABLE Foos (ordinal_nbr INTEGER NOT NULL, contact_id INTEGER NOT NULL, PRIMARY KEY (ordinal_nbr, contact_id)) Query: DataModifyQuery(sql="CREATE TABLE Foos (ordinal_nbr INTEGER NOT NULL, contact_id INTEGER NOT NULL, PRIMARY KEY (ordinal_nbr, contact_id))") [EL Warning]: 2023-10-17 08:53:27.491--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'Countries' already exists Error Code: 1050 Call: CREATE TABLE Countries (iso_code VARCHAR(50) NOT NULL, name VARCHAR(255), PRIMARY KEY (iso_code)) Query: DataModifyQuery(sql="CREATE TABLE Countries (iso_code VARCHAR(50) NOT NULL, name VARCHAR(255), PRIMARY KEY (iso_code))") [EL Warning]: 2023-10-17 08:53:27.506--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_COURSE' already exists Error Code: 1050 Call: CREATE TABLE DDL_COURSE (ID BIGINT NOT NULL, PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE DDL_COURSE (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [EL Warning]: 2023-10-17 08:53:27.659--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:27.669--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:27.932--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:28.156--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:28.157--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:28.158--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2023-10-17 08:53:28.158--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:28.16--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:28.16--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:28.161--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:28.162--ServerSession(545535492)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") Closing factory: ddlGeneration [EL Info]: 2023-10-17 08:53:28.191--ServerSession(715117698)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:53:28.205--ServerSession(715117698)--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: 2023-10-17 08:53:28.206--ServerSession(715117698)--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: 2023-10-17 08:53:28.207--ServerSession(715117698)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[contactInfo] because the aggregate has a (possibly nested) target foreign key mapping Closing factory: ddlTableSuffix [EL Info]: 2023-10-17 08:53:28.233--ServerSession(2145027279)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: ddlTablePerClass [EL Warning]: metadata: 2023-10-17 08:53:28.493--ServerSession(2131438577)--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: 2023-10-17 08:53:28.493--ServerSession(2131438577)--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: 2023-10-17 08:53:28.496--ServerSession(2131438577)--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 Info]: 2023-10-17 08:53:28.523--ServerSession(2131438577)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:53:28.537--ServerSession(2131438577)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:28.537--ServerSession(2131438577)--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: 2023-10-17 08:53:28.538--ServerSession(2131438577)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:28.539--ServerSession(2131438577)--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: 2023-10-17 08:53:28.54--ServerSession(2131438577)--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: 2023-10-17 08:53:28.541--ServerSession(2131438577)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:28.542--ServerSession(2131438577)--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]: 2023-10-17 08:53:28.972--ServerSession(2131438577)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:29.224--ServerSession(2131438577)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:29.493--ServerSession(2131438577)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:29.713--ServerSession(2131438577)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:29.714--ServerSession(2131438577)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:29.716--ServerSession(2131438577)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:29.718--ServerSession(2131438577)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2023-10-17 08:53:29.755--UnitOfWork(709531076)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.Purchase@3993cecb) [EL Warning]: 2023-10-17 08:53:29.757--UnitOfWork(703352837)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 => [9 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.PropertyInfo@3380313d) Closing factory: ddlGeneration [EL Info]: 2023-10-17 08:53:29.823--ServerSession(897049468)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: ddlTablePerClass [EL Warning]: metadata: 2023-10-17 08:53:30.052--ServerSession(1085793932)--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: 2023-10-17 08:53:30.053--ServerSession(1085793932)--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: 2023-10-17 08:53:30.055--ServerSession(1085793932)--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 Info]: 2023-10-17 08:53:30.077--ServerSession(1085793932)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:53:30.09--ServerSession(1085793932)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:30.091--ServerSession(1085793932)--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: 2023-10-17 08:53:30.092--ServerSession(1085793932)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:30.092--ServerSession(1085793932)--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: 2023-10-17 08:53:30.093--ServerSession(1085793932)--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: 2023-10-17 08:53:30.094--ServerSession(1085793932)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:30.095--ServerSession(1085793932)--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]: 2023-10-17 08:53:30.548--ServerSession(1085793932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:30.806--ServerSession(1085793932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:31.092--ServerSession(1085793932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:31.329--ServerSession(1085793932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:31.331--ServerSession(1085793932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:31.332--ServerSession(1085793932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2023-10-17 08:53:31.333--ServerSession(1085793932)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") Closing factory: ddlGeneration [EL Warning]: metadata: 2023-10-17 08:53:31.388--ServerSession(1308514087)--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: 2023-10-17 08:53:31.388--ServerSession(1308514087)--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: 2023-10-17 08:53:31.388--ServerSession(1308514087)--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: 2023-10-17 08:53:31.389--ServerSession(1308514087)--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. [EL Info]: 2023-10-17 08:53:31.398--ServerSession(1308514087)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: ddlTablePerTenantGeneration [EL Warning]: metadata: 2023-10-17 08:53:31.66--ServerSession(1892060750)--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: 2023-10-17 08:53:31.661--ServerSession(1892060750)--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: 2023-10-17 08:53:31.664--ServerSession(1892060750)--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 Info]: 2023-10-17 08:53:31.687--ServerSession(1892060750)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:53:31.7--ServerSession(1892060750)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:31.701--ServerSession(1892060750)--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: 2023-10-17 08:53:31.702--ServerSession(1892060750)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:31.703--ServerSession(1892060750)--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: 2023-10-17 08:53:31.703--ServerSession(1892060750)--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: 2023-10-17 08:53:31.705--ServerSession(1892060750)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:31.706--ServerSession(1892060750)--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]: 2023-10-17 08:53:32.153--ServerSession(1892060750)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:32.44--ServerSession(1892060750)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:32.713--ServerSession(1892060750)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:32.937--ServerSession(1892060750)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2023-10-17 08:53:32.938--ServerSession(1892060750)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:32.939--ServerSession(1892060750)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:32.94--ServerSession(1892060750)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:32.965--UnitOfWork(1769445348)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@3d7d920b) [EL Warning]: 2023-10-17 08:53:32.966--UnitOfWork(1130915779)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@38cbbd0b) [EL Warning]: 2023-10-17 08:53:32.967--UnitOfWork(1424925036)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@262ea940) [EL Warning]: 2023-10-17 08:53:32.971--UnitOfWork(1977391455)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@2fb171f5) [EL Warning]: 2023-10-17 08:53:32.972--UnitOfWork(428210403)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@51c660c8) [EL Warning]: 2023-10-17 08:53:32.973--UnitOfWork(275677548)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@7ba70b3b) Closing factory: ddlGeneration [EL Info]: 2023-10-17 08:53:33.101--ServerSession(2061802834)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: ddlTablePerClass [EL Warning]: metadata: 2023-10-17 08:53:33.342--ServerSession(1090360152)--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: 2023-10-17 08:53:33.342--ServerSession(1090360152)--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: 2023-10-17 08:53:33.345--ServerSession(1090360152)--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 Info]: 2023-10-17 08:53:33.373--ServerSession(1090360152)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:53:33.389--ServerSession(1090360152)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:33.389--ServerSession(1090360152)--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: 2023-10-17 08:53:33.39--ServerSession(1090360152)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:33.391--ServerSession(1090360152)--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: 2023-10-17 08:53:33.391--ServerSession(1090360152)--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: 2023-10-17 08:53:33.393--ServerSession(1090360152)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:33.394--ServerSession(1090360152)--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]: 2023-10-17 08:53:33.848--ServerSession(1090360152)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:34.105--ServerSession(1090360152)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:34.374--ServerSession(1090360152)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:34.615--ServerSession(1090360152)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:34.616--ServerSession(1090360152)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:34.619--ServerSession(1090360152)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2023-10-17 08:53:34.62--ServerSession(1090360152)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:35.052--UnitOfWork(934900628)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:35.066--ServerSession(1090360152)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:35.067--ServerSession(1090360152)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:35.068--ServerSession(1090360152)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2023-10-17 08:53:35.068--ServerSession(1090360152)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: metadata: 2023-10-17 08:53:35.105--ServerSession(1369141866)--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: 2023-10-17 08:53:35.105--ServerSession(1369141866)--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: 2023-10-17 08:53:35.108--ServerSession(1369141866)--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 Info]: 2023-10-17 08:53:35.122--ServerSession(1369141866)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:53:35.136--ServerSession(1369141866)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Capo with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:35.137--ServerSession(1369141866)--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: 2023-10-17 08:53:35.138--ServerSession(1369141866)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Soldier with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:35.138--ServerSession(1369141866)--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: 2023-10-17 08:53:35.139--ServerSession(1369141866)--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: 2023-10-17 08:53:35.14--ServerSession(1369141866)--Parent Entity Mafioso has an isolation level of: ISOLATED which is more protective then the subclass Boss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:53:35.142--ServerSession(1369141866)--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]: 2023-10-17 08:53:35.162--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENTA' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENTA (F_NAME VARCHAR(64) NOT NULL, L_NAME VARCHAR(64) NOT NULL, SEQ INTEGER NOT NULL, B_CODE VARCHAR(64), B_SEQ BIGINT, B_UNQ1 VARCHAR(255), B_UNQ2 VARCHAR(255), PRIMARY KEY (F_NAME, L_NAME, SEQ)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENTA (F_NAME VARCHAR(64) NOT NULL, L_NAME VARCHAR(64) NOT NULL, SEQ INTEGER NOT NULL, B_CODE VARCHAR(64), B_SEQ BIGINT, B_UNQ1 VARCHAR(255), B_UNQ2 VARCHAR(255), PRIMARY KEY (F_NAME, L_NAME, SEQ))") [EL Warning]: 2023-10-17 08:53:35.188--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:35.274--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_EMP' already exists Error Code: 1050 Call: CREATE TABLE DDL_EMP (ID INTEGER NOT NULL, JUSTTOTEST SMALLINT, PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE DDL_EMP (ID INTEGER NOT NULL, JUSTTOTEST SMALLINT, PRIMARY KEY (ID))") [EL Warning]: 2023-10-17 08:53:35.287--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'Foos' already exists Error Code: 1050 Call: CREATE TABLE Foos (ordinal_nbr INTEGER NOT NULL, contact_id INTEGER NOT NULL, PRIMARY KEY (ordinal_nbr, contact_id)) Query: DataModifyQuery(sql="CREATE TABLE Foos (ordinal_nbr INTEGER NOT NULL, contact_id INTEGER NOT NULL, PRIMARY KEY (ordinal_nbr, contact_id))") [EL Warning]: 2023-10-17 08:53:35.299--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'Countries' already exists Error Code: 1050 Call: CREATE TABLE Countries (iso_code VARCHAR(50) NOT NULL, name VARCHAR(255), PRIMARY KEY (iso_code)) Query: DataModifyQuery(sql="CREATE TABLE Countries (iso_code VARCHAR(50) NOT NULL, name VARCHAR(255), PRIMARY KEY (iso_code))") [EL Warning]: 2023-10-17 08:53:35.312--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_COURSE' already exists Error Code: 1050 Call: CREATE TABLE DDL_COURSE (ID BIGINT NOT NULL, PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE DDL_COURSE (ID BIGINT NOT NULL, PRIMARY KEY (ID))") [EL Warning]: 2023-10-17 08:53:35.46--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:35.469--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:35.735--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:35.957--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:35.958--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:35.959--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:35.96--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2023-10-17 08:53:35.96--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JDO_SEQUENCE' already exists Error Code: 1050 Call: CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID)) Query: DataModifyQuery(sql="CREATE TABLE JDO_SEQUENCE (ID VARCHAR(50) NOT NULL, SEQUENCE_VALUE DECIMAL(38), PRIMARY KEY (ID))") [EL Warning]: 2023-10-17 08:53:35.961--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:53:35.962--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'CMP3_MERGE_BEER_SEQ' already exists Error Code: 1050 Call: CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE CMP3_MERGE_BEER_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:35.962--ServerSession(1369141866)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'DDL_CKENT_SEQ' already exists Error Code: 1050 Call: CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME)) Query: DataModifyQuery(sql="CREATE TABLE DDL_CKENT_SEQ (SEQ_NAME VARCHAR(50) NOT NULL, SEQ_COUNT DECIMAL(38), PRIMARY KEY (SEQ_NAME))") [EL Warning]: 2023-10-17 08:53:35.993--UnitOfWork(1524888886)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.Purchase@66008321) [EL Warning]: 2023-10-17 08:53:35.994--UnitOfWork(1464830399)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 => [9 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.PropertyInfo@3554de46) [EL Warning]: 2023-10-17 08:53:36.0--UnitOfWork(1217132493)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@1e8f20bf) [EL Warning]: 2023-10-17 08:53:36.0--UnitOfWork(1711483789)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@2fe6bcbb) [EL Warning]: 2023-10-17 08:53:36.001--UnitOfWork(644163395)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity1@7c1a5092) [EL Warning]: 2023-10-17 08:53:36.004--UnitOfWork(1776694988)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@7ff395fa) [EL Warning]: 2023-10-17 08:53:36.004--UnitOfWork(2062242818)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@a59324f) [EL Warning]: 2023-10-17 08:53:36.005--UnitOfWork(465534593)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 => [5 parameters bound] Query: InsertObjectQuery(org.eclipse.persistence.testing.models.jpa.ddlgeneration.UniqueConstraintsEntity2@39e3da5a) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-d289p because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-d289p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-d289p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-d289p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-d289p io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-d289p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-d289p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-d289p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-d289p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-d289p, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-d289p" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: UnitOfWork(1452425896)--java.lang.IllegalStateException: During synchronization a new object was found through a relationship that was not marked cascade PERSIST: Engine [0]. Closing factory: ddlGeneration [EL Info]: 2023-10-17 08:53:38.292--ServerSession(1257524802)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:53:38.307--ServerSession(1257524802)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping [EL Info]: 2023-10-17 08:53:38.321--ServerSession(838700655)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:53:38.334--ServerSession(838700655)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping [EL Info]: 2023-10-17 08:53:38.355--ServerSession(1836739263)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:53:38.368--ServerSession(1836739263)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[observation] because the aggregate has a (possibly nested) target foreign key mapping [EL Info]: metamodel: 2023-10-17 08:53:38.375--ServerSession(1836739263)--Printed list of Metamodel [56] Types to follow: [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@1004780164:Board [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Board descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Board --> [DatabaseTable(CMP3_MM_BOARD)]), mappings: 5]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@715804962:Computer [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Computer descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Computer --> [DatabaseTable(CMP3_MM_COMPUTER)]), mappings: 9]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@45375198:Enclosure [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Enclosure descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Enclosure --> [DatabaseTable(CMP3_MM_ENCLOSURE)]), mappings: 5]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@2007207148:GalacticPosition [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.GalacticPosition descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.GalacticPosition --> [DatabaseTable(CMP3_MM_GALACTIC)]), mappings: 5]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@1370631942:Location [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Location descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Location --> [DatabaseTable(CMP3_MM_GALACTIC)]), mappings: 8]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@703154003:Manufacturer [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Manufacturer --> [DatabaseTable(CMP3_MM_MANUF)]), mappings: 34]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@160149022:Processor [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Processor descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Processor --> [DatabaseTable(CMP3_MM_PROC)]), mappings: 3]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@1646561071:SoftwareDesigner [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.SoftwareDesigner descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.SoftwareDesigner --> [DatabaseTable(CMP3_MM_SWDESIGNER)]), mappings: 6]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@573464178:HardwareDesigner [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.HardwareDesigner descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.HardwareDesigner --> [DatabaseTable(CMP3_MM_HWDESIGNER)]), mappings: 13]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@1100891835:User [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.User descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.User --> [DatabaseTable(CMP3_MM_USER)]), mappings: 4]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@355597256:ArrayProcessor [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.ArrayProcessor descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.ArrayProcessor --> [DatabaseTable(CMP3_MM_PROC)]), mappings: 4]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@1399458750:VectorProcessor [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.VectorProcessor descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.VectorProcessor --> [DatabaseTable(CMP3_MM_PROC)]), mappings: 4]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@57082479:MS_MS_Entity_Leaf [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Leaf descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Leaf --> [DatabaseTable(CMP3_MM_MSMSENTITY_LEAF)]), mappings: 7]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@822032166:MultiCoreCPU [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.MultiCoreCPU descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.MultiCoreCPU --> [DatabaseTable(CMP3_MM_MULTICORECPU)]), mappings: 3]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@705324362:Core [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Core descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Core --> [DatabaseTable(CMP3_MM_CORE)]), mappings: 3]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EmbeddableTypeImpl@700361806:CompositePK [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.CompositePK descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.CompositePK --> []), mappings: 2]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EmbeddableTypeImpl@317831020:ObservationDetail [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.ObservationDetail descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.ObservationDetail --> []), mappings: 1]]} [EL Info]: metamodel: 2023-10-17 08:53:38.377--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@1535042579:WithInner [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.WithInner descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.WithInner --> [DatabaseTable(INNER_PK)]), mappings: 3]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@573045251:Foo [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Foo descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Foo --> [DatabaseTable(CMP3_MM_FOO)]), mappings: 2]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@2124938965:Memory [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Memory descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Memory --> [DatabaseTable(CMP3_MM_MEMORY)]), mappings: 3]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@1643277498:FooBar [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.FooBar descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.FooBar --> [DatabaseTable(CMP3_MM_FOOBAR)]), mappings: 3]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [EmbeddableTypeImpl@1291862763:FooBarId [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.FooBarId descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.FooBarId --> []), mappings: 2]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@1357532842:EntityChildOfMSRootPropertyAccess [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.EntityChildOfMSRootPropertyAccess descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.EntityChildOfMSRootPropertyAccess --> [DatabaseTable(ENTITYCHILDOFMSROOTPROPERTYACCESS)]), mappings: 2]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [EmbeddableTypeImpl@301617972:Observation [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Observation descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Observation --> []), mappings: 5]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [EmbeddableTypeImpl@1671391757:CPUEmbeddedId [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.CPUEmbeddedId descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.CPUEmbeddedId --> []), mappings: 1]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [EntityTypeImpl@742878095:Bar [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Bar descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Bar --> [DatabaseTable(CMP3_MM_BAR)]), mappings: 1]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [EmbeddableTypeImpl@777715635:EmbeddedPK [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.EmbeddedPK descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.EmbeddedPK --> []), mappings: 1]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [MappedSuperclassTypeImpl@1380065170:MSRootPropertyAccess [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.MSRootPropertyAccess descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.MSRootPropertyAccess --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 1]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [MappedSuperclassTypeImpl@420925675:CPU [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.CPU descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.CPU --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 2]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [MappedSuperclassTypeImpl@2112179175:Person [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Person descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Person --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 3]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [MappedSuperclassTypeImpl@582612063:CoordinateMS [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.CoordinateMS descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.CoordinateMS --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 3]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [MappedSuperclassTypeImpl@1623572757:Corporation [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Corporation descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Corporation --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 2]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [MappedSuperclassTypeImpl@1333511278:MS_MS_Entity_Root [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Root descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Root --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 4]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [MappedSuperclassTypeImpl@404100117:Designer [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Designer descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.Designer --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 2]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [MappedSuperclassTypeImpl@1977614404:MS_MS_Entity_Center [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Center descriptor: RelationalDescriptor(org.eclipse.persistence.testing.models.jpa.metamodel.MS_MS_Entity_Center --> [DatabaseTable(__METAMODEL_RESERVED_IN_MEM_ONLY_TABLE_NAME)]), mappings: 2]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@100054770:Integer [ javaType: class java.lang.Integer]]} [EL Info]: metamodel: 2023-10-17 08:53:38.378--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@325833169:int [ javaType: int]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@1174044442:String [ javaType: class java.lang.String]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@1960261368:EnclosureIdClassPK [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.EnclosureIdClassPK]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@1143361462:BigDecimal [ javaType: class java.math.BigDecimal]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@151976890:BigInteger [ javaType: class java.math.BigInteger]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@530204462:boolean [ javaType: boolean]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@1387778771:Boolean [ javaType: class java.lang.Boolean]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@614104268:byte [ javaType: byte]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@1521975502:Byte [ javaType: class java.lang.Byte]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@400101249:char [ javaType: char]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@2064934627:Character [ javaType: class java.lang.Character]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@211753297:double [ javaType: double]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@1783126524:Double [ javaType: class java.lang.Double]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@892532275:float [ javaType: float]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@1833549064:Float [ javaType: class java.lang.Float]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@434660449:long [ javaType: long]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@826759449:Long [ javaType: class java.lang.Long]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@333886060:short [ javaType: short]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@870837477:Short [ javaType: class java.lang.Short]]} [EL Info]: metamodel: 2023-10-17 08:53:38.379--ServerSession(1836739263)--Metamodel Type: [BasicTypeImpl@1769364884:Position [ javaType: class org.eclipse.persistence.testing.models.jpa.metamodel.Position]]} [EL Warning]: ddl: ServerSession(441867003)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: ddl: ServerSession(441867003)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-jnzk7 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-jnzk7" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-jnzk7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-jnzk7" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-jnzk7 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-jnzk7" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-jnzk7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-jnzk7" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-jnzk7" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-jnzk7, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-jnzk7" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Warning]: ddl: ServerSession(441867003)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(441867003)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(441867003)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. [EL Warning]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: ServerSession(441867003)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") results are :[28] Closing factory: metamodel1 [EL Info]: 2023-10-17 08:53:48.682--ServerSession(1214316440)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: ddl: ServerSession(441867003)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: ServerSession(441867003)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. Closing factory: DISABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:49.019--ServerSession(1363629044)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: ALL [EL Info]: 2023-10-17 08:53:49.057--ServerSession(1650164347)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: DISABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:49.094--ServerSession(1771724036)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: ALL-Property [EL Info]: 2023-10-17 08:53:49.137--ServerSession(1174979589)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: DISABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:49.174--ServerSession(758127374)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: NONE [EL Info]: 2023-10-17 08:53:49.21--ServerSession(715801972)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: DISABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:49.245--ServerSession(2065798868)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: NONE-Property [EL Info]: 2023-10-17 08:53:49.281--ServerSession(1084940570)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: DISABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:49.317--ServerSession(7789646)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: CacheUnlisted [EL Info]: 2023-10-17 08:53:49.352--ServerSession(1522835195)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: DISABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:49.388--ServerSession(398085606)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: NONE-Property-Conflict [EL Info]: 2023-10-17 08:53:49.425--ServerSession(1362699574)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: DISABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:49.461--ServerSession(2028009450)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: ENABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:49.496--ServerSession(541237871)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: DISABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:49.532--ServerSession(850359367)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: ENABLE_SELECTIVE-Property [EL Info]: 2023-10-17 08:53:49.567--ServerSession(1463879840)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: DISABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:49.601--ServerSession(417785925)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: DISABLE_SELECTIVE-Property [EL Info]: 2023-10-17 08:53:49.641--ServerSession(412670762)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: DISABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:49.675--ServerSession(1375798147)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: UNSPECIFIED [EL Info]: 2023-10-17 08:53:49.709--ServerSession(156916511)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: DISABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:49.744--ServerSession(1234971668)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: UNSPECIFIED-Property [EL Info]: 2023-10-17 08:53:49.778--ServerSession(537501117)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: DISABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:49.86--ServerSession(1136685930)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: NONE [EL Info]: 2023-10-17 08:53:49.917--ServerSession(173603238)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: DISABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:49.95--ServerSession(958509062)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: NONE [EL Info]: 2023-10-17 08:53:50.001--ServerSession(1828500527)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: DISABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:50.035--ServerSession(1345842600)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: ALL [EL Info]: 2023-10-17 08:53:50.087--ServerSession(1743674136)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: DISABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:50.12--ServerSession(571512241)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: ALL [EL Info]: 2023-10-17 08:53:50.172--ServerSession(122063374)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: transaction: 2023-10-17 08:53:50.264--UnitOfWork(202479188)--property jakarta.persistence.cacheStoreMode is deprecated, property jakarta.persistence.cache.storeMode should be used instead. [EL Info]: transaction: 2023-10-17 08:53:50.266--UnitOfWork(766894499)--property jakarta.persistence.cacheRetrieveMode is deprecated, property jakarta.persistence.cache.retrieveMode should be used instead. [EL Info]: transaction: 2023-10-17 08:53:50.266--UnitOfWork(766894499)--property jakarta.persistence.cacheStoreMode is deprecated, property jakarta.persistence.cache.storeMode should be used instead. Closing factory: DISABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:50.315--ServerSession(1913713630)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: ddl: 2023-10-17 08:53:50.447--ServerSession(1913713630)--Removing UNIQUE constraint definition from [PRODUCT_FALSE.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:53:50.449--ServerSession(1913713630)--Removing UNIQUE constraint definition from [PRODUCT_TRUE.ID] because it is also a primary key. Closing factory: ENABLE_SELECTIVE [EL Info]: 2023-10-17 08:53:50.553--ServerSession(93389435)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 Closing factory: delimited [EL Info]: 2023-10-17 08:53:50.789--ServerSession(974232437)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: ddl: ServerSession(441867003)--Removing UNIQUE constraint definition from [CMP3_EMBED_VISITOR.ID] because it is also a primary key. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-39ctn because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-39ctn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-39ctn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-39ctn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-39ctn io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-39ctn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-39ctn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-39ctn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-39ctn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-39ctn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-39ctn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) Closing factory: cascade-deletes [EL Info]: 2023-10-17 08:53:54.462--ServerSession(1750257441)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:53:54.488--DatabaseSessionImpl(818733755)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 745, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 39.39 s - in org.eclipse.persistence.testing.tests.jpa.AllCMP3TestRunModel4 [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2023-10-17 08:53:56.182--DatabaseSessionImpl(818733755)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.682 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 746, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_xml_entity_mappings) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/failsafe-reports/2023-10-17T08-47-37_578-jvmRun1.dumpstream [INFO] Running org.eclipse.persistence.testing.tests.jpa.xml.EntityMappingsJUnitTestSuite [EL Warning]: metadata: ServerSession(362432678)--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(362432678)--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(362432678)--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(362432678)--Ignoring JPA 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(362432678)--Ignoring JPA 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(362432678)--Ignoring JPA 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(362432678)--Ignoring JPA 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(362432678)--Ignoring JPA 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(362432678)--Ignoring JPA 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(362432678)--Ignoring JPA 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(362432678)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: ServerSession(362432678)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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(362432678)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") [EL Info]: ServerSession(1231205406)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: ServerSession(1514723919)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: ServerSession(1352294549)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: ServerSession(1352294549)--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(1352294549)--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(1352294549)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[teamVitals] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: metadata: 2023-10-17 08:54:01.445--ServerSession(322612414)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Address] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2023-10-17 08:54:01.446--ServerSession(322612414)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2023-10-17 08:54:01.446--ServerSession(322612414)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2023-10-17 08:54:01.446--ServerSession(322612414)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2023-10-17 08:54:01.446--ServerSession(322612414)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2023-10-17 08:54:01.447--ServerSession(322612414)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [EL Warning]: metadata: 2023-10-17 08:54:01.447--ServerSession(322612414)--Ignoring JPA convert specification on element [method getMy] within entity class [class org.eclipse.persistence.testing.models.jpa.xml.advanced.dynamic.Employee] since EclipseLink convert metadata is specified. [EL Info]: 2023-10-17 08:54:01.477--ServerSession(322612414)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:54:01.777--ServerSession(322612414)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_DynamicAddress does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_DynamicAddress Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_DynamicAddress") [EL Warning]: 2023-10-17 08:54:01.778--ServerSession(322612414)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_DynamicInOut does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_DynamicInOut Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_DynamicInOut") [EL Info]: 2023-10-17 08:54:01.872--ServerSession(1421940560)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:54:01.888--The collection of metamodel types is empty. Model classes may not have been found during entity search for Java SE and some Java EE container managed persistence units. Please verify that your entity classes are referenced in persistence.xml using either elements or a global false element [EL Warning]: metadata: 2023-10-17 08:54:01.937--ServerSession(1436136891)--Ignoring JPA 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: 2023-10-17 08:54:01.938--ServerSession(1436136891)--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 Info]: 2023-10-17 08:54:01.946--ServerSession(1436136891)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:54:01.958--ServerSession(1436136891)--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: 2023-10-17 08:54:01.959--ServerSession(1436136891)--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: 2023-10-17 08:54:01.96--ServerSession(1436136891)--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: 2023-10-17 08:54:01.96--ServerSession(1436136891)--Parent Entity XMLMafioso has an isolation level of: ISOLATED which is more protective then the subclass XMLBoss with isolation: null so the subclass has been set to the isolation level ISOLATED. [EL Warning]: metadata: 2023-10-17 08:54:02.44--ServerSession(338048780)--Ignoring JPA 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: 2023-10-17 08:54:02.44--ServerSession(338048780)--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 Info]: 2023-10-17 08:54:02.445--ServerSession(338048780)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:54:02.552--ServerSession(190704044)--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: 2023-10-17 08:54:02.553--ServerSession(190704044)--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: 2023-10-17 08:54:02.553--ServerSession(190704044)--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: 2023-10-17 08:54:02.553--ServerSession(190704044)--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 Info]: 2023-10-17 08:54:02.564--ServerSession(190704044)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:54:02.62--ServerSession(1421545876)--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: 2023-10-17 08:54:02.62--ServerSession(1421545876)--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: 2023-10-17 08:54:02.621--ServerSession(1421545876)--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: 2023-10-17 08:54:02.621--ServerSession(1421545876)--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 Info]: 2023-10-17 08:54:02.624--ServerSession(1421545876)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:54:03.971--ServerSession(1864630663)--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: 2023-10-17 08:54:03.972--ServerSession(1864630663)--Ignoring JPA 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: 2023-10-17 08:54:03.972--ServerSession(1864630663)--Ignoring JPA 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: 2023-10-17 08:54:03.986--ServerSession(851074149)--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: 2023-10-17 08:54:03.988--ServerSession(851074149)--Ignoring JPA 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: 2023-10-17 08:54:03.988--ServerSession(851074149)--Ignoring JPA 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: 2023-10-17 08:54:03.996--ServerSession(610358919)--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: 2023-10-17 08:54:03.997--ServerSession(851074149)--Ignoring JPA 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: 2023-10-17 08:54:03.998--ServerSession(851074149)--Ignoring JPA 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: 2023-10-17 08:54:03.998--ServerSession(851074149)--Ignoring JPA 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: 2023-10-17 08:54:03.998--ServerSession(851074149)--Ignoring JPA 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: 2023-10-17 08:54:03.998--ServerSession(851074149)--Ignoring JPA 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 Info]: 2023-10-17 08:54:04.022--SessionBroker(1795758738)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metamodel: 2023-10-17 08:54:04.062--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]: 2023-10-17 08:54:04.286--ServerSession(1864630663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_XML_BR1_Address does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_XML_BR1_Address Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XML_BR1_Address") [EL Warning]: 2023-10-17 08:54:04.288--ServerSession(1864630663)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.SProc_Read_XML_BR1_InOut does not exist Error Code: 1305 Call: DROP PROCEDURE SProc_Read_XML_BR1_InOut Query: DataModifyQuery(sql="DROP PROCEDURE SProc_Read_XML_BR1_InOut") WARNING: This database does not support stored procedure creation. WARNING: This database does not support stored procedure creation. [INFO] Tests run: 177, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 6.174 s - in org.eclipse.persistence.testing.tests.jpa.xml.EntityMappingsJUnitTestSuite [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2023-10-17 08:54:04.525--DatabaseSessionImpl(992309406)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:54:04.952--DatabaseSessionImpl(992309406)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.451 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-tkg3k because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-tkg3k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-tkg3k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-tkg3k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-tkg3k io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-tkg3k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-tkg3k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-tkg3k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-tkg3k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-tkg3k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-tkg3k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] [INFO] Results: [INFO] [INFO] Tests run: 178, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_jpa22_advanced) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/failsafe-reports/2023-10-17T08-47-37_578-jvmRun1.dumpstream [INFO] Running org.eclipse.persistence.testing.tests.jpa22.advanced.JPA22TestSuite [EL Info]: 2023-10-17 08:54:07.541--ServerSession(999674172)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: metadata: 2023-10-17 08:54:07.876--ServerSession(999674172)--isNullAllowed is reset to false in org.eclipse.persistence.mappings.AggregateObjectMapping[period] because the aggregate has a (possibly nested) target foreign key mapping [EL Warning]: ddl: 2023-10-17 08:54:08.225--ServerSession(999674172)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:54:08.228--ServerSession(999674172)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [EL Warning]: 2023-10-17 08:54:08.754--ServerSession(999674172)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:08.757--ServerSession(999674172)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:08.759--ServerSession(999674172)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:08.76--ServerSession(999674172)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:08.761--ServerSession(999674172)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:08.763--ServerSession(999674172)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:08.764--ServerSession(999674172)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:08.765--ServerSession(999674172)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:08.767--ServerSession(999674172)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:08.768--ServerSession(999674172)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:08.769--ServerSession(999674172)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:08.771--ServerSession(999674172)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:08.929--UnitOfWork(340792090)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:08.93--UnitOfWork(1408290972)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: PROCEDURE ecltests.DoesNotExist does not exist Error Code: 1305 Call: { CALL DoesNotExist() } Query: ResultSetMappingQuery() [EL Warning]: 2023-10-17 08:54:09.01--UnitOfWork(1518204977)--jakarta.persistence.PersistenceException: An exception occurred while calling convertToDatabaseColumn on converter class org.eclipse.persistence.testing.models.jpa22.advanced.converters.ResponsibilityConverter with value throwExceptionInToDBColumn [EL Warning]: ddl: 2023-10-17 08:54:09.302--ServerSession(999674172)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:54:09.306--ServerSession(999674172)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:54:10.118--ServerSession(999674172)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:54:10.121--ServerSession(999674172)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [EL Info]: 2023-10-17 08:54:10.613--ServerSession(1605715776)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:54:10.724--ServerSession(114159191)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:54:10.744--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_COSTS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_FORK_COSTS DROP FOREIGN KEY FK_JPA22_XML_FORK_COSTS_ID Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_FORK_COSTS DROP FOREIGN KEY FK_JPA22_XML_FORK_COSTS_ID") [EL Warning]: 2023-10-17 08:54:10.745--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_SHOE' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA22_XMLRunner_ShoeTag Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA22_XMLRunner_ShoeTag") [EL Warning]: 2023-10-17 08:54:10.746--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_SHOE' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA22_XMLShoes_Runner Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_SHOE DROP FOREIGN KEY FK_JPA22_XMLShoes_Runner") [EL Warning]: 2023-10-17 08:54:10.747--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_SPRINTER' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_SPRINTER DROP FOREIGN KEY FK_JPA22_XML_Sprinter Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_SPRINTER DROP FOREIGN KEY FK_JPA22_XML_Sprinter") [EL Warning]: 2023-10-17 08:54:10.748--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_ORGANIZER' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_ORGANIZER DROP FOREIGN KEY FK_JPA22_XMLOrganizer_Race Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_ORGANIZER DROP FOREIGN KEY FK_JPA22_XMLOrganizer_Race") [EL Warning]: 2023-10-17 08:54:10.748--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_RUNNER_ACS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_RUNNER_ACS DROP FOREIGN KEY FK_JPA22_XMLAccomplishments Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_RUNNER_ACS DROP FOREIGN KEY FK_JPA22_XMLAccomplishments") [EL Warning]: 2023-10-17 08:54:10.749--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_ENDORSEMENTS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA22_XMLEndorsements_Key Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA22_XMLEndorsements_Key") [EL Warning]: 2023-10-17 08:54:10.75--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_ENDORSEMENTS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA22_XMLEndorsements Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_ENDORSEMENTS DROP FOREIGN KEY FK_JPA22_XMLEndorsements") [EL Warning]: 2023-10-17 08:54:10.75--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_RUNNER_PBS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_RUNNER_PBS DROP FOREIGN KEY FK_JPA22_XML_Runner_PBS Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_RUNNER_PBS DROP FOREIGN KEY FK_JPA22_XML_Runner_PBS") [EL Warning]: 2023-10-17 08:54:10.751--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_RUNNERS_RACES' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA22_XMLRunners_Races_Inverse Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA22_XMLRunners_Races_Inverse") [EL Warning]: 2023-10-17 08:54:10.752--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_DDL_RUNNERS_RACES' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA22_XMLRunners_Races Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_DDL_RUNNERS_RACES DROP FOREIGN KEY FK_JPA22_XMLRunners_Races") [EL Warning]: 2023-10-17 08:54:10.752--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_FORK_USERS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA22_XML_FORK_FORK_USERS_FORK_ID Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA22_XML_FORK_FORK_USERS_FORK_ID") [EL Warning]: 2023-10-17 08:54:10.753--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_FORK_USERS' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA22_XML_FORK_FORK_USERS_FORK_USER_ID Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_FORK_FORK_USERS DROP FOREIGN KEY FK_JPA22_XML_FORK_FORK_USERS_FORK_USER_ID") [EL Warning]: 2023-10-17 08:54:10.754--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_USES' doesn't exist Error Code: 1146 Call: ALTER TABLE JPA22_XML_FORK_USES DROP FOREIGN KEY FK_JPA22_XML_FORK_USES_XMLFork_ID Query: DataModifyQuery(sql="ALTER TABLE JPA22_XML_FORK_USES DROP FOREIGN KEY FK_JPA22_XML_FORK_USES_XMLFork_ID") [EL Warning]: 2023-10-17 08:54:10.755--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_RUNNER' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_RUNNER Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_RUNNER") [EL Warning]: 2023-10-17 08:54:10.755--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_FORK_USER' Error Code: 1051 Call: DROP TABLE JPA22_XML_FORK_USER Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_FORK_USER") [EL Warning]: 2023-10-17 08:54:10.756--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_SHOE_TAG' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_SHOE_TAG Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_SHOE_TAG") [EL Warning]: 2023-10-17 08:54:10.757--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_RACE' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_RACE Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_RACE") [EL Warning]: 2023-10-17 08:54:10.758--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK' doesn't exist Error Code: 1146 Call: DROP INDEX INDEX_JPA22_XML_FORK_STYLE_COLOR ON JPA22_XML_FORK Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA22_XML_FORK_STYLE_COLOR ON JPA22_XML_FORK") [EL Warning]: 2023-10-17 08:54:10.758--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_FORK' Error Code: 1051 Call: DROP TABLE JPA22_XML_FORK Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_FORK") [EL Warning]: 2023-10-17 08:54:10.759--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_COSTS' doesn't exist Error Code: 1146 Call: DROP INDEX INDEX_JPA22_XML_FORK_COSTS ON JPA22_XML_FORK_COSTS Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA22_XML_FORK_COSTS ON JPA22_XML_FORK_COSTS") [EL Warning]: 2023-10-17 08:54:10.76--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_FORK_COSTS' Error Code: 1051 Call: DROP TABLE JPA22_XML_FORK_COSTS Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_FORK_COSTS") [EL Warning]: 2023-10-17 08:54:10.761--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_SHOE' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_SHOE Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_SHOE") [EL Warning]: 2023-10-17 08:54:10.762--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_ENDORSER' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_ENDORSER Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_ENDORSER") [EL Warning]: 2023-10-17 08:54:10.763--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_SPRINTER' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_SPRINTER Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_SPRINTER") [EL Warning]: 2023-10-17 08:54:10.764--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_ORGANIZER' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_ORGANIZER Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_ORGANIZER") [EL Warning]: 2023-10-17 08:54:10.764--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_RUNNER_ACS' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_RUNNER_ACS Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_RUNNER_ACS") [EL Warning]: 2023-10-17 08:54:10.765--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_ENDORSEMENTS' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_ENDORSEMENTS Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_ENDORSEMENTS") [EL Warning]: 2023-10-17 08:54:10.766--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_RUNNER_PBS' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_RUNNER_PBS Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_RUNNER_PBS") [EL Warning]: 2023-10-17 08:54:10.767--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_DDL_RUNNERS_RACES' Error Code: 1051 Call: DROP TABLE JPA22_XML_DDL_RUNNERS_RACES Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_DDL_RUNNERS_RACES") [EL Warning]: 2023-10-17 08:54:10.767--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_FORK_USERS' doesn't exist Error Code: 1146 Call: DROP INDEX JPA22_XML_FORK_USERS_INDEX ON JPA22_XML_FORK_FORK_USERS Query: DataModifyQuery(sql="DROP INDEX JPA22_XML_FORK_USERS_INDEX ON JPA22_XML_FORK_FORK_USERS") [EL Warning]: 2023-10-17 08:54:10.768--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_FORK_FORK_USERS' Error Code: 1051 Call: DROP TABLE JPA22_XML_FORK_FORK_USERS Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_FORK_FORK_USERS") [EL Warning]: 2023-10-17 08:54:10.769--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_FORK_USES' doesn't exist Error Code: 1146 Call: DROP INDEX JPA22_XML_FORK_USES_INDEX ON JPA22_XML_FORK_USES Query: DataModifyQuery(sql="DROP INDEX JPA22_XML_FORK_USES_INDEX ON JPA22_XML_FORK_USES") [EL Warning]: 2023-10-17 08:54:10.77--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Unknown table 'ecltests.JPA22_XML_FORK_USES' Error Code: 1051 Call: DROP TABLE JPA22_XML_FORK_USES Query: DataModifyQuery(sql="DROP TABLE JPA22_XML_FORK_USES") [EL Warning]: 2023-10-17 08:54:10.77--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_PK_SEQ' doesn't exist Error Code: 1146 Call: DROP INDEX INDEX_JPA22_XML_TABLE_GENERATOR ON JPA22_XML_PK_SEQ Query: DataModifyQuery(sql="DROP INDEX INDEX_JPA22_XML_TABLE_GENERATOR ON JPA22_XML_PK_SEQ") [EL Warning]: 2023-10-17 08:54:10.771--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_XML_PK_SEQ' doesn't exist Error Code: 1146 Call: DELETE FROM JPA22_XML_PK_SEQ WHERE XML_SEQ_NAME = 'XML_UTENSIL_SEQ' Query: DataModifyQuery(sql="DELETE FROM JPA22_XML_PK_SEQ WHERE XML_SEQ_NAME = 'XML_UTENSIL_SEQ'") [EL Warning]: 2023-10-17 08:54:11.138--ServerSession(114159191)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:11.216--ServerSession(2005492533)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:54:11.273--ServerSession(609232239)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:54:11.593--ServerSession(609232239)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:11.594--ServerSession(609232239)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JPA22_XML_PK_SEQ' already exists Error Code: 1050 Call: CREATE TABLE JPA22_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 JPA22_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME))") [EL Info]: 2023-10-17 08:54:11.675--ServerSession(1822045793)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:54:11.721--ServerSession(682907878)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:54:11.794--ServerSession(9126317)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Severe]: ejb: 2023-10-17 08:54:11.81--ServerSession(9126317)--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]: 2023-10-17 08:54:11.83--ServerSession(977645524)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:54:11.874--ServerSession(2040301400)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:54:11.921--ServerSession(1341548823)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-w3cmw because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-w3cmw" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-w3cmw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-w3cmw" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-w3cmw io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-w3cmw" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-w3cmw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-w3cmw" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-w3cmw" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-w3cmw, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-w3cmw" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [EL Info]: 2023-10-17 08:54:11.996--ServerSession(18163968)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:54:12.073--ServerSession(1719990258)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:54:12.168--ServerSession(1719990258)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_PK_SEQ' doesn't exist Error Code: 1146 Call: DROP INDEX TABLE_GENERATOR_INDEX ON JPA22_PK_SEQ Query: DataModifyQuery(sql="DROP INDEX TABLE_GENERATOR_INDEX ON JPA22_PK_SEQ") [EL Warning]: 2023-10-17 08:54:12.168--ServerSession(1719990258)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'ecltests.JPA22_PK_SEQ' doesn't exist Error Code: 1146 Call: DELETE FROM JPA22_PK_SEQ WHERE SEQ_NAME = 'UTENSIL_SEQ' Query: DataModifyQuery(sql="DELETE FROM JPA22_PK_SEQ WHERE SEQ_NAME = 'UTENSIL_SEQ'") [EL Warning]: ddl: 2023-10-17 08:54:12.857--ServerSession(999674172)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:54:12.86--ServerSession(999674172)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [EL Warning]: 2023-10-17 08:54:13.176--UnitOfWork(1666530975)--Exception [EclipseLink-6177] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 JPA22_ORDER o, JPA22_ITEM i WHERE o.ITEM_ID = i.ID") [EL Warning]: ddl: 2023-10-17 08:54:13.43--ServerSession(999674172)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:54:13.433--ServerSession(999674172)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [EL Info]: 2023-10-17 08:54:13.878--ServerSession(2004947954)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:54:14.36--ServerSession(2004947954)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:14.361--ServerSession(2004947954)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:14.363--ServerSession(2004947954)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:14.364--ServerSession(2004947954)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:14.365--ServerSession(2004947954)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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") [EL Info]: 2023-10-17 08:54:14.461--ServerSession(605884498)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:54:14.86--ServerSession(605884498)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:14.86--ServerSession(605884498)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JPA22_XML_PK_SEQ' already exists Error Code: 1050 Call: CREATE TABLE JPA22_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 JPA22_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME))") [EL Info]: 2023-10-17 08:54:14.909--ServerSession(1841931630)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Warning]: 2023-10-17 08:54:15.198--ServerSession(1841931630)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): 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]: 2023-10-17 08:54:15.199--ServerSession(1841931630)--Exception [EclipseLink-4002] (Eclipse Persistence Services - 3.0.4.v202310170826): org.eclipse.persistence.exceptions.DatabaseException Internal Exception: java.sql.SQLSyntaxErrorException: Table 'JPA22_XML_PK_SEQ' already exists Error Code: 1050 Call: CREATE TABLE JPA22_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 JPA22_XML_PK_SEQ (XML_SEQ_NAME VARCHAR(50) NOT NULL, XML_SEQ_COUNT DECIMAL(38), PRIMARY KEY (XML_SEQ_NAME))") [EL Warning]: ddl: 2023-10-17 08:54:15.573--ServerSession(999674172)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VTY.ID] because it is also a primary key. [EL Warning]: ddl: 2023-10-17 08:54:15.576--ServerSession(999674172)--Removing UNIQUE constraint definition from [JPA22_RUNNER_VLY.ID] because it is also a primary key. [INFO] Tests run: 139, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 8.672 s - in org.eclipse.persistence.testing.tests.jpa22.advanced.JPA22TestSuite [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2023-10-17 08:54:15.968--DatabaseSessionImpl(301578586)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:54:16.137--DatabaseSessionImpl(301578586)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.195 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 140, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg22_weaver) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/eclipselink.jpa.test/target/failsafe-reports/2023-10-17T08-47-37_578-jvmRun1.dumpstream [INFO] Running org.eclipse.persistence.testing.tests.weaving.SimpleWeaverTestSuite [INFO] Tests run: 5, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.023 s - in org.eclipse.persistence.testing.tests.weaving.SimpleWeaverTestSuite [INFO] Running org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [EL Info]: 2023-10-17 08:54:18.252--DatabaseSessionImpl(1156841091)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [EL Info]: 2023-10-17 08:54:18.645--DatabaseSessionImpl(1156841091)--EclipseLink, version: Eclipse Persistence Services - 3.0.4.v202310170826 [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.432 s - in org.eclipse.persistence.testing.tests.ClearDatabaseSchemaTest [INFO] [INFO] Results: [INFO] [INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-lrg21) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-dynamic) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-identity) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-no-weave) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-static-weave) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-jpa-static-weave_xml_entity_mappings) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (default-server-test) @ org.eclipse.persistence.jpa.test --- [INFO] Tests are skipped. [INFO] [INFO] --- derby:1.10:stop (stop-derby) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping Derby execution. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] --- cargo:1.7.7:stop (stop-container) @ org.eclipse.persistence.jpa.test --- [INFO] Skipping cargo execution [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-server-test) @ org.eclipse.persistence.jpa.test --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.nosql >-------- [INFO] Building EclipseLink NoSQL Extension 3.0.4-SNAPSHOT [16/40] [INFO] from foundation/org.eclipse.persistence.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.nosql --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532859415 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.nosql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/src/test/resources [INFO] Copying 226 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.nosql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.nosql/target/org.eclipse.persistence.nosql-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-nosql) @ org.eclipse.persistence.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.nosql --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.nosql --- [INFO] No tests to run. [INFO] [INFO] ---< org.eclipse.persistence:org.eclipse.persistence.moxy.utils.xjc >--- [INFO] Building EclipseLink MOXy XJC 3.0.4-SNAPSHOT [17/40] [INFO] from moxy/org.eclipse.persistence.moxy.utils.xjc/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532859810 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.moxy.utils.xjc --- [INFO] [INFO] --------< org.eclipse.persistence:org.eclipse.persistence.sdo >--------- [INFO] Building EclipseLink SDO 3.0.4-SNAPSHOT [18/40] [INFO] from sdo/org.eclipse.persistence.sdo/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.sdo --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.sdo --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532859934 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.sdo --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (unpack-sources) @ org.eclipse.persistence.sdo --- [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,META-INF/*.SF,META-INF/*.DSA,META-INF/*.RSA,META-INF/*.inf,plugin.properties" [INFO] [INFO] --- build-helper:3.2.0:add-source (add-source) @ org.eclipse.persistence.sdo --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies added. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.sdo --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-resource) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.sdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] Copying 2 resources [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.sdo --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- dependency:3.1.2:build-classpath (default) @ org.eclipse.persistence.sdo --- [INFO] Dependencies classpath: /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0.jar:/home/jenkins/.m2/repository/jakarta/activation/jakarta.activation-api/2.0.1/jakarta.activation-api-2.0.1.jar:/home/jenkins/.m2/repository/jakarta/mail/jakarta.mail-api/2.0.1/jakarta.mail-api-2.0.1.jar:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.jar:/home/jenkins/.m2/repository/jakarta/xml/bind/jakarta.xml.bind-api/3.0.1/jakarta.xml.bind-api-3.0.1.jar:/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT.jar:/home/jenkins/.m2/repository/org/eclipse/persistence/commonj.sdo/2.1.1/commonj.sdo-2.1.1.jar:/home/jenkins/.m2/repository/junit/junit/4.13.2/junit-4.13.2.jar:/home/jenkins/.m2/repository/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar:/home/jenkins/.m2/repository/com/sun/activation/jakarta.activation/2.0.1/jakarta.activation-2.0.1.jar:/home/jenkins/.m2/repository/com/sun/mail/jakarta.mail/2.0.1/jakarta.mail-2.0.1.jar [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.sdo --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.sdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 861 resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.sdo --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- resources:3.1.0:copy-resources (copy-resources) @ org.eclipse.persistence.sdo --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 861 resources [INFO] [INFO] --- surefire:3.0.0-M4:test (test-sdo-srg) @ org.eclipse.persistence.sdo --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.sdo.SDOSRGTestSuite Oct 17, 2023 4:54:21 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases Oct 17, 2023 4:54:21 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Not found: class org.eclipse.persistence.testing.sdo.helper.datafactory.SDODataFactoryExceptionTestCases Content of interfacesToSDOTypeHashMap: [] Content of sdoTypeForSimpleJavaType: [class java.util.Date, char, short, class java.lang.String, class java.math.BigDecimal, class [Ljava.lang.Byte;, boolean, class java.lang.Integer, class java.lang.Boolean, double, class java.lang.Double, class java.lang.Short, long, int, float, class java.lang.Byte, class java.math.BigInteger, class [B, byte, class java.lang.Character, class java.lang.Float, class java.lang.Long] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, Content of anonymousTypes: null Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, Oct 17, 2023 4:54:21 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress Oct 17, 2023 4:54:21 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Not found: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress Content of interfacesToSDOTypeHashMap: [] Content of sdoTypeForSimpleJavaType: [class java.util.Date, char, short, class java.lang.String, class java.math.BigDecimal, class [Ljava.lang.Byte;, boolean, class java.lang.Integer, class java.lang.Boolean, double, class java.lang.Double, class java.lang.Short, long, int, float, class java.lang.Byte, class java.math.BigInteger, class [B, byte, class java.lang.Character, class java.lang.Float, class java.lang.Long] Content of typesHashMap: null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, null, interface org.eclipse.persistence.sdo.dataobjects.OpenSequencedType, null, null, null, null, Content of anonymousTypes: null Content of commonjHashMap: class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, class java.lang.String, int, class [B, class java.lang.String, class java.math.BigDecimal, interface commonj.sdo.ChangeSummary, class java.lang.String, boolean, null, short, char, class java.lang.String, double, interface java.util.List, class java.util.Date, class java.math.BigInteger, float, null, interface commonj.sdo.DataObject, class java.lang.String, class java.lang.String, byte, long, class java.lang.Object, class java.lang.String, Oct 17, 2023 4:54:21 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: Looking for : interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress Oct 17, 2023 4:54:21 AM org.eclipse.persistence.sdo.helper.delegates.SDOTypeHelperDelegate getType INFO: interface org.eclipse.persistence.testing.sdo.helper.datafactory.USAddress was found in: typesHashMap. [INFO] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 1.074 s - in org.eclipse.persistence.testing.sdo.SDOSRGTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 121, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire:3.0.0-M4:test (test-sdo) @ org.eclipse.persistence.sdo --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.sdo --- WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-bxtkb because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-bxtkb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-bxtkb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-bxtkb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-bxtkb io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-bxtkb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-bxtkb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-bxtkb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-bxtkb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-bxtkb, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-bxtkb" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.sdo --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.sdo --- [INFO] Configuration changed, re-generating javadoc. [INFO] 33 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/src/main/java/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning - Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. * [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/generated-sources/dependencies/commonj/sdo/Type.java:92: warning - invalid usage of tag & [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.sdo --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.sdo --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.dbws.builder >---- [INFO] Building EclipseLink DBWS Builder 3.0.4-SNAPSHOT [19/40] [INFO] from utils/org.eclipse.persistence.dbws.builder/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.dbws.builder --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.dbws.builder --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532866054 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.dbws.builder --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.dbws.builder --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.dbws.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 6 resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.dbws.builder --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.dbws.builder --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.dbws.builder --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.dbws.builder --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.dbws.builder --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/org.eclipse.persistence.dbws.builder/target/org.eclipse.persistence.dbws.builder-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (test-dbws-builder) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running dbws.testing.loglevelvalidation.LogLevelValidationTestSuite 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. [EL Warning]: moxy: 2023-10-17 08:54:28.406--MOXy 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: 1.877 s - in dbws.testing.loglevelvalidation.LogLevelValidationTestSuite [INFO] Running dbws.testing.namingtransformer.NamingTransformerTestSuite [EL Warning]: moxy: 2023-10-17 08:54:28.678--MOXy 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.2 s - in dbws.testing.namingtransformer.NamingTransformerTestSuite [INFO] Running dbws.testing.sqlascollection.SQLAsCollectionTestSuite [EL Warning]: moxy: 2023-10-17 08:54:29.086--MOXy 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.748 s - in dbws.testing.sqlascollection.SQLAsCollectionTestSuite [INFO] Running dbws.testing.inlinebinary.InlineBinaryTestSuite [EL Warning]: moxy: 2023-10-17 08:54:29.6--MOXy 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.173 s - in dbws.testing.inlinebinary.InlineBinaryTestSuite [INFO] Running dbws.testing.customsql.CustomSQLTestSuite [EL Warning]: moxy: 2023-10-17 08:54:29.836--MOXy 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.246 s - in dbws.testing.customsql.CustomSQLTestSuite [INFO] Running dbws.testing.mtom.MTOMTestSuite [EL Warning]: moxy: 2023-10-17 08:54:30.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: 0.564 s - in dbws.testing.mtom.MTOMTestSuite [INFO] Running dbws.testing.bindingmodel.BindingModelTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.05 s - in dbws.testing.bindingmodel.BindingModelTestSuite [INFO] Running dbws.testing.simpletablewithnestedsql.SimpleTableWithNestedSQLTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.076 s - in dbws.testing.simpletablewithnestedsql.SimpleTableWithNestedSQLTestSuite [INFO] Running dbws.testing.simpletable.SimpleTableTestSuite [EL Warning]: moxy: 2023-10-17 08:54:30.714--MOXy 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.159 s - in dbws.testing.simpletable.SimpleTableTestSuite [INFO] Running dbws.testing.rootcause.RootCauseTestSuite [EL Warning]: moxy: 2023-10-17 08:54:30.872--MOXy 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 Oct 17, 2023 8:54:30 AM com.sun.xml.ws.server.provider.SyncProviderInvokerTube processRequest SEVERE: SOAPMessage request format error - Exception [EclipseLink-25008] (Eclipse Persistence Services - 3.0.4.v202310170826): 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 - 3.0.4.v202310170826): 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:555) at dbws.testing.rootcause.RootCauseTestSuite.invoke(RootCauseTestSuite.java:131) at com.sun.xml.ws.api.server.InstanceResolver$1.invokeProvider(InstanceResolver.java:230) at com.sun.xml.ws.server.InvokerTube$2.invokeProvider(InvokerTube.java:129) at com.sun.xml.ws.server.provider.SyncProviderInvokerTube.processRequest(SyncProviderInvokerTube.java:55) 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:389) at com.sun.xml.ws.transport.http.HttpAdapter$HttpToolkit.handle(HttpAdapter.java:838) at com.sun.xml.ws.transport.http.HttpAdapter.handle(HttpAdapter.java:392) at com.sun.xml.ws.transport.http.server.WSHttpHandler.handleExchange(WSHttpHandler.java:83) at com.sun.xml.ws.transport.http.server.WSHttpHandler.handle(WSHttpHandler.java:67) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:77) at jdk.httpserver/sun.net.httpserver.AuthFilter.doFilter(AuthFilter.java:82) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:80) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange$LinkHandler.handle(ServerImpl.java:692) at jdk.httpserver/com.sun.net.httpserver.Filter$Chain.doFilter(Filter.java:77) at jdk.httpserver/sun.net.httpserver.ServerImpl$Exchange.run(ServerImpl.java:664) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:829) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.222 s - in dbws.testing.rootcause.RootCauseTestSuite [INFO] Running dbws.testing.secondarysql.SecondarySQLTestSuite [EL Warning]: moxy: 2023-10-17 08:54:31.077--MOXy 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.216 s - in dbws.testing.secondarysql.SecondarySQLTestSuite [INFO] Running dbws.testing.batchsql.BatchSQLTestSuite [EL Warning]: moxy: 2023-10-17 08:54:31.289--MOXy 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.148 s - in dbws.testing.batchsql.BatchSQLTestSuite [INFO] Running dbws.testing.simplesp.SimpleSPTestSuite [INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.216 s - in dbws.testing.simplesp.SimpleSPTestSuite [INFO] Running dbws.testing.attachedbinary.AttachedBinaryTestSuite [EL Warning]: moxy: 2023-10-17 08:54:31.664--MOXy 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.156 s - in dbws.testing.attachedbinary.AttachedBinaryTestSuite [INFO] Running dbws.testing.soap12.SOAP12TestSuite [EL Warning]: moxy: 2023-10-17 08:54:31.812--MOXy 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-g2pzn-mjx95 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-mjx95" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-mjx95, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-mjx95" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-mjx95 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-mjx95" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-mjx95, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-mjx95" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-mjx95" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-mjx95, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-mjx95" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.396 s - in dbws.testing.soap12.SOAP12TestSuite [INFO] Running dbws.testing.updatefault.UpdateFaultTestSuite [EL Warning]: moxy: 2023-10-17 08:54:32.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.oxm.OXMJavaModelInputImpl [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.187 s - in dbws.testing.updatefault.UpdateFaultTestSuite [INFO] Running dbws.testing.invalidinput.InvalidInputTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.062 s - in dbws.testing.invalidinput.InvalidInputTestSuite [INFO] Running dbws.testing.optlock.OptLockTestSuite [EL Warning]: moxy: 2023-10-17 08:54:32.51--MOXy 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.217 s - in dbws.testing.optlock.OptLockTestSuite [INFO] Running dbws.testing.crud.CRUDTestSuite [EL Warning]: moxy: 2023-10-17 08:54:32.665--MOXy 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.127 s - in dbws.testing.crud.CRUDTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 34, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.dbws.builder --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.utils.rename >---- [INFO] Building EclipseLink Package Rename Utility 3.0.4-SNAPSHOT [20/40] [INFO] from utils/eclipselink.utils.rename/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.utils.rename --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.utils.rename --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532873110 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.utils.rename --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.utils.rename --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.utils.rename --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.utils.rename --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.utils.rename --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.utils.rename --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.utils.rename --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.utils.rename --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.utils.rename --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.utils.rename --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.utils.rename --- [INFO] [INFO] -------< org.eclipse.persistence:org.eclipse.persistence.oracle >------- [INFO] Building EclipseLink Oracle Extension 3.0.4-SNAPSHOT [21/40] [INFO] from foundation/org.eclipse.persistence.oracle/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532873203 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle --- [INFO] [INFO] ----< org.eclipse.persistence:org.eclipse.persistence.oracle.nosql >---- [INFO] Building EclipseLink Oracle NoSQL Extension 3.0.4-SNAPSHOT [22/40] [INFO] from foundation/org.eclipse.persistence.oracle.nosql/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.oracle.nosql --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.oracle.nosql --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532873387 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.oracle.nosql --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.oracle.nosql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.oracle.nosql --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/test/resources [INFO] Copying 4 resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.oracle.nosql --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.oracle.nosql --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.oracle.nosql --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- jar:3.2.0:test-jar (jar-tests) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (jar-test-sources) @ org.eclipse.persistence.oracle.nosql --- [WARNING] artifact org.eclipse.persistence:org.eclipse.persistence.oracle.nosql:java-source:test-sources:3.0.4-SNAPSHOT already attached, replace previous instance [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ org.eclipse.persistence.oracle.nosql --- [INFO] Configuration changed, re-generating javadoc. [INFO] 62 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for session [WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for connection [WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:39: warning: no @param for spec [WARNING] public AQConnection(AQSession session, java.sql.Connection connection, AQConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:49: warning: no @return [WARNING] public java.sql.Connection getDatabaseConnection() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnection.java:56: warning: no @return [WARNING] public AQSession getSession() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionMetaData.java:32: warning: no @param for connection [WARNING] public AQConnectionMetaData(AQConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for user [WARNING] public AQConnectionSpec(String user, String password, String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for password [WARNING] public AQConnectionSpec(String user, String password, String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:54: warning: no @param for url [WARNING] public AQConnectionSpec(String user, String password, String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:64: warning: no @return [WARNING] public String getURL() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:72: warning: no @param for url [WARNING] public void setURL(String url) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:80: warning: no @return [WARNING] public String getDatasource() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:88: warning: no @param for datasource [WARNING] public void setDatasource(String datasource) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:96: warning: no @return [WARNING] public String getUser() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:104: warning: no @param for user [WARNING] public void setUser(String user) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:112: warning: no @return [WARNING] public String getPassword() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:125: warning: no @return [WARNING] public boolean hasDatasource() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQConnectionSpec.java:133: warning: no @param for password [WARNING] public void setPassword(String password) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:39: warning: no @return [WARNING] public String getQueue() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:46: warning: no @param for queue [WARNING] public void setQueue(String queue) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:53: warning: no @param for schema [WARNING] public void setSchema(String schema) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteractionSpec.java:60: warning: no @return [WARNING] public String getSchema() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQDequeueInteractionSpec.java:38: warning: no @return [WARNING] public AQDequeueOption getOptions() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQDequeueInteractionSpec.java:45: warning: no @param for options [WARNING] public void setOptions(AQDequeueOption options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQEnqueueInteractionSpec.java:38: warning: no @return [WARNING] public AQEnqueueOption getOptions() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQEnqueueInteractionSpec.java:45: warning: no @param for options [WARNING] public void setOptions(AQEnqueueOption options) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:37: warning: no @param for connection [WARNING] public AQInteraction(AQConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for spec [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for input [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @param for output [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:100: warning: no @throws for jakarta.resource.ResourceException [WARNING] protected void executeEnqueueInteraction(AQEnqueueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for spec [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for input [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @param for output [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQInteraction.java:131: warning: no @throws for jakarta.resource.ResourceException [WARNING] protected void executeDequeueInteraction(AQDequeueInteractionSpec spec, AQRecord input, AQRecord output) throws ResourceException { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQTransaction.java:33: warning: no @param for connection [WARNING] public AQTransaction(AQConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/eis/adapters/aq/AQTransaction.java:49: warning: no @return [WARNING] public boolean isInTransaction() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:43: warning: no @param for store [WARNING] public OracleNoSQLConnection(KVStore store, OracleNoSQLJCAConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnection.java:43: warning: no @param for spec [WARNING] public OracleNoSQLConnection(KVStore store, OracleNoSQLJCAConnectionSpec spec) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLConnectionMetaData.java:34: warning: no @param for connection [WARNING] public OracleNoSQLConnectionMetaData(OracleNoSQLConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:57: warning: no @param for connection [WARNING] public OracleNoSQLInteraction(OracleNoSQLConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:227: warning: no @param for key [WARNING] protected List createMajorKey(Object key) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:227: warning: no @return [WARNING] protected List createMajorKey(Object key) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for element [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for majorKeys [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for minorKeys [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for spec [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:256: warning: no @param for operations [WARNING] protected void putValues(Object element, List majorKeys, List minorKeys, OracleNoSQLInteractionSpec spec, List operations) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:290: warning: no @param for data [WARNING] protected Value createValue(Object data) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:290: warning: no @return [WARNING] protected Value createValue(Object data) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:305: warning: no @param for bytes [WARNING] protected Object convertBytes(byte[] bytes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLInteraction.java:305: warning: no @return [WARNING] protected Object convertBytes(byte[] bytes) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLJCAConnectionSpec.java:49: warning: no @param for store [WARNING] public OracleNoSQLJCAConnectionSpec(String store, String host) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLJCAConnectionSpec.java:49: warning: no @param for host [WARNING] public OracleNoSQLJCAConnectionSpec(String store, String host) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLTransaction.java:34: warning: no @param for connection [WARNING] public OracleNoSQLTransaction(OracleNoSQLConnection connection) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/internal/nosql/adapters/nosql/OracleNoSQLTransaction.java:50: warning: no @return [WARNING] public boolean isInTransaction() { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:256: warning: no @param for record [WARNING] protected void convertRecordBytesToString(OracleNoSQLRecord record) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for descriptor [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for record [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for interaction [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @param for accessor [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/src/main/java/org/eclipse/persistence/nosql/adapters/nosql/OracleNoSQLPlatform.java:322: warning: no @return [WARNING] protected Object createMajorKey(ClassDescriptor descriptor, AbstractRecord record, EISInteraction interaction, EISAccessor accessor) { [WARNING] ^ [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle.nosql/target/org.eclipse.persistence.oracle.nosql-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.oracle.nosql --- [INFO] [INFO] ------< org.eclipse.persistence:org.eclipse.persistence.bundles >------- [INFO] Building EclipseLink Bundles Parent 3.0.4-SNAPSHOT [23/40] [INFO] from bundles/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.bundles --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.bundles --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532875543 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.bundles --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.bundles --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.bundles --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.bundles --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.bundles --- [INFO] [INFO] --------------< org.eclipse.persistence:moxy-standalone >--------------- [INFO] Building EclipseLink Bundles MOXy standalone 3.0.4-SNAPSHOT [24/40] [INFO] from bundles/moxy-standalone/pom.xml [INFO] --------------------------------[ pom ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ moxy-standalone --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ moxy-standalone --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ moxy-standalone --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ moxy-standalone --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ moxy-standalone --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ moxy-standalone --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532875593 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ moxy-standalone --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- resources:3.1.0:copy-resources (prepare-bin-for-moxy.zip) @ moxy-standalone --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 0 resource [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ moxy-standalone --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/license with includes "" and excludes "" [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (prepare-xsds-for-moxy.zip) @ moxy-standalone --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/generated-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ moxy-standalone --- [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ moxy-standalone --- [WARNING] Ignoring project type pom - supportedProjectTypes = [jar, bundle] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ moxy-standalone --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ moxy-standalone --- [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ moxy-standalone --- [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ moxy-standalone --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ moxy-standalone --- [INFO] [INFO] --- assembly:3.3.0:single (make-assembly) @ moxy-standalone --- [INFO] Reading assembly descriptor: src/main/assembly/moxy.xml [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/moxy-standalone/target/moxy-standalone-3.0.4-SNAPSHOT.zip [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ moxy-standalone --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ moxy-standalone --- [INFO] [INFO] ----------------< org.eclipse.persistence:eclipselink >----------------- [INFO] Building EclipseLink Bundles eclipselink.jar (non-OSGi) 3.0.4-SNAPSHOT [25/40] [INFO] from bundles/eclipselink/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ eclipselink --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ eclipselink --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ eclipselink --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ eclipselink --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ eclipselink --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ eclipselink --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532875979 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ eclipselink --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (unpack-sources) @ eclipselink --- [INFO] Unpacking /home/jenkins/.m2/repository/org/eclipse/persistence/org.eclipse.persistence.asm/9.6.0/org.eclipse.persistence.asm-9.6.0-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources with includes "" and excludes "module-info.*,META-INF/versions/**,META-INF/MANIFEST.MF,*.html,org/eclipse/persistence/jpa/jpql/tools/**" [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination. [INFO] [INFO] --- build-helper:3.2.0:add-source (add-generated-sources) @ eclipselink --- [INFO] Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources added. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ eclipselink --- [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-resource) @ eclipselink --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ eclipselink --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] Copying 50 resources [INFO] Copying 1 resource [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ eclipselink --- [INFO] Changes detected - recompiling the module! [INFO] Compiling 3313 source files to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/classes WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-j685k because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-j685k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-j685k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-j685k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-j685k io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-j685k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-j685k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-j685k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-j685k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-j685k, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-j685k" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-zn6w6 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-zn6w6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-zn6w6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-zn6w6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-zn6w6 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-zn6w6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-zn6w6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-zn6w6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-zn6w6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-zn6w6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-zn6w6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-dhct6 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-dhct6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-dhct6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-dhct6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-dhct6 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-dhct6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-dhct6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-dhct6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-dhct6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-dhct6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-dhct6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAnnotatedElement.java: Some input files use or override a deprecated API. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/internal/jpa/metadata/accessors/objects/MetadataAnnotatedElement.java: Recompile with -Xlint:deprecation for details. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/descriptors/ClassDescriptor.java: Some input files use unchecked or unsafe operations. [INFO] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/descriptors/ClassDescriptor.java: Recompile with -Xlint:unchecked for details. [INFO] [INFO] --- compiler:3.8.1:compile (module-compile) @ eclipselink --- [WARNING] Can't extract module name from org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip: Module format not recognized: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip [INFO] Changes detected - recompiling the module! [INFO] Compiling 1 source file to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/classes [WARNING] Supported source version 'RELEASE_8' from annotation processor 'org.glassfish.corba.annotation.processing.ExceptionWrapperProcessor' less than -source '11' [WARNING] No processor claimed any of these annotations: jakarta.xml.bind/jakarta.xml.bind.annotation.XmlSchema [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[35,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[38,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[39,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[40,28] requires directive for an automatic module [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/java/module-info.java:[41,28] requires directive for an automatic module [WARNING] Implicitly compiled files were not subject to annotation processing. Use -proc:none to disable annotation processing or -implicit to specify a policy for implicit compilation. [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ eclipselink --- [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.dbws, has 1, private references [org.eclipse.persistence.internal.xr] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.metadata, has 1, private references [org.eclipse.persistence.internal.jpa.metadata.xml] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.metadatasources, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.list, has 1, private references [org.eclipse.persistence.internal.jpa.rs.metadata.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util.xmladapters, has 2, private references [org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.jpa.rs.weaving] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.util, has 4, private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.jpa.deployment, org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features.paging, has 1, private references [org.eclipse.persistence.internal.queries] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features.core.selflinks, has 1, private references [org.eclipse.persistence.internal.queries] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.features, has 4, private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.jpa.rs.metadata.model, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs.logging, has 1, private references [org.eclipse.persistence.internal.localization] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.rs, has 2, private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa.dynamic, has 2, private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jpa, has 3, private references [org.eclipse.persistence.internal.jpa, org.eclipse.persistence.internal.jpa.deployment, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jaxb.javamodel.oxm, has 1, private references [org.eclipse.persistence.internal.jaxb] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jaxb.javamodel, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jaxb.compiler.builder.helper, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jaxb.compiler, has 4, private references [org.eclipse.persistence.internal.jaxb, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.schema.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.jaxb, has 4, private references [org.eclipse.persistence.internal.cache, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.mappings.foundation, has 11, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.mappings.querykeys, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.mappings.converters, has 3, private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.mappings.structures, has 7, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.mappings.xdb, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.mappings, has 12, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.core.mappings, has 3, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.core.descriptors, has 3, private references [org.eclipse.persistence.internal.core.descriptors, org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.core.sessions, has 1, private references [org.eclipse.persistence.internal.core.databaseaccess] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.exceptions, has 8, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.indirection, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.descriptors.changetracking, has 3, private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.descriptors.changetracking, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.descriptors.invalidation, has 2, private references [org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.descriptors.partitioning, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.descriptors, has 10, private references [org.eclipse.persistence.internal.core.descriptors, org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.queries, has 7, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.broadcast, has 1, private references [org.eclipse.persistence.internal.sessions.coordination] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba.sun, has 1, private references [org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.corba, has 2, private references [org.eclipse.persistence.internal.sessions.coordination, org.eclipse.persistence.internal.sessions.coordination.corba] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.jms, has 3, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.coordination, org.eclipse.persistence.internal.sessions.coordination.jms] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination.rmi, has 1, private references [org.eclipse.persistence.internal.sessions.coordination] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.coordination, has 3, private references [org.eclipse.persistence.internal.security, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.coordination] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.changesets, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.server, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.corba.sun, has 2, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.rmi.iiop, has 2, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.remote.rmi, has 2, private references [org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.remote, has 4, private references [org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.remote] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.factories, has 5, private references [org.eclipse.persistence.internal.codegen, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.factories, org.eclipse.persistence.internal.sessions.factories.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.broker, has 4, private references [org.eclipse.persistence.internal.core.databaseaccess, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions.interceptors, has 2, private references [org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sessions, has 6, private references [org.eclipse.persistence.internal.core.databaseaccess, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.security, org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.xml, has 2, private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.database.events, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.plsql, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.jdbc, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle.dcn, has 2, private references [org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.database.oracle, has 5, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.platform.database, org.eclipse.persistence.internal.platform.database.oracle, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.database.jdbc, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.database, has 4, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.server.jboss, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.server.sap, has 1, private references [org.eclipse.persistence.internal.helper] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.platform.server, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm.schema, has 2, private references [org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.oxm] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm.mappings.nullpolicy, has 4, private references [org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm.mappings, has 11, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.queries, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm.documentpreservation, has 2, private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm.record, has 8, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.oxm.record.namespaces, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm.unmapped, has 1, private references [org.eclipse.persistence.internal.oxm.unmapped] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm.json, has 2, private references [org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm.platform, has 5, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.oxm, has 9, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.core.sessions, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.expressions, has 3, private references [org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sequencing, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.tools.schemaframework, has 4, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.tools.profiler.oracle, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.tools.profiler, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.history, has 4, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.logging, has 2, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.dynamic, has 2, private references [org.eclipse.persistence.internal.dynamic, org.eclipse.persistence.internal.libraries.asm] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.eis.mappings, has 5, private references [org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.identitymaps, org.eclipse.persistence.internal.queries, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.eis.interactions, has 3, private references [org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.eis, has 7, private references [org.eclipse.persistence.internal.core.helper, org.eclipse.persistence.internal.databaseaccess, org.eclipse.persistence.internal.expressions, org.eclipse.persistence.internal.helper, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.sessions, org.eclipse.persistence.internal.sessions.factories] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sdo.helper.delegates, has 1, private references [org.eclipse.persistence.internal.oxm] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sdo.helper, has 5, private references [commonj.sdo.impl, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.record, org.eclipse.persistence.internal.oxm.schema.model] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.sdo, has 4, private references [commonj.sdo.impl, org.eclipse.persistence.internal.descriptors, org.eclipse.persistence.internal.oxm, org.eclipse.persistence.internal.oxm.mappings] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.transaction, has 2, private references [org.eclipse.persistence.internal.sequencing, org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.services.websphere, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.services.glassfish, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.services.weblogic, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.services.jboss, has 1, private references [org.eclipse.persistence.internal.sessions] [WARNING] Manifest org.eclipse.persistence:eclipselink:jar:3.0.4-SNAPSHOT : Export org.eclipse.persistence.services, has 1, private references [org.eclipse.persistence.internal.sessions] [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ eclipselink --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/it/java added. [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ eclipselink --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ eclipselink --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/test/resources [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ eclipselink --- [INFO] No sources to compile [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ eclipselink --- [INFO] No tests to run. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ eclipselink --- [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ eclipselink --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/utils/eclipselink.utils.rename/target/org.eclipse.persistence.utils.rename-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/utils/rename with includes "package-rename.properties" and excludes "" [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (prepare-xsds-for-eclipselink.zip) @ eclipselink --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.core/target/org.eclipse.persistence.core-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.corba/target/org.eclipse.persistence.corba-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/dbws/org.eclipse.persistence.dbws/target/org.eclipse.persistence.dbws-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa/target/org.eclipse.persistence.jpa-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/jpa/org.eclipse.persistence.jpa.jpql/target/org.eclipse.persistence.jpa.jpql-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy/target/org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/moxy/org.eclipse.persistence.moxy.utils.xjc/target/org.eclipse.persistence.moxy.utils.xjc-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/foundation/org.eclipse.persistence.oracle/target/org.eclipse.persistence.oracle-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/sdo/org.eclipse.persistence.sdo/target/org.eclipse.persistence.sdo-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/zip-sources/xsds with includes "**/*.xsd" and excludes "" [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ eclipselink --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ eclipselink --- [INFO] No sources in project. Archive not created. [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ eclipselink --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- assembly:3.3.0:single (eclipselink.zip) @ eclipselink --- [INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/src/main/assembly/eclipselink.zip.xml [WARNING] The following patterns were never triggered in this artifact inclusion filter: o 'org.eclipse.persistence:commonj.sdo' [INFO] Building zip: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT.zip [INFO] [INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ eclipselink --- [INFO] Configuration changed, re-generating javadoc. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-p42gk because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-p42gk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-p42gk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-p42gk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-p42gk io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-p42gk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-p42gk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-p42gk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-p42gk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-p42gk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-p42gk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-4sv5s because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-4sv5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-4sv5s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-4sv5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-4sv5s io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-4sv5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-4sv5s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-4sv5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-4sv5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-4sv5s, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-4sv5s" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-574rd because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-574rd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-574rd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-574rd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-574rd io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-574rd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-574rd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-574rd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-574rd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-574rd, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-574rd" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-kbtmk because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-kbtmk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-kbtmk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-kbtmk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-kbtmk io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-kbtmk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-kbtmk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-kbtmk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-kbtmk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-kbtmk, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-kbtmk" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [INFO] 72 warnings [WARNING] Javadoc Warnings [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:798: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:814: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:913: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:929: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1048: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1193: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1216: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1326: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1406: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1486: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1851: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:234: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:248: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:262: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:276: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:290: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:304: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:318: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:332: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:346: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:360: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:375: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2ZPlatform.java:443: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:412: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:412: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:424: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:436: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:448: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DerbyPlatform.java:460: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/SymfowarePlatform.java:332: warning - Tag @see: reference not found: ExpressionOperator#setIsBindingSupported(boolean) [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/expressions/ExpressionOperator.java:762: warning - Tag @author cannot be used in method documentation. It can only be used in the following types of documentation: overview, module, package, class/interface. [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/expressions/ExpressionOperator.java:1335: warning - Tag @link: reference not found: ExpressionOperator#getInternalOperator() [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:25: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:29: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:30: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:31: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag < [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/helper/XMLDocument.java:95: warning - invalid usage of tag > [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/sdo/helper/SDOHelperContext.java:110: warning - Tag @see: reference not found: org.eclipse.persistence.sdo.SDOSystemProperties.SDO_STRICT_TYPE_CHECKING_PROPERTY_NAMEMoved to org.eclipse.persistence.sdo.SDOSystemProperties. * [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/jpa/jpql/parser/Expression.java:671: warning - Tag @version cannot be used in field documentation. It can only be used in the following types of documentation: overview, module, package, class/interface. [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/commonj/sdo/Type.java:92: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:1046: warning - invalid usage of tag & [WARNING] /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/generated-sources/dependency-sources/org/eclipse/persistence/platform/database/DB2Platform.java:927: warning - invalid usage of tag & [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT-javadoc.jar [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ eclipselink --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ eclipselink --- [INFO] [INFO] --- dependency:3.1.2:unpack (stage) @ eclipselink --- [INFO] Configured Artifact: org.eclipse.persistence:eclipselink:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/stage with includes "" and excludes "" [INFO] [INFO] --< org.eclipse.persistence:org.eclipse.persistence.distribution.tests >-- [INFO] Building EclipseLink Bundles tests 3.0.4-SNAPSHOT [26/40] [INFO] from bundles/tests/pom.xml [INFO] --------------------------------[ jar ]--------------------------------- [INFO] [INFO] --- build-helper:3.2.0:regex-property (release.version-property) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- enforcer:3.0.0-M2:enforce (enforce-maven) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- checkstyle:3.1.2:check (checkstyle) @ org.eclipse.persistence.distribution.tests --- [INFO] You have 0 Checkstyle violations. [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-test-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:test-defaults:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-test-defaults.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-default-properties with includes "" and excludes "" [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.date) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- buildnumber:1.4:create-timestamp (build.time) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- buildnumber:1.4:create (default) @ org.eclipse.persistence.distribution.tests --- [INFO] ShortRevision tag detected. The value is '10'. [INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests' && 'git' 'rev-parse' '--verify' '--short=10' 'HEAD' [INFO] Working directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests [INFO] Storing buildNumber: d32bad7036 at timestamp: 1697532924133 [INFO] Storing buildScmBranch: 3.0 [INFO] [INFO] --- properties:2.0.1:read-project-properties (read-db-jee-properties) @ org.eclipse.persistence.distribution.tests --- [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-default-properties/el-test.mysql.properties [INFO] Loading /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/test-default-properties/el-testjee.wildfly.properties [INFO] [INFO] --- dependency:3.1.2:unpack (unpack-legal-resource) @ org.eclipse.persistence.distribution.tests --- [INFO] Configured Artifact: org.eclipse.persistence:org.eclipse.persistence.parent:common-license:3.0.4-SNAPSHOT:zip [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/target/org.eclipse.persistence.parent-3.0.4-SNAPSHOT-common-license.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/license with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-resource (add-legal-resource) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- resources:3.1.0:resources (default-resources) @ org.eclipse.persistence.distribution.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/src/main/resources [INFO] Copying 2 resources to META-INF [INFO] [INFO] --- compiler:3.8.1:compile (default-compile) @ org.eclipse.persistence.distribution.tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- bundle:5.1.1:manifest (bundle-manifest) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- build-helper:3.2.0:add-test-source (add-integration-test-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] Test Source directory: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/src/it/java added. [INFO] [INFO] --- dependency:3.1.2:unpack-dependencies (stage) @ org.eclipse.persistence.distribution.tests --- [INFO] Unpacking /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/eclipselink/target/eclipselink-3.0.4-SNAPSHOT.zip to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/stage with includes "" and excludes "" [INFO] [INFO] --- build-helper:3.2.0:add-test-resource (add-integration-test-resources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- resources:3.1.0:testResources (default-testResources) @ org.eclipse.persistence.distribution.tests --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] Copying 1 resource [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/src/it/resources [INFO] [INFO] --- compiler:3.8.1:testCompile (default-testCompile) @ org.eclipse.persistence.distribution.tests --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- surefire:3.0.0-M4:test (default-test) @ org.eclipse.persistence.distribution.tests --- [INFO] Tests are skipped. [INFO] [INFO] --- surefire-report:3.0.0-M4:report-only (generate-surefire-html-report) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- dependency:3.1.2:copy-dependencies (prepare-package-rename.properties-for-eclipselink.zip) @ org.eclipse.persistence.distribution.tests --- [INFO] Copying org.eclipse.persistence.core-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.core.jar [INFO] Copying org.eclipse.persistence.moxy-3.0.4-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/osgi-test-plugins/org.eclipse.persistence.moxy.jar [INFO] org.eclipse.persistence:org.eclipse.persistence.asm:jar:9.6.0 already exists in destination. [INFO] com.sun.activation:jakarta.activation:jar:2.0.1 already exists in destination. [INFO] com.sun.mail:jakarta.mail:jar:2.0.1 already exists in destination. [INFO] com.sun.xml.bind:jaxb-xjc:jar:3.0.1 already exists in destination. [INFO] com.sun.xml.bind:jaxb-core:jar:3.0.1 already exists in destination. [INFO] jakarta.validation:jakarta.validation-api:jar:3.0.0 already exists in destination. [INFO] jakarta.ws.rs:jakarta.ws.rs-api:jar:3.0.0 already exists in destination. [INFO] jakarta.xml.bind:jakarta.xml.bind-api:jar:3.0.1 already exists in destination. [INFO] org.glassfish:jakarta.json:jar:2.0.0 already exists in destination. [INFO] org.glassfish.corba:glassfish-corba-omgapi:jar:4.2.4 already exists in destination. [INFO] org.glassfish.corba:glassfish-corba-orb:jar:4.2.4 already exists in destination. [INFO] org.glassfish.corba:glassfish-corba-csiv2-idl:jar:4.2.4 already exists in destination. [INFO] org.glassfish.corba:glassfish-corba-internal-api:jar:4.2.4 already exists in destination. [INFO] org.glassfish.corba:exception-annotation-processor:jar:4.2.4 already exists in destination. [INFO] org.glassfish.gmbal:gmbal:jar:4.0.0 already exists in destination. [INFO] org.glassfish.external:management-api:jar:3.2.1 already exists in destination. [INFO] org.glassfish.pfl:pfl-basic-tools:jar:4.0.1 already exists in destination. [INFO] org.glassfish.pfl:pfl-tf-tools:jar:4.0.1 already exists in destination. [INFO] org.glassfish.pfl:pfl-asm:jar:4.0.1 already exists in destination. [INFO] org.glassfish.pfl:pfl-basic:jar:4.1.2 already exists in destination. [INFO] org.glassfish.pfl:pfl-dynamic:jar:4.1.2 already exists in destination. [INFO] org.ow2.asm:asm:jar:9.1 already exists in destination. [INFO] org.ow2.asm:asm-util:jar:9.1 already exists in destination. [INFO] org.ow2.asm:asm-tree:jar:9.1 already exists in destination. [INFO] org.ow2.asm:asm-analysis:jar:9.1 already exists in destination. [INFO] org.glassfish.pfl:pfl-tf:jar:4.1.2 already exists in destination. [INFO] junit:junit:jar:4.13.2 already exists in destination. [INFO] org.hamcrest:hamcrest-core:jar:1.3 already exists in destination. [INFO] jakarta.enterprise:jakarta.enterprise.cdi-api:jar:3.0.0 already exists in destination. [INFO] jakarta.el:jakarta.el-api:jar:4.0.0 already exists in destination. [INFO] jakarta.interceptor:jakarta.interceptor-api:jar:2.0.0 already exists in destination. [INFO] jakarta.annotation:jakarta.annotation-api:jar:2.0.0 already exists in destination. [INFO] org.hibernate.validator:hibernate-validator:jar:7.0.1.Final already exists in destination. [INFO] org.jboss.logging:jboss-logging:jar:3.4.1.Final already exists in destination. [INFO] com.fasterxml:classmate:jar:1.5.1 already exists in destination. [INFO] org.glassfish:jakarta.el:jar:4.0.1 already exists in destination. [INFO] org.apache.felix:org.apache.felix.framework:jar:7.0.0 already exists in destination. [INFO] org.codehaus.mojo:animal-sniffer-annotations:jar:1.9 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam:jar:4.13.2 already exists in destination. [INFO] org.ops4j.base:ops4j-base-io:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-monitors:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-lang:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-store:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-util-property:jar:1.5.1 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-container-forked:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-spi:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.tinybundles:tinybundles:jar:2.1.1 already exists in destination. [INFO] biz.aQute.bnd:bndlib:jar:2.4.0 already exists in destination. [INFO] org.ops4j.base:ops4j-base-exec:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-net:jar:1.5.1 already exists in destination. [INFO] org.ops4j.base:ops4j-base-spi:jar:1.5.1 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-framework:jar:1.8.3 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-tracker:jar:1.8.3 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-lifecycle:jar:1.8.3 already exists in destination. [INFO] org.slf4j:slf4j-api:jar:2.0.0-alpha1 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-junit4:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.exam:pax-exam-link-mvn:jar:4.13.2 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-aether:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-aether-support:jar:2.6.2 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-impl:jar:1.3.1 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-api:jar:1.3.1 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-spi:jar:1.3.1 already exists in destination. [INFO] org.apache.maven.resolver:maven-resolver-util:jar:1.3.1 already exists in destination. [INFO] org.slf4j:jcl-over-slf4j:jar:1.6.6 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-link:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-commons:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-property:jar:1.8.3 already exists in destination. [INFO] org.ops4j.pax.url:pax-url-classpath:jar:2.6.2 already exists in destination. [INFO] org.ops4j.pax.swissbox:pax-swissbox-optional-jcl:jar:1.8.3 already exists in destination. [INFO] org.osgi:org.osgi.core:jar:6.0.0 already exists in destination. [INFO] jakarta.inject:jakarta.inject-api:jar:1.0 already exists in destination. [INFO] [INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- source:3.2.1:test-jar-no-fork (attach-test-sources) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- jar:3.2.0:jar (default-jar) @ org.eclipse.persistence.distribution.tests --- [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/org.eclipse.persistence.distribution.tests-3.0.4-SNAPSHOT.jar [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (installer-test) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.jaxb.installer.InstallerTestSuite [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.631 s - in org.eclipse.persistence.testing.jaxb.installer.InstallerTestSuite [INFO] [INFO] Results: [INFO] [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] [INFO] --- failsafe:3.0.0-M4:integration-test (osgi-test) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest SLF4J: No SLF4J providers were found. SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See http://www.slf4j.org/codes.html#noProviders for further details. WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-tj6d6 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-tj6d6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-tj6d6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-tj6d6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-tj6d6 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-tj6d6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-tj6d6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-tj6d6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-tj6d6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-tj6d6, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-tj6d6" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 23.812 s <<< FAILURE! - in org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest [ERROR] org.eclipse.persistence.testing.osgi.beanvalidation.NoBeanValidationTest Time elapsed: 23.811 s <<< ERROR! org.ops4j.pax.exam.TestContainerException: [link:classpath:META-INF/links/org.ops4j.pax.exam.inject.link] could not be downloaded Caused by: java.io.IOException: Error resolving artifact org.ops4j.pax.exam:pax-exam-inject:jar:4.13.2: [Could not transfer artifact org.ops4j.pax.exam:pax-exam-inject:jar:4.13.2 from/to eclipse.maven.central.mirror (https://repo.eclipse.org/content/repositories/maven_central/): Read timed out] Caused by: shaded.org.eclipse.aether.resolution.ArtifactResolutionException: Error resolving artifact org.ops4j.pax.exam:pax-exam-inject:jar:4.13.2 [INFO] Running org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest [WARNING] Corrupted STDOUT by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/failsafe-reports/2023-10-17T08-40-07_387-jvmRun1.dumpstream [INFO] Tests run: 4, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 10.329 s - in org.eclipse.persistence.testing.osgi.beanvalidation.BeanValidationTest [INFO] Running org.eclipse.persistence.testing.osgi.OSGiBundleTest [INFO] Tests run: 17, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.928 s - in org.eclipse.persistence.testing.osgi.OSGiBundleTest [INFO] [INFO] Results: [INFO] [ERROR] Errors: [ERROR] NoBeanValidationTest ? TestContainer [link:classpath:META-INF/links/org.ops4j.... [INFO] [ERROR] Tests run: 22, Failures: 0, Errors: 1, Skipped: 0 [INFO] [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-failsafe-html-report) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- surefire-report:3.0.0-M4:failsafe-report-only (generate-test-summary-html-report) @ org.eclipse.persistence.distribution.tests --- [INFO] [INFO] --- failsafe:3.0.0-M4:verify (verify-integration-tests) @ org.eclipse.persistence.distribution.tests --- [INFO] ------------------------------------------------------------------------ [INFO] Reactor Summary for EclipseLink Parent 3.0.4-SNAPSHOT: [INFO] [INFO] EclipseLink Parent ................................. SUCCESS [ 2.123 s] [INFO] EclipseLink Hermes Parser .......................... SUCCESS [ 47.360 s] [INFO] EclipseLink Core ................................... SUCCESS [ 11.193 s] [INFO] EclipseLink Core Test Framework .................... SUCCESS [ 0.303 s] [INFO] EclipseLink JPA .................................... SUCCESS [ 0.671 s] [INFO] EclipseLink JPA Test Framework ..................... SUCCESS [ 0.171 s] [INFO] EclipseLink JPA Model Generator .................... SUCCESS [ 2.456 s] [INFO] EclipseLink MOXy ................................... SUCCESS [12:10 min] [INFO] EclipseLink DBWS ................................... SUCCESS [ 5.358 s] [INFO] EclipseLink JPA-RS ................................. SUCCESS [ 9.471 s] [INFO] EclipseLink Core Test .............................. SUCCESS [05:54 min] [INFO] EclipseLink CORBA Extension ........................ SUCCESS [ 27.272 s] [INFO] EclipseLink Extension .............................. SUCCESS [ 1.041 s] [INFO] EclipseLink Test Server Parent ..................... SUCCESS [ 4.057 s] [INFO] EclipseLink JPA Test ............................... SUCCESS [07:33 min] [INFO] EclipseLink NoSQL Extension ........................ SUCCESS [ 0.399 s] [INFO] EclipseLink MOXy XJC ............................... SUCCESS [ 0.109 s] [INFO] EclipseLink SDO .................................... SUCCESS [ 6.114 s] [INFO] EclipseLink DBWS Builder ........................... SUCCESS [ 7.080 s] [INFO] EclipseLink Package Rename Utility ................. SUCCESS [ 0.091 s] [INFO] EclipseLink Oracle Extension ....................... SUCCESS [ 0.160 s] [INFO] EclipseLink Oracle NoSQL Extension ................. SUCCESS [ 2.181 s] [INFO] EclipseLink Bundles Parent ......................... SUCCESS [ 0.049 s] [INFO] EclipseLink Bundles MOXy standalone ................ SUCCESS [ 0.377 s] [INFO] EclipseLink Bundles eclipselink.jar (non-OSGi) ..... SUCCESS [ 48.125 s] [INFO] EclipseLink Bundles tests .......................... FAILURE [ 37.463 s] [INFO] EclipseLink JPA WDF Test ........................... SKIPPED [INFO] EclipseLink Bundles Other .......................... SKIPPED [INFO] EclipseLink Bundles Nightly Builds ................. SKIPPED [INFO] EclipseLink Bundles P2 Site ........................ SKIPPED [INFO] EclipseLink Test Server Parent ..................... SKIPPED [INFO] EclipseLink SDO Test Server ........................ SKIPPED [INFO] EclipseLink JPA NoSQL Test ......................... SKIPPED [INFO] EclipseLink JPA JSE Test ........................... SKIPPED [INFO] EclipseLink JPA Spring Test ........................ SKIPPED [INFO] EclipseLink Oracle Extension Test .................. SKIPPED [INFO] EclipseLink DBWS Test Oracle ....................... SKIPPED [INFO] EclipseLink DBWS Builder Test Oracle ............... SKIPPED [INFO] EclipseLink DBWS Builder Test Oracle Server ........ SKIPPED [INFO] EclipseLink Package Signature Compare Utility ...... SKIPPED [INFO] ------------------------------------------------------------------------ [INFO] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Total time: 29:13 min [INFO] Finished at: 2023-10-17T08:56:01Z [INFO] ------------------------------------------------------------------------ [WARNING] [WARNING] Plugin validation issues were detected in 26 plugin(s) [WARNING] [WARNING] * org.apache.maven.plugins:maven-assembly-plugin:3.3.0 [WARNING] * org.apache.maven.plugins:maven-compiler-plugin:3.8.1 [WARNING] * org.codehaus.mojo:sql-maven-plugin:1.5 [WARNING] * org.codehaus.cargo:cargo-maven2-plugin:1.7.7 [WARNING] * org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M4 [WARNING] * org.apache.maven.plugins:maven-dependency-plugin:3.1.2 [WARNING] * org.carlspring.maven:derby-maven-plugin:1.10 [WARNING] * org.apache.maven.plugins:maven-javadoc-plugin:3.2.0 [WARNING] * com.googlecode.maven-download-plugin:download-maven-plugin:1.6.1 [WARNING] * org.codehaus.mojo:buildnumber-maven-plugin:1.4 [WARNING] * com.soebes.maven.plugins:iterator-maven-plugin:0.5.1 [WARNING] * org.codehaus.mojo:exec-maven-plugin:3.0.0 [WARNING] * org.apache.maven.plugins:maven-checkstyle-plugin:3.1.2 [WARNING] * org.kuali.maven.plugins:properties-maven-plugin:2.0.1 [WARNING] * org.apache.maven.plugins:maven-jar-plugin:3.2.0 [WARNING] * org.apache.maven.plugins:maven-surefire-report-plugin:3.0.0-M4 [WARNING] * org.codehaus.mojo:build-helper-maven-plugin:3.2.0 [WARNING] * org.apache.maven.plugins:maven-antrun-plugin:3.0.0 [WARNING] * org.codehaus.mojo:xml-maven-plugin:1.0.2 [WARNING] * org.apache.felix:maven-bundle-plugin:5.1.1 [WARNING] * org.apache.maven.plugins:maven-enforcer-plugin:3.0.0-M2 [WARNING] * com.google.code.maven-replacer-plugin:replacer:1.5.3 [WARNING] * org.bsc.maven:maven-processor-plugin:4.5-jdk8 [WARNING] * org.apache.maven.plugins:maven-source-plugin:3.2.1 [WARNING] * org.apache.maven.plugins:maven-resources-plugin:3.1.0 [WARNING] * org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M4 [WARNING] [WARNING] For more or less details, use 'maven.plugin.validation' property with one of the values (case insensitive): [BRIEF, DEFAULT, VERBOSE] [WARNING] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-failsafe-plugin:3.0.0-M4:verify (verify-integration-tests) on project org.eclipse.persistence.distribution.tests: There are test failures. [ERROR] [ERROR] Please refer to /home/jenkins/agent/workspace/eclipselink-nightly-3.0/bundles/tests/target/failsafe-reports for the individual test results. [ERROR] Please refer to dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream. [ERROR] -> [Help 1] [ERROR] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch. [ERROR] Re-run Maven using the -X switch to enable full debug logging. [ERROR] [ERROR] For more information about the errors and possible solutions, please read the following articles: [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException [ERROR] [ERROR] After correcting the problems, you can resume the build with the command [ERROR] mvn -rf :org.eclipse.persistence.distribution.tests WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-ddbjn because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-ddbjn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-ddbjn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-ddbjn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-ddbjn io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-ddbjn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-ddbjn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-ddbjn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-ddbjn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-ddbjn, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-ddbjn" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [Pipeline] } [Pipeline] // container [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (NoSQL tests) Stage "NoSQL tests" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (LRG Server tests (Wildfly)) Stage "LRG Server tests (Wildfly)" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish to nightly) Stage "Publish to nightly" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish to snapshots) WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-9wmk8 because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-9wmk8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-9wmk8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-9wmk8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-9wmk8 io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-9wmk8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-9wmk8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-9wmk8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-9wmk8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-9wmk8, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-9wmk8" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) Stage "Publish to snapshots" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Proceed test results) Stage "Proceed test results" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] emailext Not sending mail to unregistered user (id: noreply@github.com, email: noreply@github.com) because your SCM claimed this was associated with a user ID ‘GitHub' which your security realm does not recognize; you may need changes in your SCM plugin Sending email to: eclipselink-dev@eclipse.org radek.felcman@oracle.com [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node WARNING: Unable to create pod: kubernetes eclipselink/el-master-agent-pod-g2pzn-c8mwh because kubernetes resource quota exceeded. Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-c8mwh" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-c8mwh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-c8mwh" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). Retrying... ERROR: Failed to launch el-master-agent-pod-g2pzn-c8mwh io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-c8mwh" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-c8mwh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-c8mwh" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:660) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.requestFailure(OperationSupport.java:640) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.assertResponseCode(OperationSupport.java:589) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.lambda$handleResponse$0(OperationSupport.java:549) at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:642) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.StandardHttpClient.lambda$completeOrCancel$10(StandardHttpClient.java:140) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.http.ByteArrayBodyHandler.onBodyDone(ByteArrayBodyHandler.java:52) at java.base/java.util.concurrent.CompletableFuture.uniWhenComplete(CompletableFuture.java:859) at java.base/java.util.concurrent.CompletableFuture$UniWhenComplete.tryFire(CompletableFuture.java:837) at java.base/java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:506) at java.base/java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:2073) at io.fabric8.kubernetes.client.okhttp.OkHttpClientImpl$OkHttpAsyncBody.doConsume(OkHttpClientImpl.java:137) Caused: io.fabric8.kubernetes.client.KubernetesClientException: Failure executing: POST at: https://10.30.0.1:443/api/v1/namespaces/eclipselink/pods. Message: pods "el-master-agent-pod-g2pzn-c8mwh" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m. Received status: Status(apiVersion=v1, code=403, details=StatusDetails(causes=[], group=null, kind=pods, name=el-master-agent-pod-g2pzn-c8mwh, retryAfterSeconds=null, uid=null, additionalProperties={}), kind=Status, message=pods "el-master-agent-pod-g2pzn-c8mwh" is forbidden: exceeded quota: jenkins-instance-quota, requested: requests.cpu=6500m, used: requests.cpu=7950m, limited: requests.cpu=13450m, metadata=ListMeta(_continue=null, remainingItemCount=null, resourceVersion=null, selfLink=null, additionalProperties={}), reason=Forbidden, status=Failure, additionalProperties={}). at io.fabric8.kubernetes.client.KubernetesClientException.copyAsCause(KubernetesClientException.java:238) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.waitForResult(OperationSupport.java:507) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleResponse(OperationSupport.java:524) at io.fabric8.kubernetes.client.dsl.internal.OperationSupport.handleCreate(OperationSupport.java:340) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:703) at io.fabric8.kubernetes.client.dsl.internal.BaseOperation.handleCreate(BaseOperation.java:92) at io.fabric8.kubernetes.client.dsl.internal.CreateOnlyResourceOperation.create(CreateOnlyResourceOperation.java:42) at org.csanchez.jenkins.plugins.kubernetes.KubernetesLauncher.launch(KubernetesLauncher.java:133) at hudson.slaves.SlaveComputer.lambda$_connect$0(SlaveComputer.java:297) at jenkins.util.ContextResettingExecutorService$2.call(ContextResettingExecutorService.java:46) at jenkins.security.ImpersonatingExecutorService$2.call(ImpersonatingExecutorService.java:80) at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) at java.base/java.lang.Thread.run(Thread.java:839) [Pipeline] } [Pipeline] // podTemplate [Pipeline] End of Pipeline ERROR: script returned exit code 1 Finished: FAILURE