Skip to content

Console Output

Started by an SCM change
Obtained etc/jenkins/build.groovy from git https://github.com/eclipse-ee4j/eclipselink-build-support.git
[Pipeline] Start of Pipeline
[Pipeline] node
Agent basic-0c37f is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-0c37f"
  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: "basic-0c37f"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-0c37f"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-eclipselink"
      readOnly: true
  - name: "m2-secret-dir"
    secret:
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "m2-dir"
    name: "m2-dir"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-4"
  - emptyDir:
      medium: ""
    name: "volume-3"

Running on basic-0c37f in /home/jenkins/agent/workspace/eclipselink-build-support-build
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/eclipse-ee4j/eclipselink-build-support.git
Avoid second fetch
Checking out Revision df6581a08b077e281d91c9bb07729f26eae7a434 (refs/remotes/origin/main)
 > git init /home/jenkins/agent/workspace/eclipselink-build-support-build # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink-build-support.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink-build-support.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink-build-support.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f df6581a08b077e281d91c9bb07729f26eae7a434 # timeout=10
Commit message: "Post-release version change from 1.0.1-SNAPSHOT to 1.1.1-SNAPSHOT (#6)"
 > git rev-list --no-walk be5817c48fce7bfa2c5fcd7cc8d16da83721076a # timeout=10
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Tool Install)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] }
[Pipeline] // stage
[Pipeline] withEnv
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Init)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] git
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot-ssh
Fetching changes from the remote Git repository
Checking out Revision df6581a08b077e281d91c9bb07729f26eae7a434 (refs/remotes/origin/main)
Commit message: "Post-release version change from 1.0.1-SNAPSHOT to 1.1.1-SNAPSHOT (#6)"
[Pipeline] withCredentials
Masking supported pattern matches of $KEYRING
[Pipeline] {
[Pipeline] sh
+ gpg --batch --import ****
gpg: directory '/home/jenkins/.gnupg' created
gpg: keybox '/home/jenkins/.gnupg/pubring.kbx' created
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key F956DAF8F18311D3: public key "Eclipselink Project <eclipselink-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key F956DAF8F18311D3: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
++ gpg --list-keys --with-colons
++ awk -F: '/fpr:/ {print $10}'
++ sort -u
+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key AB11759F53250EEBD92E2F85836B571D384E2887 trust
Secret subkeys are available.

pub  rsa4096/F956DAF8F18311D3
     created: 2019-05-16  expires: 2024-05-14  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/836B571D384E2887
     created: 2019-05-16  expires: 2024-05-14  usage: S   
[ unknown] (1). Eclipselink Project <eclipselink-dev@eclipse.org>

pub  rsa4096/F956DAF8F18311D3
     created: 2019-05-16  expires: 2024-05-14  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/836B571D384E2887
     created: 2019-05-16  expires: 2024-05-14  usage: S   
[ unknown] (1). Eclipselink Project <eclipselink-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/F956DAF8F18311D3
     created: 2019-05-16  expires: 2024-05-14  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/836B571D384E2887
     created: 2019-05-16  expires: 2024-05-14  usage: S   
[ unknown] (1). Eclipselink Project <eclipselink-dev@eclipse.org>
Please note that the shown key validity is not necessarily correct
unless you restart the program.

+ for fpr in $(gpg --list-keys --with-colons  | awk -F: '/fpr:/ {print $10}' | sort -u)
+ echo -e '5\ny\n'
+ gpg --batch --command-fd 0 --expert --edit-key D8216E428324480EEA98EE26F956DAF8F18311D3 trust
Secret subkeys are available.

gpg: checking the trustdb
gpg: marginals needed: 3  completes needed: 1  trust model: pgp
gpg: depth: 0  valid:   1  signed:   0  trust: 0-, 0q, 0n, 0m, 0f, 1u
gpg: next trustdb check due at 2024-05-14
pub  rsa4096/F956DAF8F18311D3
     created: 2019-05-16  expires: 2024-05-14  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/836B571D384E2887
     created: 2019-05-16  expires: 2024-05-14  usage: S   
[ultimate] (1). Eclipselink Project <eclipselink-dev@eclipse.org>

pub  rsa4096/F956DAF8F18311D3
     created: 2019-05-16  expires: 2024-05-14  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/836B571D384E2887
     created: 2019-05-16  expires: 2024-05-14  usage: S   
[ultimate] (1). Eclipselink Project <eclipselink-dev@eclipse.org>

Please decide how far you trust this user to correctly verify other users' keys
(by looking at passports, checking fingerprints from different sources, etc.)

  1 = I don't know or won't say
  2 = I do NOT trust
  3 = I trust marginally
  4 = I trust fully
  5 = I trust ultimately
  m = back to the main menu


pub  rsa4096/F956DAF8F18311D3
     created: 2019-05-16  expires: 2024-05-14  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/836B571D384E2887
     created: 2019-05-16  expires: 2024-05-14  usage: S   
[ultimate] (1). Eclipselink Project <eclipselink-dev@eclipse.org>

[Pipeline] }
[Pipeline] // withCredentials
[Pipeline] sh
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/eclipselink-build-support-build/.git # timeout=10
 > git config remote.origin.url https://github.com/eclipse-ee4j/eclipselink-build-support.git # timeout=10
Fetching upstream changes from https://github.com/eclipse-ee4j/eclipselink-build-support.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
using GIT_SSH to set credentials GitHub bot (SSH)
[INFO] Currently running in a labeled security context
 > /usr/bin/chcon --type=ssh_home_t /home/jenkins/agent/workspace/eclipselink-build-support-build@tmp/jenkins-gitclient-ssh4203813817323427581.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- https://github.com/eclipse-ee4j/eclipselink-build-support.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/main^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f df6581a08b077e281d91c9bb07729f26eae7a434 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b main df6581a08b077e281d91c9bb07729f26eae7a434 # timeout=10
