Skip to content
Failed

Console Output

Started by user Gurunandan Rao
Running as Gurunandan Rao
Agent basic-fprkb is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-fprkb"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jakartaee-tck.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-fprkb"
    - 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-fprkb"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jakartaee-tck.svc.cluster.local/jakartaee-tck/"
    image: "docker.io/eclipsecbi/jiro-agent-basic:remoting-4.5"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        memory: "16384Mi"
        cpu: "4380m"
      requests:
        memory: "16384Mi"
        cpu: "4080m"
    securityContext:
      privileged: false
    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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jakartaee-tck"
      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"

[EnvInject] - Loading node environment variables.
Building remotely on basic-fprkb in workspace /home/jenkins/agent/workspace/eftl-standalonetck-certification
[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-PvBDATeQae2Q/agent.67
SSH_AGENT_PID=69
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/eftl-standalonetck-certification@tmp/private_key_15002728721464574527.key (/home/jenkins/agent/workspace/eftl-standalonetck-certification@tmp/private_key_15002728721464574527.key)
[ssh-agent] Using credentials genie.jakartaee-tck (ssh://genie.jakartaee-tck@projects-storage.eclipse.org)
Run condition [Boolean condition] enabling prebuild for step [BuilderChain]
Run condition [Boolean condition] enabling prebuild for step [BuilderChain]
Run condition [Boolean condition] enabling prebuild for step [BuilderChain]
Run condition [Boolean condition] enabling prebuild for step [BuilderChain]
[eftl-standalonetck-certification] $ /bin/bash -x /tmp/jenkins10753033682187086939.sh
+ '[' EFTL_JAKARTAEE91_PROMOTED == EFTL_JAKARTAEE91_BUILD_LATEST ']'
+ '[' EFTL_JAKARTAEE91_PROMOTED == EFTL_JAKARTAEE91_PROMOTED ']'
+ export BUNDLE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted
+ BUNDLE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted
+ export 'BUNDLE_LIST=jakarta-annotations-tck-2.0.1.zip jakarta-authentication-tck-2.0.1.zip jakarta-authorization-tck-2.0.1.zip jakarta-concurrency-tck-2.0.1.zip jakarta-connectors-tck-2.0.1.zip jakarta-expression-language-tck-4.0.1.zip jakarta-faces-tck-3.0.1.zip jakarta-jsonb-tck-2.0.1.zip jakarta-jsonp-tck-2.0.1.zip jakarta-messaging-tck-3.0.1.zip jakarta-pages-tck-3.0.1.zip jakarta-persistence-tck-3.0.1.zip jakarta-restful-ws-tck-3.0.2.zip jakarta-security-tck-2.0.1.zip jakarta-servlet-tck-5.0.2.zip jakarta-soap-tck-2.0.1.zip jakarta-tags-tck-2.0.1.zip jakarta-transactions-tck-2.0.1.zip jakarta-websocket-tck-2.0.1.zip jakarta-xml-ws-tck-3.0.1.zip'
+ BUNDLE_LIST='jakarta-annotations-tck-2.0.1.zip jakarta-authentication-tck-2.0.1.zip jakarta-authorization-tck-2.0.1.zip jakarta-concurrency-tck-2.0.1.zip jakarta-connectors-tck-2.0.1.zip jakarta-expression-language-tck-4.0.1.zip jakarta-faces-tck-3.0.1.zip jakarta-jsonb-tck-2.0.1.zip jakarta-jsonp-tck-2.0.1.zip jakarta-messaging-tck-3.0.1.zip jakarta-pages-tck-3.0.1.zip jakarta-persistence-tck-3.0.1.zip jakarta-restful-ws-tck-3.0.2.zip jakarta-security-tck-2.0.1.zip jakarta-servlet-tck-5.0.2.zip jakarta-soap-tck-2.0.1.zip jakarta-tags-tck-2.0.1.zip jakarta-transactions-tck-2.0.1.zip jakarta-websocket-tck-2.0.1.zip jakarta-xml-ws-tck-3.0.1.zip'
+ export JAF_BUNDLE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted
+ JAF_BUNDLE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted
+ export MAIL_BUNDLE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted
+ MAIL_BUNDLE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted
+ export JAF_BUNDLE_NAME=jakarta-activation-tck-2.0.1.zip
+ JAF_BUNDLE_NAME=jakarta-activation-tck-2.0.1.zip
+ export MAIL_BUNDLE_NAME=jakarta-mail-tck-2.0.1.zip
+ MAIL_BUNDLE_NAME=jakarta-mail-tck-2.0.1.zip
+ export DSOLTCK_BUNDLE_NAME=jakarta-debugging-tck-2.0.0.zip
+ DSOLTCK_BUNDLE_NAME=jakarta-debugging-tck-2.0.0.zip
+ rm -f standalonetck.properties
+ touch standalonetck.properties
+ echo GF_BUNDLE_URL=https://download.eclipse.org/ee4j/glassfish/glassfish-6.1.0-RC1.zip
+ echo GF_VERSION_URL=
+ echo PROFILE=FULL
+ echo BUILD_TYPE=STANDALONE-TCK
+ echo 'standalone_tcks=caj concurrency connector el jacc jaspic jaxrs jaxws jms jpa jsf jsp jsonb jsonp jstl jta saaj securityapi servlet websocket'
+ echo TCK_BUNDLE_BASE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted
+ echo 'STANDALONE_TCK_BUNDLES_FILE_NAME_LIST=jakarta-annotations-tck-2.0.1.zip jakarta-authentication-tck-2.0.1.zip jakarta-authorization-tck-2.0.1.zip jakarta-concurrency-tck-2.0.1.zip jakarta-connectors-tck-2.0.1.zip jakarta-expression-language-tck-4.0.1.zip jakarta-faces-tck-3.0.1.zip jakarta-jsonb-tck-2.0.1.zip jakarta-jsonp-tck-2.0.1.zip jakarta-messaging-tck-3.0.1.zip jakarta-pages-tck-3.0.1.zip jakarta-persistence-tck-3.0.1.zip jakarta-restful-ws-tck-3.0.2.zip jakarta-security-tck-2.0.1.zip jakarta-servlet-tck-5.0.2.zip jakarta-soap-tck-2.0.1.zip jakarta-tags-tck-2.0.1.zip jakarta-transactions-tck-2.0.1.zip jakarta-websocket-tck-2.0.1.zip jakarta-xml-ws-tck-3.0.1.zip'
+ echo LICENSE=EFTL
+ echo JDK=JDK11
+ rm -f jaf-tck.properties
+ touch jaf-tck.properties
+ echo GF_BUNDLE_URL=https://download.eclipse.org/ee4j/glassfish/glassfish-6.1.0-RC1.zip
+ echo GF_VERSION_URL=
+ echo PROFILE=FULL
+ echo LICENSE=EFTL
+ echo TCK_BUNDLE_BASE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted
+ echo TCK_BUNDLE_FILE_NAME=jakarta-activation-tck-2.0.1.zip
+ echo JDK=JDK11
+ echo ACTIVATION_BUNDLE_URL=https://jakarta.oss.sonatype.org/content/repositories/staging/com/sun/activation/jakarta.activation/2.0.0/jakarta.activation-2.0.0.jar
+ rm -f mail-tck.properties
+ touch mail-tck.properties
+ echo PROFILE=FULL
+ echo LICENSE=EFTL
+ echo TCK_BUNDLE_BASE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted
+ echo TCK_BUNDLE_FILE_NAME=jakarta-mail-tck-2.0.1.zip
+ echo JDK=JDK11
+ echo MAIL_BUNDLE_URL=https://jakarta.oss.sonatype.org/content/groups/staging/com/sun/mail/jakarta.mail/2.0.0/jakarta.mail-2.0.0.jar
+ rm -f dsol-tck.properties
+ touch dsol-tck.properties
+ echo GF_BUNDLE_URL=https://download.eclipse.org/ee4j/glassfish/glassfish-6.1.0-RC1.zip
+ echo GF_VERSION_URL=
+ echo PROFILE=FULL
+ echo LICENSE=EFTL
+ echo TCK_BUNDLE_BASE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/promoted
+ echo JDK=JDK11
+ echo TCK_BUNDLE_FILE_NAME=jakarta-debugging-tck-2.0.0.zip
[Boolean condition] checking [true] against [^(1|y|yes|t|true|on|run)$] (origin token: $JAKARTAEE_TCKS)
Run condition [Boolean condition] enabling perform for step [BuilderChain]
Waiting for the completion of jakartaee-tck » master
jakartaee-tck » master #1450 started.
jakartaee-tck » master #1450 completed. Result was SUCCESS
Copied 20 artifacts from "jakartaee-tck » master" build number 1450
Build step 'Conditional steps (multiple)' changed build result to SUCCESS
[Boolean condition] checking [true] against [^(1|y|yes|t|true|on|run)$] (origin token: $DSOL_TCK)
Run condition [Boolean condition] enabling perform for step [BuilderChain]
Waiting for the completion of debugging-support-for-other-languages-tck » master
debugging-support-for-other-languages-tck » master #274 started.
debugging-support-for-other-languages-tck » master #274 completed. Result was SUCCESS
Copied 1 artifact from "debugging-support-for-other-languages-tck » master" build number 274
[Boolean condition] checking [true] against [^(1|y|yes|t|true|on|run)$] (origin token: $JAF_TCK)
Run condition [Boolean condition] enabling perform for step [BuilderChain]
Waiting for the completion of jaf-tck » master
jaf-tck » master #29 started.
jaf-tck » master #29 completed. Result was SUCCESS
Copied 1 artifact from "jaf-tck » master" build number 29
[Boolean condition] checking [true] against [^(1|y|yes|t|true|on|run)$] (origin token: $MAIL_TCK)
Run condition [Boolean condition] enabling perform for step [BuilderChain]
Waiting for the completion of mail-tck » master
mail-tck » master #13 started.
mail-tck » master #13 completed. Result was SUCCESS
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 69 killed;
[ssh-agent] Stopped.
ERROR: Unable to find a build for artifact copy from: mail-tck/2.0.0
Recording test results
[Checks API] No suitable checks publisher found.
[JUnitReportPublisher] Compiling JUnit Html Reports ...
[JUnit test report builder] Copying XML files from slave: /home/jenkins/agent/workspace/eftl-standalonetck-certification to master reports directory: /var/jenkins/jobs/eftl-standalonetck-certification/builds/138/junit-reports-with-handlebars
[JUnitReportPublisher] Found 1 xml files.
[JUnit test report builder] 0. Found a xml file: debugging-tck-junit-report.xml
[JUnit test report builder] Generating HTML reports
processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/138/junit-reports-with-handlebars/xmlData/debugging-tck-junit-report.xml
[JUnit test report builder] there was an error generating the reports: javax.xml.bind.JAXBException: Implementation of JAXB-API has not been found on module path or classpath.
 - with linked exception:
[java.lang.ClassNotFoundException: com.sun.xml.internal.bind.v2.ContextFactory]
javax.xml.bind.ContextFinder.newInstance(ContextFinder.java:278)
javax.xml.bind.ContextFinder.find(ContextFinder.java:421)
javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:721)
javax.xml.bind.JAXBContext.newInstance(JAXBContext.java:662)
com.github.bogdanlivadariu.reporting.junit.builder.JUnitReportBuilder.processXmlReports(JUnitReportBuilder.java:62)
com.github.bogdanlivadariu.reporting.junit.builder.JUnitReportBuilder.<init>(JUnitReportBuilder.java:42)
com.github.bogdanlivadariu.jenkins.reporting.junit.JUnitTestReportPublisher.generateReport(JUnitTestReportPublisher.java:131)
com.github.bogdanlivadariu.jenkins.reporting.junit.JUnitTestReportPublisher.perform(JUnitTestReportPublisher.java:172)
jenkins.tasks.SimpleBuildStep.perform(SimpleBuildStep.java:123)
hudson.tasks.BuildStepCompatibilityLayer.perform(BuildStepCompatibilityLayer.java:80)
hudson.tasks.BuildStepMonitor$1.perform(BuildStepMonitor.java:20)
hudson.model.AbstractBuild$AbstractBuildExecution.perform(AbstractBuild.java:804)
hudson.model.AbstractBuild$AbstractBuildExecution.performAllBuildSteps(AbstractBuild.java:753)
hudson.model.Build$BuildExecution.post2(Build.java:177)
hudson.model.AbstractBuild$AbstractBuildExecution.post(AbstractBuild.java:698)
hudson.model.Run.execute(Run.java:1932)
hudson.model.FreeStyleBuild.run(FreeStyleBuild.java:43)
hudson.model.ResourceController.execute(ResourceController.java:97)
hudson.model.Executor.run(Executor.java:429)
Archiving artifacts
Finished: FAILURE