Skip to content

Console Output

Started by an SCM change
Obtained etc/jenkins/continuous.groovy from git git@github.com:jakartaee/saaj-api.git
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent basic-fbwgh is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-fbwgh"
  namespace: "jaxws"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jaxws.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-fbwgh"
    - 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-fbwgh"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jaxws.svc.cluster.local/jaxws/"
    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-jaxws"
      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-fbwgh in /home/jenkins/agent/workspace/saaj-api-master-build
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Declarative: Checkout SCM)
[Pipeline] checkout
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
using credential github-bot-ssh
Cloning the remote Git repository
Cloning repository git@github.com:jakartaee/saaj-api.git
 > git init /home/jenkins/agent/workspace/saaj-api-master-build # timeout=10
Fetching upstream changes from git@github.com:jakartaee/saaj-api.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/saaj-api-master-build@tmp/jenkins-gitclient-ssh10923971417213823119.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:jakartaee/saaj-api.git +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
Checking out Revision 37486d0f1e34cb458436ccaa6fb588d2c87c0015 (refs/remotes/origin/master)
Commit message: "Merge pull request #131 from jakartaee/3.0.1-RELEASE"
 > git config remote.origin.url git@github.com:jakartaee/saaj-api.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 37486d0f1e34cb458436ccaa6fb588d2c87c0015 # timeout=10
 > git rev-list --no-walk 37486d0f1e34cb458436ccaa6fb588d2c87c0015 # 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 37486d0f1e34cb458436ccaa6fb588d2c87c0015 (refs/remotes/origin/master)
Commit message: "Merge pull request #131 from jakartaee/3.0.1-RELEASE"
[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: key 2776BC4F5165A5EB: 1 signature not checked due to a missing key
gpg: /home/jenkins/.gnupg/trustdb.gpg: trustdb created
gpg: key 2776BC4F5165A5EB: public key "Eclipse Project for JAX-WS <jaxws-dev@eclipse.org>" imported
gpg: To migrate 'secring.gpg', with each smartcard, run: gpg --card-status
gpg: key 2776BC4F5165A5EB: secret key imported
gpg: Total number processed: 1
gpg:               imported: 1
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
gpg: no ultimately trusted keys found
++ 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
y
'
+ gpg --batch --command-fd 0 --expert --edit-key 335DCD9D3C49BDDA35092B1FAC690B38780454CD trust
Secret subkeys are available.

pub  rsa4096/2776BC4F5165A5EB
     created: 2018-10-03  expires: 2028-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/AC690B38780454CD
     created: 2018-10-03  expires: 2028-10-02  usage: S   
[ unknown] (1). Eclipse Project for JAX-WS <jaxws-dev@eclipse.org>

pub  rsa4096/2776BC4F5165A5EB
     created: 2018-10-03  expires: 2028-10-02  usage: SCEA
     trust: unknown       validity: unknown
ssb  rsa4096/AC690B38780454CD
     created: 2018-10-03  expires: 2028-10-02  usage: S   
[ unknown] (1). Eclipse Project for JAX-WS <jaxws-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/2776BC4F5165A5EB
     created: 2018-10-03  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: unknown
ssb  rsa4096/AC690B38780454CD
     created: 2018-10-03  expires: 2028-10-02  usage: S   
[ unknown] (1). Eclipse Project for JAX-WS <jaxws-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
y
'
+ gpg --batch --command-fd 0 --expert --edit-key CB3B6379F3D113FA3D7CB45F2776BC4F5165A5EB 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 2028-10-02
pub  rsa4096/2776BC4F5165A5EB
     created: 2018-10-03  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/AC690B38780454CD
     created: 2018-10-03  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Project for JAX-WS <jaxws-dev@eclipse.org>

pub  rsa4096/2776BC4F5165A5EB
     created: 2018-10-03  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/AC690B38780454CD
     created: 2018-10-03  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Project for JAX-WS <jaxws-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/2776BC4F5165A5EB
     created: 2018-10-03  expires: 2028-10-02  usage: SCEA
     trust: ultimate      validity: ultimate
ssb  rsa4096/AC690B38780454CD
     created: 2018-10-03  expires: 2028-10-02  usage: S   
[ultimate] (1). Eclipse Project for JAX-WS <jaxws-dev@eclipse.org>

[Pipeline] }
 > git rev-parse --resolve-git-dir /home/jenkins/agent/workspace/saaj-api-master-build/.git # timeout=10
 > git config remote.origin.url git@github.com:jakartaee/saaj-api.git # timeout=10