+ git config --global user.name 'EclipseLink Bot'
+ git config --global user.email eclipselink-bot@eclipse.org
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Build)
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] tool
[Pipeline] envVarsForTool
[Pipeline] withEnv
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/build.sh
-[ EclipseLink Build Support Build ]------------------------------------------------
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
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: UTF-8
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:eclipselink-testbuild-plugin:maven-plugin:1.1.1-SNAPSHOT
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-failsafe-plugin is missing. @ line 274, column 29
[WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-invoker-plugin is missing. @ line 240, column 29
[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 1 modules...
[INFO] Installing Nexus Staging features:
[INFO]   ... total of 1 executions of maven-deploy-plugin replaced with nexus-staging-maven-plugin
[INFO] 
[INFO] --------< org.eclipse.persistence:eclipselink-testbuild-plugin >--------
[INFO] Building EclipseLink Maven Build Plugin 1.1.1-SNAPSHOT
[INFO]   from pom.xml
[INFO] ----------------------------[ maven-plugin ]----------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ eclipselink-testbuild-plugin ---
[INFO] 
[INFO] --- enforcer:3.0.0-M3:enforce (enforce-maven) @ eclipselink-testbuild-plugin ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ eclipselink-testbuild-plugin ---
[INFO] Copying 2 resources from src/main/resources to target/classes
[INFO] 
[INFO] --- compiler:3.10.1:compile (default-compile) @ eclipselink-testbuild-plugin ---
[INFO] Changes detected - recompiling the module!
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/classes
[INFO] /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/src/main/java/org/eclipse/persistence/build/Packager.java: /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/src/main/java/org/eclipse/persistence/build/Packager.java uses or overrides a deprecated API.
[INFO] /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/src/main/java/org/eclipse/persistence/build/Packager.java: Recompile with -Xlint:deprecation for details.
[INFO] /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/src/main/java/org/eclipse/persistence/build/embedmongo/StartMojo.java: /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/src/main/java/org/eclipse/persistence/build/embedmongo/StartMojo.java uses unchecked or unsafe operations.
[INFO] /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/src/main/java/org/eclipse/persistence/build/embedmongo/StartMojo.java: Recompile with -Xlint:unchecked for details.
[INFO] 
[INFO] --- plugin:3.6.4:descriptor (default-descriptor) @ eclipselink-testbuild-plugin ---
[INFO] Using 'UTF-8' encoding to read mojo source files.
[INFO] java-javadoc mojo extractor found 0 mojo descriptor.
[INFO] ant mojo extractor found 0 mojo descriptor.
[INFO] bsh mojo extractor found 0 mojo descriptor.
[INFO] java-annotations mojo extractor found 3 mojo descriptors.
[INFO] 
[INFO] --- plexus-component-metadata:2.1.1:generate-metadata (default) @ eclipselink-testbuild-plugin ---
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipselink-testbuild-plugin ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.10.1:testCompile (default-testCompile) @ eclipselink-testbuild-plugin ---
[INFO] No sources to compile
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ eclipselink-testbuild-plugin ---
[INFO] 
[INFO] --- jar:3.2.2:jar (default-jar) @ eclipselink-testbuild-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/eclipselink-testbuild-plugin-1.1.1-SNAPSHOT.jar
[INFO] 
[INFO] --- plugin:3.6.4:addPluginArtifactMetadata (default-addPluginArtifactMetadata) @ eclipselink-testbuild-plugin ---
[INFO] 
[INFO] --- source:3.2.1:jar-no-fork (attach-sources) @ eclipselink-testbuild-plugin ---
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/eclipselink-testbuild-plugin-1.1.1-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- javadoc:3.2.0:jar (attach-javadocs) @ eclipselink-testbuild-plugin ---
[INFO] No previous run data found, generating javadoc.
[INFO] 
Loading source files for package org.eclipse.persistence.build...
Loading source files for package org.eclipse.persistence.build.embedmongo...
Loading source files for package org.eclipse.persistence.build.embedmongo.log...
Constructing Javadoc information...
Standard Doclet version 11.0.11
Building tree for all the packages and classes...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/PackagerMojo.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/TestEar.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/AbstractEmbeddedMongoMojo.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/StartMojo.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/StopMojo.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/log/FileOutputStreamProcessor.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/log/Loggers.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/log/Loggers.LoggingOutput.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/package-summary.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/package-tree.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/package-summary.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/package-tree.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/log/package-summary.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/log/package-tree.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/constant-values.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/class-use/PackagerMojo.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/class-use/TestEar.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/class-use/AbstractEmbeddedMongoMojo.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/class-use/StartMojo.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/class-use/StopMojo.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/log/class-use/FileOutputStreamProcessor.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/log/class-use/Loggers.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/log/class-use/Loggers.LoggingOutput.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/package-use.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/package-use.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/org/eclipse/persistence/build/embedmongo/log/package-use.html...
Building index for all the packages and classes...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/overview-tree.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/index-all.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/allclasses-index.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/allpackages-index.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/deprecated-list.html...
Building index for all classes...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/allclasses.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/index.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/overview-summary.html...
Generating /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/apidocs/help-doc.html...
[INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/eclipselink-testbuild-plugin-1.1.1-SNAPSHOT-javadoc.jar
[INFO] 
[INFO] --- groovy:2.1.1:execute (set-proxy) @ eclipselink-testbuild-plugin ---
[INFO] Checking proxy...
[INFO] No proxy found
[INFO] 
[INFO] --- invoker:3.6.0:install (integration-test-installdeps) @ eclipselink-testbuild-plugin ---
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/eclipselink-testbuild-plugin-1.1.1-SNAPSHOT.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/eclipse/persistence/eclipselink-testbuild-plugin/1.1.1-SNAPSHOT/eclipselink-testbuild-plugin-1.1.1-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/eclipselink-testbuild-plugin-1.1.1-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/eclipse/persistence/eclipselink-testbuild-plugin/1.1.1-SNAPSHOT/eclipselink-testbuild-plugin-1.1.1-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/eclipselink-testbuild-plugin-1.1.1-SNAPSHOT-javadoc.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/eclipse/persistence/eclipselink-testbuild-plugin/1.1.1-SNAPSHOT/eclipselink-testbuild-plugin-1.1.1-SNAPSHOT-javadoc.jar
[INFO] Installing /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/pom.xml to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/eclipse/persistence/eclipselink-testbuild-plugin/1.1.1-SNAPSHOT/eclipselink-testbuild-plugin-1.1.1-SNAPSHOT.pom
[INFO] Installing /home/jenkins/.m2/repository/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/eclipse/ee4j/project/1.0.7/project-1.0.7.pom
[INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.jar
[INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/codehaus/plexus/plexus-utils/3.3.1/plexus-utils-3.3.1.pom
[INFO] Installing /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.jar
[INFO] Installing /home/jenkins/.m2/repository/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/commons/commons-lang3/3.8.1/commons-lang3-3.8.1.pom
[INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.jar
[INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/codehaus/plexus/plexus-interpolation/1.26/plexus-interpolation-1.26.pom
[INFO] Installing /home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/javax/inject/javax.inject/1/javax.inject-1.jar
[INFO] Installing /home/jenkins/.m2/repository/javax/inject/javax.inject/1/javax.inject-1.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/javax/inject/javax.inject/1/javax.inject-1.pom
[INFO] Installing /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.jar
[INFO] Installing /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/maven/plugin-tools/maven-plugin-annotations/3.6.4/maven-plugin-annotations-3.6.4.pom
[INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.jar
[INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/codehaus/plexus/plexus-component-annotations/2.1.1/plexus-component-annotations-2.1.1.pom
[INFO] Installing /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.jar
[INFO] Installing /home/jenkins/.m2/repository/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/maven/maven-archiver/3.6.0/maven-archiver-3.6.0.pom
[INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.jar
[INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/codehaus/plexus/plexus-io/3.4.0/plexus-io-3.4.0.pom
[INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.jar
[INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/codehaus/plexus/plexus-archiver/4.4.0/plexus-archiver-4.4.0.pom
[INFO] Installing /home/jenkins/.m2/repository/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/commons-io/commons-io/2.11.0/commons-io-2.11.0.jar
[INFO] Installing /home/jenkins/.m2/repository/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/commons-io/commons-io/2.11.0/commons-io-2.11.0.pom
[INFO] Installing /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/commons/commons-compress/1.21/commons-compress-1.21.jar
[INFO] Installing /home/jenkins/.m2/repository/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/commons/commons-compress/1.21/commons-compress-1.21.pom
[INFO] Installing /home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/iq80/snappy/snappy/0.4/snappy-0.4.jar
[INFO] Installing /home/jenkins/.m2/repository/org/iq80/snappy/snappy/0.4/snappy-0.4.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/iq80/snappy/snappy/0.4/snappy-0.4.pom
[INFO] Installing /home/jenkins/.m2/repository/org/tukaani/xz/1.9/xz-1.9.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/tukaani/xz/1.9/xz-1.9.jar
[INFO] Installing /home/jenkins/.m2/repository/org/tukaani/xz/1.9/xz-1.9.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/tukaani/xz/1.9/xz-1.9.pom
[INFO] Installing /home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.jar
[INFO] Installing /home/jenkins/.m2/repository/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/maven/shared/maven-filtering/3.3.0/maven-filtering-3.3.0.pom
[INFO] Installing /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.jar
[INFO] Installing /home/jenkins/.m2/repository/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/sonatype/plexus/plexus-build-api/0.0.7/plexus-build-api-0.0.7.pom
[INFO] Installing /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.jar
[INFO] Installing /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/maven/resolver/maven-resolver-api/1.7.3/maven-resolver-api-1.7.3.pom
[INFO] Installing /home/jenkins/.m2/repository/de/flapdoodle/embed/de.flapdoodle.embed.mongo/4.9.3/de.flapdoodle.embed.mongo-4.9.3.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/de/flapdoodle/embed/de.flapdoodle.embed.mongo/4.9.3/de.flapdoodle.embed.mongo-4.9.3.jar
[INFO] Installing /home/jenkins/.m2/repository/de/flapdoodle/embed/de.flapdoodle.embed.mongo/4.9.3/de.flapdoodle.embed.mongo-4.9.3.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/de/flapdoodle/embed/de.flapdoodle.embed.mongo/4.9.3/de.flapdoodle.embed.mongo-4.9.3.pom
[INFO] Installing /home/jenkins/.m2/repository/de/flapdoodle/embed/de.flapdoodle.embed.mongo.packageresolver/4.9.1/de.flapdoodle.embed.mongo.packageresolver-4.9.1.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/de/flapdoodle/embed/de.flapdoodle.embed.mongo.packageresolver/4.9.1/de.flapdoodle.embed.mongo.packageresolver-4.9.1.jar
[INFO] Installing /home/jenkins/.m2/repository/de/flapdoodle/embed/de.flapdoodle.embed.mongo.packageresolver/4.9.1/de.flapdoodle.embed.mongo.packageresolver-4.9.1.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/de/flapdoodle/embed/de.flapdoodle.embed.mongo.packageresolver/4.9.1/de.flapdoodle.embed.mongo.packageresolver-4.9.1.pom
[INFO] Installing /home/jenkins/.m2/repository/de/flapdoodle/de.flapdoodle.os/1.5.0/de.flapdoodle.os-1.5.0.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/de/flapdoodle/de.flapdoodle.os/1.5.0/de.flapdoodle.os-1.5.0.jar
[INFO] Installing /home/jenkins/.m2/repository/de/flapdoodle/de.flapdoodle.os/1.5.0/de.flapdoodle.os-1.5.0.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/de/flapdoodle/de.flapdoodle.os/1.5.0/de.flapdoodle.os-1.5.0.pom
[INFO] Installing /home/jenkins/.m2/repository/de/flapdoodle/embed/de.flapdoodle.embed.process/4.8.1/de.flapdoodle.embed.process-4.8.1.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/de/flapdoodle/embed/de.flapdoodle.embed.process/4.8.1/de.flapdoodle.embed.process-4.8.1.jar
[INFO] Installing /home/jenkins/.m2/repository/de/flapdoodle/embed/de.flapdoodle.embed.process/4.8.1/de.flapdoodle.embed.process-4.8.1.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/de/flapdoodle/embed/de.flapdoodle.embed.process/4.8.1/de.flapdoodle.embed.process-4.8.1.pom
[INFO] Installing /home/jenkins/.m2/repository/de/flapdoodle/reverse/de.flapdoodle.reverse/1.6.0/de.flapdoodle.reverse-1.6.0.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/de/flapdoodle/reverse/de.flapdoodle.reverse/1.6.0/de.flapdoodle.reverse-1.6.0.jar
[INFO] Installing /home/jenkins/.m2/repository/de/flapdoodle/reverse/de.flapdoodle.reverse/1.6.0/de.flapdoodle.reverse-1.6.0.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/de/flapdoodle/reverse/de.flapdoodle.reverse/1.6.0/de.flapdoodle.reverse-1.6.0.pom
[INFO] Installing /home/jenkins/.m2/repository/de/flapdoodle/graph/de.flapdoodle.graph/1.3.3/de.flapdoodle.graph-1.3.3.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/de/flapdoodle/graph/de.flapdoodle.graph/1.3.3/de.flapdoodle.graph-1.3.3.jar
[INFO] Installing /home/jenkins/.m2/repository/de/flapdoodle/graph/de.flapdoodle.graph/1.3.3/de.flapdoodle.graph-1.3.3.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/de/flapdoodle/graph/de.flapdoodle.graph/1.3.3/de.flapdoodle.graph-1.3.3.pom
[INFO] Installing /home/jenkins/.m2/repository/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.jar
[INFO] Installing /home/jenkins/.m2/repository/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/jgrapht/jgrapht-core/1.4.0/jgrapht-core-1.4.0.pom
[INFO] Installing /home/jenkins/.m2/repository/org/jheaps/jheaps/0.11/jheaps-0.11.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/jheaps/jheaps/0.11/jheaps-0.11.jar
[INFO] Installing /home/jenkins/.m2/repository/org/jheaps/jheaps/0.11/jheaps-0.11.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/jheaps/jheaps/0.11/jheaps-0.11.pom
[INFO] Installing /home/jenkins/.m2/repository/de/flapdoodle/java8/de.flapdoodle.java8/1.3.3/de.flapdoodle.java8-1.3.3.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/de/flapdoodle/java8/de.flapdoodle.java8/1.3.3/de.flapdoodle.java8-1.3.3.jar
[INFO] Installing /home/jenkins/.m2/repository/de/flapdoodle/java8/de.flapdoodle.java8/1.3.3/de.flapdoodle.java8-1.3.3.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/de/flapdoodle/java8/de.flapdoodle.java8/1.3.3/de.flapdoodle.java8-1.3.3.pom
[INFO] Installing /home/jenkins/.m2/repository/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/net/java/dev/jna/jna/5.13.0/jna-5.13.0.jar
[INFO] Installing /home/jenkins/.m2/repository/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/net/java/dev/jna/jna/5.13.0/jna-5.13.0.pom
[INFO] Installing /home/jenkins/.m2/repository/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.jar
[INFO] Installing /home/jenkins/.m2/repository/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/net/java/dev/jna/jna-platform/5.13.0/jna-platform-5.13.0.pom
[INFO] Installing /home/jenkins/.m2/repository/de/flapdoodle/de.flapdoodle.os-api/1.4.1/de.flapdoodle.os-api-1.4.1.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/de/flapdoodle/de.flapdoodle.os-api/1.4.1/de.flapdoodle.os-api-1.4.1.jar
[INFO] Installing /home/jenkins/.m2/repository/de/flapdoodle/de.flapdoodle.os-api/1.4.1/de.flapdoodle.os-api-1.4.1.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/de/flapdoodle/de.flapdoodle.os-api/1.4.1/de.flapdoodle.os-api-1.4.1.pom
[INFO] Installing /home/jenkins/.m2/repository/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.jar
[INFO] Installing /home/jenkins/.m2/repository/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/slf4j/slf4j-api/2.0.9/slf4j-api-2.0.9.pom
[INFO] Installing /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.4.11/logback-classic-1.4.11.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/ch/qos/logback/logback-classic/1.4.11/logback-classic-1.4.11.jar
[INFO] Installing /home/jenkins/.m2/repository/ch/qos/logback/logback-classic/1.4.11/logback-classic-1.4.11.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/ch/qos/logback/logback-classic/1.4.11/logback-classic-1.4.11.pom
[INFO] Installing /home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.4.11/logback-core-1.4.11.jar to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/ch/qos/logback/logback-core/1.4.11/logback-core-1.4.11.jar
[INFO] Installing /home/jenkins/.m2/repository/ch/qos/logback/logback-core/1.4.11/logback-core-1.4.11.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/ch/qos/logback/logback-core/1.4.11/logback-core-1.4.11.pom
[INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/codehaus/plexus/plexus/5.1/plexus-5.1.pom
[INFO] Installing /home/jenkins/.m2/repository/org/apache/apache/19/apache-19.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/apache/19/apache-19.pom
[INFO] Installing /home/jenkins/.m2/repository/org/apache/commons/commons-parent/47/commons-parent-47.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/commons/commons-parent/47/commons-parent-47.pom
[INFO] Installing /home/jenkins/.m2/repository/org/apache/apache/23/apache-23.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/apache/23/apache-23.pom
[INFO] Installing /home/jenkins/.m2/repository/org/apache/maven/maven-parent/34/maven-parent-34.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/maven/maven-parent/34/maven-parent-34.pom
[INFO] Installing /home/jenkins/.m2/repository/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/maven/plugin-tools/maven-plugin-tools/3.6.4/maven-plugin-tools-3.6.4.pom
[INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/codehaus/plexus/plexus/6.5/plexus-6.5.pom
[INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/codehaus/plexus/plexus-containers/2.1.1/plexus-containers-2.1.1.pom
[INFO] Installing /home/jenkins/.m2/repository/org/apache/apache/26/apache-26.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/apache/26/apache-26.pom
[INFO] Installing /home/jenkins/.m2/repository/org/apache/maven/maven-parent/36/maven-parent-36.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/maven/maven-parent/36/maven-parent-36.pom
[INFO] Installing /home/jenkins/.m2/repository/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/maven/shared/maven-shared-components/36/maven-shared-components-36.pom
[INFO] Installing /home/jenkins/.m2/repository/org/codehaus/plexus/plexus/10/plexus-10.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/codehaus/plexus/plexus/10/plexus-10.pom
[INFO] Installing /home/jenkins/.m2/repository/org/apache/commons/commons-parent/52/commons-parent-52.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/commons/commons-parent/52/commons-parent-52.pom
[INFO] Installing /home/jenkins/.m2/repository/org/sonatype/forge/forge-parent/5/forge-parent-5.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/sonatype/forge/forge-parent/5/forge-parent-5.pom
[INFO] Installing /home/jenkins/.m2/repository/org/sonatype/spice/spice-parent/15/spice-parent-15.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/sonatype/spice/spice-parent/15/spice-parent-15.pom
[INFO] Installing /home/jenkins/.m2/repository/org/apache/maven/resolver/maven-resolver/1.7.3/maven-resolver-1.7.3.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/apache/maven/resolver/maven-resolver/1.7.3/maven-resolver-1.7.3.pom
[INFO] Installing /home/jenkins/.m2/repository/org/sonatype/oss/oss-parent/7/oss-parent-7.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/sonatype/oss/oss-parent/7/oss-parent-7.pom
[INFO] Installing /home/jenkins/.m2/repository/org/jgrapht/jgrapht/1.4.0/jgrapht-1.4.0.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/jgrapht/jgrapht/1.4.0/jgrapht-1.4.0.pom
[INFO] Installing /home/jenkins/.m2/repository/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/slf4j/slf4j-bom/2.0.9/slf4j-bom-2.0.9.pom
[INFO] Installing /home/jenkins/.m2/repository/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/org/slf4j/slf4j-parent/2.0.9/slf4j-parent-2.0.9.pom
[INFO] Installing /home/jenkins/.m2/repository/ch/qos/logback/logback-parent/1.4.11/logback-parent-1.4.11.pom to /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo/ch/qos/logback/logback-parent/1.4.11/logback-parent-1.4.11.pom
[INFO] 
[INFO] --- invoker:3.6.0:run (integration-test) @ eclipselink-testbuild-plugin ---
[INFO] Building: allPropertiesTest/pom.xml
[INFO] [INFO] Scanning for projects...
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.persistence:eclipselink-testbuild-plugin-embedmongo-all-properties-test:jar:1.0-SNAPSHOT
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 112, column 21
[INFO] [WARNING] 
[INFO] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[INFO] [WARNING] 
[INFO] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[INFO] [WARNING] 
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.persistence:eclipselink-testbuild-plugin-embedmongo-all-properties-test >--
[INFO] [INFO] Building basic-test 1.0-SNAPSHOT
[INFO] [INFO]   from pom.xml
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipselink-testbuild-plugin-embedmongo-all-properties-test ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it/allPropertiesTest/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.12.0:compile (default-compile) @ eclipselink-testbuild-plugin-embedmongo-all-properties-test ---
[INFO] [INFO] Recompiling the module because of changed dependency.
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipselink-testbuild-plugin-embedmongo-all-properties-test ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.12.0:testCompile (default-testCompile) @ eclipselink-testbuild-plugin-embedmongo-all-properties-test ---
[INFO] [INFO] Recompiling the module because of changed dependency.
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- eclipselink-testbuild:1.1.1-SNAPSHOT:start-mongo (start) @ eclipselink-testbuild-plugin-embedmongo-all-properties-test ---
[INFO] download https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-debian10-6.0.8.tgz START
[INFO] download https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-debian10-6.0.8.tgz 0% 1% 2% 3% 4% 5% 6% 7% 8% 9% 10% 11% 12% 13% 14% 15% 16% 17% 18% 19% 20% 21% 22% 23% 24% 25% 26% 27% 28% 29% 30% 31% 32% 33% 34% 35% 36% 37% 38% 39% 40% 41% 42% 43% 44% 45% 46% 47% 48% 49% 50% 51% 52% 53% 54% 55% 56% 57% 58% 59% 60% 61% 62% 63% 64% 65% 66% 67% 68% 69% 70% 71% 72% 73% 74% 75% 76% 77% 78% 79% 80% 81% 82% 83% 84% 85% 86% 87% 88% 89% 90% 91% 92% 93% 94% 95% 96% 97% 98% 99% 
[INFO] download https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-debian10-6.0.8.tgz DONE
[INFO] [INFO] 
[INFO] [INFO] --- surefire:3.1.2:test (default-test) @ eclipselink-testbuild-plugin-embedmongo-all-properties-test ---
[INFO] [INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] [INFO] 
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO]  T E S T S
[INFO] [INFO] -------------------------------------------------------
[INFO] [INFO] Running org.eclipse.persistence.build.embedmongo.AllPropertiesTest
[INFO] 375  [main] INFO  org.mongodb.driver.client - MongoClient with metadata {"driver": {"name": "mongo-java-driver|sync", "version": "4.11.0"}, "os": {"type": "Linux", "name": "Linux", "architecture": "amd64", "version": "5.18.5-100.fc35.x86_64"}, "platform": "Java/AdoptOpenJDK/11.0.11+9"} created with settings MongoClientSettings{readPreference=primary, writeConcern=WriteConcern{w=null, wTimeout=null ms, journal=null}, retryWrites=true, retryReads=true, readConcern=ReadConcern{level=null}, credential=null, transportSettings=null, streamFactoryFactory=null, commandListeners=[], codecRegistry=ProvidersCodecRegistry{codecProviders=[ValueCodecProvider{}, BsonValueCodecProvider{}, DBRefCodecProvider{}, DBObjectCodecProvider{}, DocumentCodecProvider{}, CollectionCodecProvider{}, IterableCodecProvider{}, MapCodecProvider{}, GeoJsonCodecProvider{}, GridFSFileCodecProvider{}, Jsr310CodecProvider{}, JsonObjectCodecProvider{}, BsonCodecProvider{}, EnumCodecProvider{}, com.mongodb.client.model.mql.ExpressionCodecProvider@66565121, com.mongodb.Jep395RecordCodecProvider@2fc6f97f, com.mongodb.KotlinCodecProvider@3d2ee678]}, loggerSettings=LoggerSettings{maxDocumentLength=1000}, clusterSettings={hosts=[localhost:37017], srvServiceName=mongodb, mode=SINGLE, requiredClusterType=UNKNOWN, requiredReplicaSetName='null', serverSelector='null', clusterListeners='[]', serverSelectionTimeout='30000 ms', localThreshold='15 ms'}, socketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=0, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, heartbeatSocketSettings=SocketSettings{connectTimeoutMS=10000, readTimeoutMS=10000, receiveBufferSize=0, proxySettings=ProxySettings{host=null, port=null, username=null, password=null}}, connectionPoolSettings=ConnectionPoolSettings{maxSize=100, minSize=0, maxWaitTimeMS=120000, maxConnectionLifeTimeMS=0, maxConnectionIdleTimeMS=0, maintenanceInitialDelayMS=0, maintenanceFrequencyMS=60000, connectionPoolListeners=[], maxConnecting=2}, serverSettings=ServerSettings{heartbeatFrequencyMS=10000, minHeartbeatFrequencyMS=500, serverListeners='[]', serverMonitorListeners='[]'}, sslSettings=SslSettings{enabled=false, invalidHostNameAllowed=false, context=null}, applicationName='null', compressorList=[], uuidRepresentation=UNSPECIFIED, serverApi=null, autoEncryptionSettings=null, dnsClient=null, inetAddressResolver=null, contextProvider=null}
[INFO] 433  [cluster-ClusterId{value='659694ec212ce03a52faad38', description='null'}-localhost:37017] INFO  org.mongodb.driver.cluster - Monitor thread successfully connected to server with description ServerDescription{address=localhost:37017, type=STANDALONE, state=CONNECTED, ok=true, minWireVersion=0, maxWireVersion=17, maxDocumentSize=16777216, logicalSessionTimeoutMinutes=30, roundTripTimeNanos=51720689}
[INFO] 435  [main] INFO  org.mongodb.driver.cluster - No server chosen by ReadPreferenceServerSelector{readPreference=primary} from cluster description ClusterDescription{type=UNKNOWN, connectionMode=SINGLE, serverDescriptions=[ServerDescription{address=localhost:37017, type=UNKNOWN, state=CONNECTING}]}. Waiting for 30000 ms before timing out
[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.588 s -- in org.eclipse.persistence.build.embedmongo.AllPropertiesTest
[INFO] [INFO] 
[INFO] [INFO] Results:
[INFO] [INFO] 
[INFO] [INFO] Tests run: 2, Failures: 0, Errors: 0, Skipped: 0
[INFO] [INFO] 
[INFO] [INFO] 
[INFO] [INFO] --- eclipselink-testbuild:1.1.1-SNAPSHOT:stop-mongo (stop) @ eclipselink-testbuild-plugin-embedmongo-all-properties-test ---
[INFO] [ERROR] Got some response, should be an error message
[INFO] [INFO] 
[INFO] [INFO] --- jar:3.3.0:jar (default-jar) @ eclipselink-testbuild-plugin-embedmongo-all-properties-test ---
[INFO] [INFO] Building jar: /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it/allPropertiesTest/target/eclipselink-testbuild-plugin-embedmongo-all-properties-test-1.0-SNAPSHOT.jar
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD SUCCESS
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  11.216 s
[INFO] [INFO] Finished at: 2024-01-04T11:22:21Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO]           allPropertiesTest/pom.xml ........................ SUCCESS (12.97 s)
[INFO] Building: basicTest/pom.xml
[INFO] [INFO] Scanning for projects...
[INFO] [WARNING] 
[INFO] [WARNING] Some problems were encountered while building the effective model for org.eclipse.persistence:eclipselink-testbuild-plugin-embedmongo-basic-test:jar:1.0-SNAPSHOT
[INFO] [WARNING] 'build.plugins.plugin.version' for org.apache.maven.plugins:maven-surefire-plugin is missing. @ line 98, column 21
[INFO] [WARNING] 
[INFO] [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
[INFO] [WARNING] 
[INFO] [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
[INFO] [WARNING] 
[INFO] [INFO] 
[INFO] [INFO] --< org.eclipse.persistence:eclipselink-testbuild-plugin-embedmongo-basic-test >--
[INFO] [INFO] Building basic-test 1.0-SNAPSHOT
[INFO] [INFO]   from pom.xml
[INFO] [INFO] --------------------------------[ jar ]---------------------------------
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.1:resources (default-resources) @ eclipselink-testbuild-plugin-embedmongo-basic-test ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it/basicTest/src/main/resources
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.12.0:compile (default-compile) @ eclipselink-testbuild-plugin-embedmongo-basic-test ---
[INFO] [INFO] Recompiling the module because of changed source code.
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] Compiling 1 source file with javac [debug release 11] to target/classes
[INFO] [INFO] 
[INFO] [INFO] --- resources:3.3.1:testResources (default-testResources) @ eclipselink-testbuild-plugin-embedmongo-basic-test ---
[INFO] [WARNING] Using platform encoding (UTF-8 actually) to copy filtered resources, i.e. build is platform dependent!
[INFO] [INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- compiler:3.12.0:testCompile (default-testCompile) @ eclipselink-testbuild-plugin-embedmongo-basic-test ---
[INFO] [INFO] Recompiling the module because of changed dependency.
[INFO] [WARNING] File encoding has not been set, using platform encoding UTF-8, i.e. build is platform dependent!
[INFO] [INFO] Compiling 1 source file with javac [debug release 11] to target/test-classes
[INFO] [INFO] 
[INFO] [INFO] --- eclipselink-testbuild:1.1.1-SNAPSHOT:start-mongo (start) @ eclipselink-testbuild-plugin-embedmongo-basic-test ---
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] BUILD FAILURE
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [INFO] Total time:  1.952 s
[INFO] [INFO] Finished at: 2024-01-04T11:22:24Z
[INFO] [INFO] ------------------------------------------------------------------------
[INFO] [ERROR] Failed to execute goal org.eclipse.persistence:eclipselink-testbuild-plugin:1.1.1-SNAPSHOT:start-mongo (start) on project eclipselink-testbuild-plugin-embedmongo-basic-test: Execution start of goal org.eclipse.persistence:eclipselink-testbuild-plugin:1.1.1-SNAPSHOT:start-mongo failed: rollback after error on transition to State(de.flapdoodle.embed.process.store.DownloadCache), State(de.flapdoodle.embed.process.config.store.Package), State(de.flapdoodle.embed.process.types.ProcessArguments), State(de.flapdoodle.embed.process.store.ExtractedFileSetStore), successful reached:
[INFO] [ERROR]   StateID{name=, type=class de.flapdoodle.embed.process.types.ProcessWorkingDir}=ProcessWorkingDir(/tmp/temp--70d573e2-be95-4468-87ea-cc2dd95bb939/workingDir9804471446735188491),
[INFO] [ERROR]   StateID{name=, type=class de.flapdoodle.embed.process.distribution.Distribution}=GenericFeatureAwareVersion{7.0.0}:Platform{operatingSystem=Linux, architecture=X86_64, distribution=Debian, version=DEBIAN_10},
[INFO] [ERROR]   StateID{name=, type=interface de.flapdoodle.embed.process.config.SupportConfig}=SupportConfig{name=mongod, supportUrl=https://github.com/flapdoodle-oss/de.flapdoodle.embed.mongo/issues, messageOnException=de.flapdoodle.embed.mongo.transitions.ProcessDefaults$$Lambda$430/0x000000010048c040@56f61d74},
[INFO] [ERROR]   StateID{name=, type=class de.flapdoodle.embed.process.types.Name}=Name(mongod),
[INFO] [ERROR]   StateID{name=, type=class de.flapdoodle.embed.process.io.directories.PersistentDir}=ImmutablePersistentDir(/home/jenkins/.embedmongo),
[INFO] [ERROR]   StateID{name=, type=class de.flapdoodle.embed.mongo.types.DatabaseDir}=DatabaseDir(/tmp/temp--70d573e2-be95-4468-87ea-cc2dd95bb939/mongod-database9229087700670810718),
[INFO] [ERROR]   StateID{name=, type=class de.flapdoodle.embed.process.io.directories.TempDir}=ImmutableTempDir(/tmp/temp--70d573e2-be95-4468-87ea-cc2dd95bb939),
[INFO] [ERROR]   StateID{name=, type=class de.flapdoodle.embed.mongo.types.DistributionBaseUrl}=DistributionBaseUrl(https://fastdl.mongodb.org),
[INFO] [ERROR]   StateID{name=, type=class de.flapdoodle.os.Platform}=Platform{operatingSystem=Linux, architecture=X86_64, distribution=Debian, version=DEBIAN_10},
[INFO] [ERROR]   StateID{name=, type=interface de.flapdoodle.embed.process.types.ProcessConfig}=ProcessConfig{daemonProcess=false, stopTimeoutInMillis=5000},
[INFO] [ERROR]   StateID{name=, type=class de.flapdoodle.embed.process.types.ProcessEnv}=ProcessEnv({}),
[INFO] [ERROR]   StateID{name=, type=interface de.flapdoodle.embed.process.io.ProcessOutput}=ProcessOutput{output=de.flapdoodle.embed.process.io.NamedOutputStreamProcessor@44d84313, error=de.flapdoodle.embed.process.io.NamedOutputStreamProcessor@5bdb9c69, commands=de.flapdoodle.embed.process.io.ConsoleOutputStreamProcessor@511de4dd},
[INFO] [ERROR]   StateID{name=, type=class de.flapdoodle.embed.mongo.types.SystemEnv}=SystemEnv({PATH=/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest/bin:/opt/tools/apache-maven/latest/bin:/opt/java/openjdk/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin, OPENJ9_JAVA_COMMAND_LINE=/opt/java/openjdk/bin/java -showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true -cp /usr/share/jenkins/agent.jar hudson.remoting.jnlp.Main -tunnel jenkins-discovery.eclipselink.svc.cluster.local:50000 -url http://jenkins-ui.eclipselink.svc.cluster.local/eclipselink/ -workDir /home/jenkins/agent **** basic-0c37f, RUN_DISPLAY_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-build-support-build/18/display/redirect, GIT_BRANCH_RELEASE=main, CONTINUOUS_BUILD=false, HUDSON_HOME=/var/jenkins, RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-build-support-build/18/display/redirect?page=changes, JOB_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-build-support-build/, HUDSON_COOKIE=3d577a2f-7497-47c6-bb20-645f4ab34e99, GITLAB_OBJECT_KIND=none, JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=10.30.185.78, JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000, JENKINS_NODE_COOKIE=eb015cbd-e886-4f9f-a95b-c6214f37e2d1, JENKINS_DISCOVERY_PORT_50000_TCP=tcp://10.30.185.78:50000, MAVEN_HOME=/opt/tools/apache-maven/3.9.5, JENKINS_AGENT_NAME=basic-0c37f, EL_BUILD_SUPPORT_DIR=/home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin, NSS_SDB_USE_CACHE=no, JENKINS_SERVER_COOKIE=durable-1c6278bf79e63c4d245a21b41ab54f4a2c9db3975807c02d124f293702a5ff6b, JENKINS_UI_SERVICE_HOST=10.30.39.21, JENKINS_UI_PORT_80_TCP_ADDR=10.30.39.21, PWD=/home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it/basicTest, RUN_TESTS_DISPLAY_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-build-support-build/18/display/redirect?page=tests, JENKINS_URL=https://ci.eclipse.org/eclipselink/, KUBERNETES_PORT_443_TCP=tcp://10.30.0.1:443, LANGUAGE=en_US:en, JENKINS_SECRET=****, GIT_USER_EMAIL=eclipselink-bot@eclipse.org, BUILD_TAG=jenkins-eclipselink-build-support-build-18, STAGE_NAME=Build, JENKINS_DISCOVERY_PORT=tcp://10.30.185.78:50000, OLDPWD=/home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it/basicTest, JENKINS_HOME=/var/jenkins, NODE_NAME=basic-0c37f, BUILD_DISPLAY_NAME=#18, LC_ALL=en_US.UTF-8, JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000, JOB_DISPLAY_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-build-support-build/display/redirect, M2_HOME=/opt/tools/apache-maven/latest, GIT_BRANCH=origin/main, JENKINS_UI_SERVICE_PORT=80, KUBERNETES_SERVICE_PORT_HTTPS=443, SHLVL=3, JENKINS_DISCOVERY_SERVICE_HOST=10.30.185.78, WORKSPACE_TMP=/home/jenkins/agent/workspace/eclipselink-build-support-build@tmp, GIT_PREVIOUS_COMMIT=be5817c48fce7bfa2c5fcd7cc8d16da83721076a, JENKINS_TUNNEL=jenkins-discovery.eclipselink.svc.cluster.local:50000, JENKINS_REMOTING_JAVA_OPTS=-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true, JENKINS_UI_PORT=tcp://10.30.39.21:80, KUBERNETES_PORT=tcp://10.30.0.1:443, JAVA_HOME=/opt/tools/java/adoptopenjdk/hotspot-jdk-11/latest, JENKINS_UI_PORT_80_TCP=tcp://10.30.39.21:80, TERM=xterm, OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle, BUILD_ID=18, KUBERNETES_SERVICE_HOST=10.30.0.1, LANG=en_US.UTF-8, JOB_NAME=eclipselink-build-support-build, MAVEN_OPTS= , JENKINS_UI_PORT_80_TCP_PROTO=tcp, GIT_PREVIOUS_SUCCESSFUL_COMMIT=c0afde0ebfdb3284bd914114bd4804e5a4621cb7, NODE_LABELS=basic basic-0c37f, HUDSON_URL=https://ci.eclipse.org/eclipselink/, WORKSPACE=/home/jenkins/agent/workspace/eclipselink-build-support-build, JAVA_VERSION=jdk-11.0.21+9_openj9-0.41.0, JENKINS_NAME=basic-0c37f, MAVEN_CMD_LINE_ARGS= -Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn --batch-mode -B -D maven.repo.local=/home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it-repo -s /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it/interpolated-it-settings.xml -D tp.compiler.release=11 -D resgen.plugin.version=1.1.1-SNAPSHOT package, GIT_COMMIT=df6581a08b077e281d91c9bb07729f26eae7a434, KUBERNETES_PORT_443_TCP_ADDR=10.30.0.1, GIT_REPOSITORY_URL=https://github.com/eclipse-ee4j/eclipselink-build-support.git, CI=true, EXECUTOR_NUMBER=0, HUDSON_SERVER_COOKIE=1b8a48d8fd2f6d5f, JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp, KUBERNETES_PORT_443_TCP_PROTO=tcp, MAVEN_PROJECTBASEDIR=/home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it/basicTest, JOB_BASE_NAME=eclipselink-build-support-build, USER_NAME=jenkins, JENKINS_AGENT_WORKDIR=/home/jenkins/agent, JENKINS_DISCOVERY_SERVICE_PORT=50000, JENKINS_UI_PORT_80_TCP_PORT=80, GIT_USER_NAME=EclipseLink Bot, KUBERNETES_SERVICE_PORT=443, SSH_CREDENTIALS_ID=github-bot-ssh, BUILD_NUMBER=18, BUILD_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-build-support-build/18/, HOSTNAME=basic-0c37f, RUN_ARTIFACTS_DISPLAY_URL=https://ci.eclipse.org/eclipselink/job/eclipselink-build-support-build/18/display/redirect?page=artifacts, KUBERNETES_PORT_443_TCP_PORT=443, GIT_URL=https://github.com/eclipse-ee4j/eclipselink-build-support.git, HOME=/home/jenkins, JENKINS_UI_SERVICE_PORT_HTTP=80}),
[INFO] [ERROR]   StateID{name=, type=interface de.flapdoodle.embed.process.io.progress.ProgressListener}=de.flapdoodle.embed.process.io.progress.StandardConsoleProgressListener@37e64e37,
[INFO] [ERROR]   StateID{name=, type=class de.flapdoodle.embed.mongo.packageresolver.Command}=MongoD,
[INFO] [ERROR]   StateID{name=, type=interface de.flapdoodle.embed.process.distribution.Version}=GenericFeatureAwareVersion{7.0.0},
[INFO] [ERROR]   StateID{name=, type=class de.flapdoodle.embed.mongo.config.Net}=Net{port=27017, isIpv6=false},
[INFO] [ERROR]   StateID{name=, type=class de.flapdoodle.embed.mongo.commands.MongodArguments}=MongodArguments{syncDelay=0, useDefaultSyncDelay=false, isVerbose=false, verbosityLevel=1, isQuiet=false, useNoPrealloc=true, useSmallFiles=true, useNoJournal=true, enableTextSearch=false, auth=false, master=false, isConfigServer=false, isShardServer=false, params={}, args={}}: could not resolve package for GenericFeatureAwareVersion{7.0.0}:Platform{operatingSystem=Linux, architecture=X86_64, distribution=Debian, version=DEBIAN_10}
[INFO] [ERROR] --------------
[INFO] [ERROR] (os=Windows)
[INFO] [ERROR]   (os=Windows and bitSize=B64 and cpuType=X86) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1 or 5.0.20-rc1 or 4.4.24-rc0)
[INFO] [ERROR]     url=/windows/mongodb-windows-x86_64-{version}.zip (ZIP(DEV))
[INFO] [ERROR]   (os=Windows and bitSize=B64 and cpuType=X86) and (7.0.0 or 6.0.0-6.0.9 or 5.0.0-5.0.20 or 4.4.0-4.4.23)
[INFO] [ERROR]     url=/windows/mongodb-windows-x86_64-{version}.zip (ZIP)
[INFO] [ERROR]   (os=Windows and bitSize=B64 and cpuType=X86) and (4.2.5-4.2.24 or 4.2.0-4.2.3)
[INFO] [ERROR]     url=/win32/mongodb-win32-x86_64-2012plus-{version}.zip (ZIP)
[INFO] [ERROR]   (os=Windows and bitSize=B64 and cpuType=X86) and (4.0.0-4.0.28 or 3.6.0-3.6.23 or 3.4.9-3.4.24 or 3.4.0-3.4.7 or 3.2.0-3.2.22 or 3.0.0-3.0.15)
[INFO] [ERROR]     url=/win32/mongodb-win32-x86_64-2008plus-ssl-{version}.zip (ZIP)
[INFO] [ERROR]   (os=Windows and bitSize=B64 and cpuType=X86) and (3.4.9-3.4.24 or 3.4.0-3.4.7 or 3.2.0-3.2.22 or 3.0.0-3.0.15 or 2.6.0-2.6.12)
[INFO] [ERROR]     url=/win32/mongodb-win32-x86_64-2008plus-{version}.zip (ZIP)
[INFO] [ERROR]   (os=Windows and bitSize=B64 and cpuType=X86) and (3.4.9-3.4.24 or 3.4.0-3.4.7 or 3.2.0-3.2.22 or 3.0.0-3.0.15 or 2.6.0-2.6.12)
[INFO] [ERROR]     url=/win32/mongodb-win32-x86_64-{version}.zip (ZIP)
[INFO] [ERROR]   (os=Windows and bitSize=B32 and cpuType=X86) and (3.5.5 or 3.3.1 or 3.2.0-3.2.22 or 3.0.0-3.0.15 or 2.6.0-2.6.12)
[INFO] [ERROR]     url=/win32/mongodb-win32-i386-{version}.zip (ZIP)
[INFO] [ERROR] (os=OS_X)
[INFO] [ERROR]   (os=OS_X and bitSize=B64 and cpuType=ARM) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1)
[INFO] [ERROR]     url=/osx/mongodb-macos-arm64-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]   (os=OS_X and bitSize=B64 and cpuType=ARM) and (7.0.0 or 6.0.0-6.0.9)
[INFO] [ERROR]     url=/osx/mongodb-macos-arm64-{version}.tgz (TGZ)
[INFO] [ERROR]   (os=OS_X and bitSize=B64) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1 or 5.0.20-rc1 or 4.4.24-rc0)
[INFO] [ERROR]     url=/osx/mongodb-macos-x86_64-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]   (os=OS_X and bitSize=B64) and (7.0.0 or 6.0.0-6.0.9 or 5.0.0-5.0.20 or 4.4.0-4.4.23 or 4.2.5-4.2.24 or 4.2.0-4.2.3)
[INFO] [ERROR]     url=/osx/mongodb-macos-x86_64-{version}.tgz (TGZ)
[INFO] [ERROR]   (os=OS_X and bitSize=B64) and (4.0.0-4.0.28 or 3.6.0-3.6.23 or 3.4.9-3.4.24 or 3.4.0-3.4.7 or 3.2.0-3.2.22 or 3.0.4-3.0.15)
[INFO] [ERROR]     url=/osx/mongodb-osx-ssl-x86_64-{version}.tgz (TGZ)
[INFO] [ERROR]   (os=OS_X and bitSize=B64) and (3.4.9-3.4.24 or 3.4.0-3.4.7 or 3.2.0-3.2.22 or 3.0.0-3.0.15 or 2.6.0-2.6.12)
[INFO] [ERROR]     url=/osx/mongodb-osx-x86_64-{version}.tgz (TGZ)
[INFO] [ERROR] (os=Linux)
[INFO] [ERROR]   (os=Linux and (version is any of Ubuntu_16_04, Ubuntu_16_10, Ubuntu_18_04, Ubuntu_18_10, Ubuntu_19_04, Ubuntu_19_10, Ubuntu_20_04, Ubuntu_20_10, Ubuntu_21_04, Ubuntu_21_10, Ubuntu_22_04, Ubuntu_22_10, Ubuntu_23_04, Ubuntu_23_10))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=ARM and (version is any of Ubuntu_22_04, Ubuntu_22_10, Ubuntu_23_04, Ubuntu_23_10)) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1)
[INFO] [ERROR]       url=/linux/mongodb-linux-aarch64-ubuntu2204-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=ARM and (version is any of Ubuntu_22_04, Ubuntu_22_10, Ubuntu_23_04, Ubuntu_23_10)) and (7.0.0 or 6.0.4-6.0.9)
[INFO] [ERROR]       url=/linux/mongodb-linux-aarch64-ubuntu2204-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of Ubuntu_22_04, Ubuntu_22_10, Ubuntu_23_04, Ubuntu_23_10)) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-ubuntu2204-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of Ubuntu_22_04, Ubuntu_22_10, Ubuntu_23_04, Ubuntu_23_10)) and (7.0.0 or 6.0.4-6.0.9)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-ubuntu2204-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=ARM and (version is any of Ubuntu_20_04, Ubuntu_20_10, Ubuntu_21_04, Ubuntu_21_10, Ubuntu_22_04, Ubuntu_22_10, Ubuntu_23_04, Ubuntu_23_10)) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1 or 5.0.20-rc1 or 4.4.24-rc0)
[INFO] [ERROR]       url=/linux/mongodb-linux-aarch64-ubuntu2004-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=ARM and (version is any of Ubuntu_20_04, Ubuntu_20_10, Ubuntu_21_04, Ubuntu_21_10, Ubuntu_22_04, Ubuntu_22_10, Ubuntu_23_04, Ubuntu_23_10)) and (7.0.0 or 6.0.0-6.0.9 or 5.0.0-5.0.20 or 4.4.0-4.4.23)
[INFO] [ERROR]       url=/linux/mongodb-linux-aarch64-ubuntu2004-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of Ubuntu_20_04, Ubuntu_20_10, Ubuntu_21_04, Ubuntu_21_10, Ubuntu_22_04, Ubuntu_22_10, Ubuntu_23_04, Ubuntu_23_10)) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1 or 5.0.20-rc1 or 4.4.24-rc0)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-ubuntu2004-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of Ubuntu_20_04, Ubuntu_20_10, Ubuntu_21_04, Ubuntu_21_10, Ubuntu_22_04, Ubuntu_22_10, Ubuntu_23_04, Ubuntu_23_10)) and (7.0.0 or 6.0.0-6.0.9 or 5.0.0-5.0.20 or 4.4.0-4.4.23)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-ubuntu2004-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=ARM and (version is any of Ubuntu_18_04, Ubuntu_18_10, Ubuntu_19_04, Ubuntu_19_10, Ubuntu_20_04, Ubuntu_20_10, Ubuntu_21_04, Ubuntu_21_10, Ubuntu_22_04, Ubuntu_22_10, Ubuntu_23_04, Ubuntu_23_10)) and (7.0.0-rc2 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1 or 5.0.20-rc1 or 4.4.24-rc0)
[INFO] [ERROR]       url=/linux/mongodb-linux-aarch64-ubuntu1804-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=ARM and (version is any of Ubuntu_18_04, Ubuntu_18_10, Ubuntu_19_04, Ubuntu_19_10, Ubuntu_20_04, Ubuntu_20_10, Ubuntu_21_04, Ubuntu_21_10, Ubuntu_22_04, Ubuntu_22_10, Ubuntu_23_04, Ubuntu_23_10)) and (6.0.0-6.0.9 or 5.0.0-5.0.20 or 4.4.0-4.4.23 or 4.2.5-4.2.24 or 4.2.0-4.2.3)
[INFO] [ERROR]       url=/linux/mongodb-linux-aarch64-ubuntu1804-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of Ubuntu_18_04, Ubuntu_18_10, Ubuntu_19_04, Ubuntu_19_10, Ubuntu_20_04, Ubuntu_20_10, Ubuntu_21_04, Ubuntu_21_10, Ubuntu_22_04, Ubuntu_22_10, Ubuntu_23_04, Ubuntu_23_10)) and (7.0.0-rc2 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1 or 5.0.20-rc1 or 4.4.24-rc0)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-ubuntu1804-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of Ubuntu_18_04, Ubuntu_18_10, Ubuntu_19_04, Ubuntu_19_10, Ubuntu_20_04, Ubuntu_20_10, Ubuntu_21_04, Ubuntu_21_10, Ubuntu_22_04, Ubuntu_22_10, Ubuntu_23_04, Ubuntu_23_10)) and (6.0.0-6.0.9 or 5.0.0-5.0.20 or 4.4.0-4.4.23 or 4.2.5-4.2.24 or 4.2.0-4.2.3 or 4.0.1-4.0.28 or 3.6.20-3.6.23)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-ubuntu1804-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=ARM and (version is any of Ubuntu_16_04, Ubuntu_16_10, Ubuntu_18_04, Ubuntu_18_10, Ubuntu_19_04, Ubuntu_19_10, Ubuntu_20_04, Ubuntu_20_10, Ubuntu_21_04, Ubuntu_21_10, Ubuntu_22_04, Ubuntu_22_10, Ubuntu_23_04, Ubuntu_23_10)) and (4.0.0-4.0.28 or 3.6.0-3.6.23 or 3.4.9-3.4.24 or 3.4.0-3.4.7)
[INFO] [ERROR]       url=/linux/mongodb-linux-arm64-ubuntu1604-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of Ubuntu_16_04, Ubuntu_16_10, Ubuntu_18_04, Ubuntu_18_10, Ubuntu_19_04, Ubuntu_19_10, Ubuntu_20_04, Ubuntu_20_10, Ubuntu_21_04, Ubuntu_21_10, Ubuntu_22_04, Ubuntu_22_10, Ubuntu_23_04, Ubuntu_23_10)) and (4.4.24-rc0)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-ubuntu1604-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of Ubuntu_16_04, Ubuntu_16_10, Ubuntu_18_04, Ubuntu_18_10, Ubuntu_19_04, Ubuntu_19_10, Ubuntu_20_04, Ubuntu_20_10, Ubuntu_21_04, Ubuntu_21_10, Ubuntu_22_04, Ubuntu_22_10, Ubuntu_23_04, Ubuntu_23_10)) and (4.4.0-4.4.23 or 4.2.5-4.2.24 or 4.2.0-4.2.3 or 4.0.0-4.0.28 or 3.6.0-3.6.23 or 3.4.9-3.4.24 or 3.4.0-3.4.7 or 3.2.7-3.2.22)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-ubuntu1604-{version}.tgz (TGZ)
[INFO] [ERROR]   (os=Linux and (version is any of LINUX_MINT_19_0, LINUX_MINT_19_1, LINUX_MINT_19_2, LINUX_MINT_19_3, LINUX_MINT_20_0, LINUX_MINT_20_1, LINUX_MINT_20_2, LINUX_MINT_20_3, LINUX_MINT_21_0, LINUX_MINT_21_1, LINUX_MINT_21_2, LINUX_MINT_21_3))
[INFO] [ERROR]     use Ubuntu_18_04 for LINUX_MINT_19_0, LINUX_MINT_19_1, LINUX_MINT_19_2, LINUX_MINT_19_3 and Ubuntu_20_04 for LINUX_MINT_20_0, LINUX_MINT_20_1, LINUX_MINT_20_2, LINUX_MINT_20_3 and Ubuntu_22_04 for LINUX_MINT_21_0, LINUX_MINT_21_1, LINUX_MINT_21_2, LINUX_MINT_21_3
[INFO] [ERROR]   (os=Linux and (version is any of POP_OS_22_4))
[INFO] [ERROR]     use Ubuntu_22_04 for POP_OS_22_4
[INFO] [ERROR]   (os=Linux and (version is any of DEBIAN_9, DEBIAN_10, DEBIAN_11, DEBIAN_12))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of DEBIAN_11, DEBIAN_12)) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1 or 5.0.20-rc1)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-debian11-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of DEBIAN_11, DEBIAN_12)) and (7.0.0 or 6.0.0-6.0.9 or 5.0.8-5.0.20)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-debian11-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of DEBIAN_10, DEBIAN_11, DEBIAN_12)) and (7.0.0-rc2 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1 or 5.0.20-rc1 or 4.4.24-rc0)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-debian10-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of DEBIAN_10, DEBIAN_11, DEBIAN_12)) and (6.0.0-6.0.9 or 5.0.0-5.0.20 or 4.4.0-4.4.23 or 4.2.5-4.2.24 or 4.2.1-4.2.3)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-debian10-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of DEBIAN_9, DEBIAN_10, DEBIAN_11, DEBIAN_12)) and (5.0.20-rc1 or 4.4.24-rc0)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-debian92-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of DEBIAN_9, DEBIAN_10, DEBIAN_11, DEBIAN_12)) and (5.0.0-5.0.20 or 4.4.0-4.4.23 or 4.2.5-4.2.24 or 4.2.0-4.2.3 or 4.0.0-4.0.28 or 3.6.5-3.6.23)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-debian92-{version}.tgz (TGZ)
[INFO] [ERROR]   (os=Linux and (version is any of CentOS_6, CentOS_7, CentOS_8, CentOS_9, Redhat_6, Redhat_7, Redhat_8, Redhat_9, Oracle_6, Oracle_7, Oracle_8, Oracle_9, Fedora_38))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=ARM and (version is any of CentOS_9, Redhat_9, Oracle_9, Fedora_38)) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10 or 6.0.9-rc1)
[INFO] [ERROR]       url=/linux/mongodb-linux-aarch64-rhel90-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=ARM and (version is any of CentOS_9, Redhat_9, Oracle_9, Fedora_38)) and (7.0.0 or 6.0.7-6.0.9)
[INFO] [ERROR]       url=/linux/mongodb-linux-aarch64-rhel90-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of CentOS_9, Redhat_9, Oracle_9, Fedora_38)) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-rhel90-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of CentOS_9, Redhat_9, Oracle_9, Fedora_38)) and (7.0.0 or 6.0.4-6.0.9)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-rhel90-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=ARM and (version is any of CentOS_8, Redhat_8, Oracle_8, CentOS_9, Redhat_9, Oracle_9, Fedora_38)) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1 or 5.0.20-rc1 or 4.4.24-rc0)
[INFO] [ERROR]       url=/linux/mongodb-linux-aarch64-rhel82-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=ARM and (version is any of CentOS_8, Redhat_8, Oracle_8, CentOS_9, Redhat_9, Oracle_9, Fedora_38)) and (7.0.0 or 6.0.0-6.0.9 or 5.0.0-5.0.20 or 4.4.4-4.4.23)
[INFO] [ERROR]       url=/linux/mongodb-linux-aarch64-rhel82-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of CentOS_8, Redhat_8, Oracle_8, CentOS_9, Redhat_9, Oracle_9, Fedora_38)) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1 or 5.0.20-rc1 or 4.4.24-rc0)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-rhel80-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of CentOS_8, Redhat_8, Oracle_8, CentOS_9, Redhat_9, Oracle_9, Fedora_38)) and (7.0.0 or 6.0.0-6.0.9 or 5.0.0-5.0.20 or 4.4.0-4.4.23 or 4.2.5-4.2.24 or 4.2.1-4.2.3 or 4.0.14-4.0.28 or 3.6.17-3.6.23 or 3.4.24)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-rhel80-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of CentOS_7, Redhat_7, Oracle_7, CentOS_8, Redhat_8, Oracle_8, CentOS_9, Redhat_9, Oracle_9, Fedora_38)) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1 or 5.0.20-rc1 or 4.4.24-rc0)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-rhel70-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of CentOS_7, Redhat_7, Oracle_7, CentOS_8, Redhat_8, Oracle_8, CentOS_9, Redhat_9, Oracle_9, Fedora_38)) and (7.0.0 or 6.0.0-6.0.9 or 5.0.0-5.0.20 or 4.4.0-4.4.23 or 4.2.5-4.2.24 or 4.2.0-4.2.3 or 4.0.0-4.0.28 or 3.6.0-3.6.23 or 3.4.9-3.4.24 or 3.4.0-3.4.7 or 3.2.0-3.2.22 or 3.0.0-3.0.15)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-rhel70-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of CentOS_6, Redhat_6, Oracle_6, CentOS_7, Redhat_7, Oracle_7, CentOS_8, Redhat_8, Oracle_8, CentOS_9, Redhat_9, Oracle_9, Fedora_38)) and (4.4.24-rc0)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-rhel62-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of CentOS_6, Redhat_6, Oracle_6, CentOS_7, Redhat_7, Oracle_7, CentOS_8, Redhat_8, Oracle_8, CentOS_9, Redhat_9, Oracle_9, Fedora_38)) and (4.4.0-4.4.23 or 4.2.5-4.2.24 or 4.2.0-4.2.3 or 4.0.0-4.0.28 or 3.6.0-3.6.23 or 3.4.9-3.4.24 or 3.4.0-3.4.7 or 3.2.0-3.2.22 or 3.0.0-3.0.15)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-rhel62-{version}.tgz (TGZ)
[INFO] [ERROR]   (os=Linux and (version is any of AmazonLinux, AmazonLinux2, AmazonLinux2023))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=ARM and (version is any of AmazonLinux2023)) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10)
[INFO] [ERROR]       url=/linux/mongodb-linux-aarch64-amazon2023-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=ARM and (version is any of AmazonLinux2023)) and (7.0.0)
[INFO] [ERROR]       url=/linux/mongodb-linux-aarch64-amazon2023-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of AmazonLinux2023)) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-amazon2023-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of AmazonLinux2023)) and (7.0.0)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-amazon2023-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=ARM and (version is any of AmazonLinux2)) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1 or 5.0.20-rc1 or 4.4.24-rc0)
[INFO] [ERROR]       url=/linux/mongodb-linux-aarch64-amazon2-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=ARM and (version is any of AmazonLinux2)) and (7.0.0 or 6.0.0-6.0.9 or 5.0.0-5.0.20 or 4.4.4-4.4.23 or 4.2.13-4.2.24)
[INFO] [ERROR]       url=/linux/mongodb-linux-aarch64-amazon2-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of AmazonLinux2)) and (7.0.0-rc8 or 7.0.0-rc2 or 7.0.0-rc10 or 7.0.0-rc1 or 6.3.1-6.3.2 or 6.0.9-rc1 or 5.0.20-rc1 or 4.4.24-rc0)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-amazon2-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of AmazonLinux2)) and (7.0.0 or 6.0.0-6.0.9 or 5.0.0-5.0.20 or 4.4.0-4.4.23 or 4.2.5-4.2.24 or 4.2.0-4.2.3 or 4.0.0-4.0.28 or 3.6.22-3.6.23)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-amazon2-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of AmazonLinux)) and (5.0.20-rc1 or 4.4.24-rc0)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-amazon-{version}.tgz (TGZ(DEV))
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86 and (version is any of AmazonLinux)) and (5.0.0-5.0.20 or 4.4.0-4.4.23 or 4.2.5-4.2.24 or 4.2.0-4.2.3 or 4.0.0-4.0.28 or 3.6.0-3.6.23 or 3.4.9-3.4.24 or 3.4.0-3.4.7 or 3.2.0-3.2.22 or 3.0.0-3.0.15)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-amazon-{version}.tgz (TGZ)
[INFO] [ERROR]   (os=Linux)
[INFO] [ERROR]     (os=Linux and bitSize=B64 and cpuType=X86) and (4.0.0-4.0.28 or 3.6.0-3.6.23 or 3.5.5 or 3.4.9-3.4.24 or 3.4.0-3.4.7 or 3.3.1 or 3.2.0-3.2.22 or 3.0.0-3.0.15 or 2.6.0-2.6.12)
[INFO] [ERROR]       url=/linux/mongodb-linux-x86_64-{version}.tgz (TGZ)
[INFO] [ERROR]     (os=Linux and bitSize=B32 and cpuType=X86) and (3.5.5 or 3.3.1 or 3.2.0-3.2.22 or 3.0.0-3.0.15 or 2.6.0-2.6.12)
[INFO] [ERROR]       url=/linux/mongodb-linux-i686-{version}.tgz (TGZ)
[INFO] [ERROR]   (os=Linux)
[INFO] [ERROR]     fallback to Ubuntu_20_04
[INFO] [ERROR] (os=Solaris)
[INFO] [ERROR]   (os=Solaris and bitSize=B64 and cpuType=X86) and (3.5.5 or 3.4.0-3.4.5 or 3.3.1 or 3.2.0-3.2.14 or 3.0.0-3.0.15 or 2.6.0-2.6.12)
[INFO] [ERROR]     url=/sunos5/mongodb-sunos5-x86_64-{version}.tgz (TGZ)
[INFO] [ERROR] -> [Help 1]
[INFO] [ERROR] 
[INFO] [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[INFO] [ERROR] Re-run Maven using the -X switch to enable full debug logging.
[INFO] [ERROR] 
[INFO] [ERROR] For more information about the errors and possible solutions, please read the following articles:
[INFO] [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/PluginExecutionException
[INFO]   The build exited with code 1. See /home/jenkins/agent/workspace/eclipselink-build-support-build/el-maven-plugin/target/it/basicTest/build.log for details.
[INFO]           basicTest/pom.xml ................................ FAILED (3.433 s)
[INFO] -------------------------------------------------
[INFO] Build Summary:
[INFO]   Passed: 1, Failed: 1, Errors: 0, Skipped: 0
[INFO] -------------------------------------------------
[ERROR] The following builds failed:
[ERROR] *  basicTest/pom.xml
[INFO] -------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  50.449 s
[INFO] Finished at: 2024-01-04T11:22:24Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-invoker-plugin:3.6.0:run (integration-test) on project eclipselink-testbuild-plugin: 1 build failed. See console output above for details. -> [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
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Publish to snapshots)
Stage "Publish to snapshots" skipped due to earlier failure(s)
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // withEnv
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
ERROR: script returned exit code 1
Finished: FAILURE