Fetching upstream changes from git@github.com:jakartaee/saaj-api.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/saaj-api-master-build@tmp/jenkins-gitclient-ssh16069476584436413805.key
Verifying host key using manually-configured host key entries
 > git fetch --tags --force --progress -- git@github.com:jakartaee/saaj-api.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 37486d0f1e34cb458436ccaa6fb588d2c87c0015 # timeout=10
 > git branch -a -v --no-abbrev # timeout=10
 > git checkout -b master 37486d0f1e34cb458436ccaa6fb588d2c87c0015 # timeout=10
[Pipeline] // withCredentials
[Pipeline] sh
+ git config --global user.name 'Eclipse JAXWS Bot'
+ git config --global user.email jaxws-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] sshagent
[ssh-agent] Using credentials jaxws-bot (GitHub bot SSH)
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-p0pePWy5c90P/agent.232
SSH_AGENT_PID=234
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/saaj-api-master-build@tmp/private_key_12181649701939381.key (/home/jenkins/agent/workspace/saaj-api-master-build@tmp/private_key_12181649701939381.key)
[ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
+ etc/jenkins/continuous.sh
-[ Jakarta SOAP with Attachments Specification Build ]--------------------------
[INFO] Scanning for projects...
[INFO] 
[INFO] ---------------------< jakarta.xml.soap:soap-spec >---------------------
[INFO] Building Jakarta SOAP with Attachments Specification 3.0
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ soap-spec ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-versions) @ soap-spec ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (asciidoc-to-html) @ soap-spec ---
[INFO] sourceDirectory /home/jenkins/agent/workspace/saaj-api-master-build/spec/src/docs/asciidoc does not exist
[INFO] sourceDirectory /home/jenkins/agent/workspace/saaj-api-master-build/spec/src/asciidoc does not exist
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] asciidoctor: WARN: license-efsl.adoc: line 19: section title out of sequence: expected levels 0 or 1, got level 2
[INFO] asciidoctor: INFO: possible invalid reference: url to this license
[INFO] Converted /home/jenkins/agent/workspace/saaj-api-master-build/spec/src/main/asciidoc/soap-spec.adoc
[INFO] 
[INFO] --- asciidoctor:2.2.4:process-asciidoc (asciidoc-to-pdf) @ soap-spec ---
[INFO] sourceDirectory /home/jenkins/agent/workspace/saaj-api-master-build/spec/src/docs/asciidoc does not exist
[INFO] sourceDirectory /home/jenkins/agent/workspace/saaj-api-master-build/spec/src/asciidoc does not exist
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Using 'UTF-8' encoding to copy filtered properties files.
[INFO] Copying 1 resource
[INFO] asciidoctor: WARN: license-efsl.adoc: line 19: section title out of sequence: expected levels 0 or 1, got level 2
[INFO] asciidoctor: INFO: possible invalid reference: url to this license
[INFO] Converted /home/jenkins/agent/workspace/saaj-api-master-build/spec/src/main/asciidoc/soap-spec.adoc
[INFO] 
[INFO] --- assembly:3.6.0:single (default) @ soap-spec ---
[INFO] Reading assembly descriptor: /home/jenkins/agent/workspace/saaj-api-master-build/spec/src/assembly/assembly.xml
[INFO] Building zip: /home/jenkins/agent/workspace/saaj-api-master-build/spec/target/soap-spec-3.0.zip
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ soap-spec ---
[INFO] Installing /home/jenkins/agent/workspace/saaj-api-master-build/spec/pom.xml to /home/jenkins/.m2/repository/jakarta/xml/soap/soap-spec/3.0/soap-spec-3.0.pom
[INFO] Installing /home/jenkins/agent/workspace/saaj-api-master-build/spec/target/soap-spec-3.0.zip to /home/jenkins/.m2/repository/jakarta/xml/soap/soap-spec/3.0/soap-spec-3.0.zip
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  27.711 s
[INFO] Finished at: 2024-02-18T10:06:17Z
[INFO] ------------------------------------------------------------------------
-[ Jakarta SOAP with Attachments API Build ]------------------------------------
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
Maven home: /opt/tools/apache-maven/latest
Java version: 11.0.2, vendor: Oracle Corporation, runtime: /opt/tools/java/openjdk/jdk-11/11.0.2+9
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "6.1.11-200.fc37.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[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] ---------------< jakarta.xml.soap:jakarta.xml.soap-api >----------------
[INFO] Building Jakarta SOAP with Attachments API 3.0.2-SNAPSHOT
[INFO]   from pom.xml
[INFO] --------------------------------[ jar ]---------------------------------
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ jakarta.xml.soap-api ---
[INFO] 
[INFO] --- enforcer:3.4.1:enforce (enforce-maven) @ jakarta.xml.soap-api ---
[INFO] Rule 0: org.apache.maven.enforcer.rules.version.RequireJavaVersion passed
[INFO] Rule 1: org.apache.maven.enforcer.rules.version.RequireMavenVersion passed
[INFO] 
[INFO] --- buildnumber:3.2.0:create (validate) @ jakarta.xml.soap-api ---
[INFO] ShortRevision tag detected. The value is '7'.
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/saaj-api-master-build/api' && 'git' 'rev-parse' '--verify' '--short=7' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/saaj-api-master-build/api
[INFO] Storing buildNumber: 37486d0 at timestamp: 1708250795639
[INFO] Executing: /bin/sh -c cd '/home/jenkins/agent/workspace/saaj-api-master-build/api' && 'git' 'symbolic-ref' 'HEAD'
[INFO] Working directory: /home/jenkins/agent/workspace/saaj-api-master-build/api
[INFO] Storing scmBranch: master
[INFO] 
[INFO] --- build-helper:3.4.0:timestamp-property (currentyear-property) @ jakarta.xml.soap-api ---
[INFO] 
[INFO] --- glassfish-copyright:2.4:check (default) @ jakarta.xml.soap-api ---
[INFO] 
[INFO] --- spec-version:2.1:set-spec-properties (default) @ jakarta.xml.soap-api ---
[INFO] 
[INFO] -- spec properties --
[INFO] spec.bundle.symbolic-name = jakarta.xml.soap-api
[INFO] spec.implementation.version = 3.0.2
[INFO] spec.extension.name = jakarta.xml.soap
[INFO] spec.bundle.spec.version = 3.0
[INFO] spec.specification.version = 3.0
[INFO] spec.bundle.version = 3.0.2
[INFO] 
[INFO] 
[INFO] --- jacoco:0.8.10:prepare-agent (default-prepare-agent) @ jakarta.xml.soap-api ---
[INFO] argLine set to -javaagent:/home/jenkins/.m2/repository/org/jacoco/org.jacoco.agent/0.8.10/org.jacoco.agent-0.8.10-runtime.jar=destfile=/home/jenkins/agent/workspace/saaj-api-master-build/api/target/jacoco.exec
[INFO] 
[INFO] --- build-helper:3.4.0:add-resource (add-legal-resource) @ jakarta.xml.soap-api ---
[INFO] 
[INFO] --- resources:3.3.1:resources (default-resources) @ jakarta.xml.soap-api ---
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/saaj-api-master-build/api/src/main/resources
[INFO] Copying 2 resources from .. to target/classes/META-INF
[INFO] 
[INFO] --- compiler:3.11.0:compile (default-compile) @ jakarta.xml.soap-api ---
[INFO] Changes detected - recompiling the module! :source
[INFO] Compiling 30 source files with javac [debug deprecation release 11 module-path] to target/classes
[INFO] 
[INFO] --- bundle:5.1.9:manifest (bundle-manifest) @ jakarta.xml.soap-api ---
[INFO] No MANIFEST.MF file found, generating manifest.
[INFO] Writing manifest: /home/jenkins/agent/workspace/saaj-api-master-build/api/target/classes/META-INF/MANIFEST.MF
[INFO] 
[INFO] --- resources:3.3.1:testResources (default-testResources) @ jakarta.xml.soap-api ---
[INFO] Copying 1 resource from src/test/resources to target/test-classes
[INFO] 
[INFO] --- compiler:3.11.0:testCompile (default-testCompile) @ jakarta.xml.soap-api ---
[INFO] Changes detected - recompiling the module! :dependency
[INFO] Compiling 5 source files with javac [debug deprecation release 11 module-path] to target/test-classes
[INFO] 
[INFO] --- surefire:3.1.2:test (default-test) @ jakarta.xml.soap-api ---
[INFO] Using auto detected provider org.apache.maven.surefire.junit4.JUnit4Provider
[INFO] 
[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[ERROR] Error occurred during initialization of VM
[ERROR] java.lang.Error: Could not create SecurityManager
[INFO] 
[INFO] Results:
[INFO] 
[INFO] Tests run: 0, Failures: 0, Errors: 0, Skipped: 0
[INFO] 
[WARNING] Corrupted channel by directly writing to native stream in forked JVM 1. See FAQ web page and the dump file /home/jenkins/agent/workspace/saaj-api-master-build/api/target/surefire-reports/2024-02-18T10-06-48_271-jvmRun1.dumpstream
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  29.698 s
[INFO] Finished at: 2024-02-18T10:06:48Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.1.2:test (default-test) on project jakarta.xml.soap-api: 
[ERROR] 
[ERROR] Please refer to /home/jenkins/agent/workspace/saaj-api-master-build/api/target/surefire-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] The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd '/home/jenkins/agent/workspace/saaj-api-master-build/api' && '/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java' '-Djava.security.manager=allow' '-jar' '/home/jenkins/agent/workspace/saaj-api-master-build/api/target/surefire/surefirebooter-20240218100648607_3.jar' '/home/jenkins/agent/workspace/saaj-api-master-build/api/target/surefire' '2024-02-18T10-06-48_271-jvmRun1' 'surefire-20240218100648607_1tmp' 'surefire_0-20240218100648607_2tmp'
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR] org.apache.maven.surefire.booter.SurefireBooterForkException: The forked VM terminated without properly saying goodbye. VM crash or System.exit called?
[ERROR] Command was /bin/sh -c cd '/home/jenkins/agent/workspace/saaj-api-master-build/api' && '/opt/tools/java/openjdk/jdk-11/11.0.2+9/bin/java' '-Djava.security.manager=allow' '-jar' '/home/jenkins/agent/workspace/saaj-api-master-build/api/target/surefire/surefirebooter-20240218100648607_3.jar' '/home/jenkins/agent/workspace/saaj-api-master-build/api/target/surefire' '2024-02-18T10-06-48_271-jvmRun1' 'surefire-20240218100648607_1tmp' 'surefire_0-20240218100648607_2tmp'
[ERROR] Error occurred in starting fork, check output in log
[ERROR] Process Exit Code: 1
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:643)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:285)
[ERROR] 	at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:250)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:1203)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:1055)
[ERROR] 	at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:871)
[ERROR] 	at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:126)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute2(MojoExecutor.java:328)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.doExecute(MojoExecutor.java:316)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:212)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:174)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.access$000(MojoExecutor.java:75)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor$1.run(MojoExecutor.java:162)
[ERROR] 	at org.apache.maven.plugin.DefaultMojosExecutionStrategy.execute(DefaultMojosExecutionStrategy.java:39)
[ERROR] 	at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:159)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:105)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:73)
[ERROR] 	at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build(SingleThreadedBuilder.java:53)
[ERROR] 	at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:118)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:261)
[ERROR] 	at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:173)
[ERROR] 	at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:101)
[ERROR] 	at org.apache.maven.cli.MavenCli.execute(MavenCli.java:906)
[ERROR] 	at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:283)
[ERROR] 	at org.apache.maven.cli.MavenCli.main(MavenCli.java:206)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[ERROR] 	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[ERROR] 	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[ERROR] 	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:283)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:226)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:407)
[ERROR] 	at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:348)
[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/MojoExecutionException
[Pipeline] }
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 234 killed;
[ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // withEnv
[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