Skip to content
Aborted

Console Output

Started by user Scott Marlow
Running as Scott Marlow
Agent basic-0rz06 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: ""
  name: "basic-0rz06"
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-0rz06"
    - 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-0rz06"
    - 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-0rz06 in workspace /home/jenkins/agent/workspace/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-fUFy8oSe7zYp/agent.66
SSH_AGENT_PID=68
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/standalonetck-certification@tmp/private_key_7159514514091757869.key (/home/jenkins/agent/workspace/standalonetck-certification@tmp/private_key_7159514514091757869.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]
Run condition [Boolean condition] enabling prebuild for step [BuilderChain]
[standalonetck-certification] $ /bin/sh -xe /tmp/jenkins14921993138813578166.sh
+ [ JAKARTAEE9_PROMOTED_LATEST == JAKARTAEE9_BUILD_LATEST ]
/tmp/jenkins14921993138813578166.sh: 2: [: JAKARTAEE9_PROMOTED_LATEST: unexpected operator
+ [ JAKARTAEE9_PROMOTED_LATEST == JAVAEE8_RELEASED_LATEST ]
/tmp/jenkins14921993138813578166.sh: 4: [: JAKARTAEE9_PROMOTED_LATEST: unexpected operator
+ [ JAKARTAEE9_PROMOTED_LATEST == JAKARTAEE9_PROMOTED_LATEST ]
/tmp/jenkins14921993138813578166.sh: 12: [: JAKARTAEE9_PROMOTED_LATEST: unexpected operator
+ export BUNDLE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9/nightly-910
+ export BUNDLE_LIST=annotations-tck-2.0.1.zip authentication-tck-2.0.1.zip authorization-tck-2.0.1.zip concurrency-tck-2.0.1.zip connectors-tck-2.0.1.zip expression-language-tck-4.0.1.zip faces-tck-3.0.1.zip jsonb-tck-2.0.1.zip jsonp-tck-2.0.1.zip messaging-tck-3.0.1.zip pages-tck-3.0.1.zip persistence-tck-3.0.1.zip restful-ws-tck-3.0.2.zip security-tck-2.0.1.zip servlet-tck-5.0.2.zip soap-tck-2.0.1.zip tags-tck-2.0.1.zip transactions-tck-2.0.1.zip websocket-tck-2.0.1.zip xml-ws-tck-3.0.1.zip
+ export DSOLTCK_BUNDLE_NAME=debugging-tck-2.0.1.zip
+ export CDI_BUNDLE_NAME=cdi-tck-glassfish-porting-3.0.1.zip
+ export DI_BUNDLE_NAME=330-tck-glassfish-porting-2.0.1.zip
+ export BV_BUNDLE_NAME=bv-tck-glassfish-porting-3.0.1.zip
+ rm -f standalonetck.properties
+ touch standalonetck.properties
+ echo GF_BUNDLE_URL=https://ci.eclipse.org/jakartaee-tck/job/build-glassfish/lastSuccessfulBuild/artifact/appserver/distributions/glassfish/target/glassfish.zip
+ echo GF_VERSION_URL=
+ echo PROFILE=FULL
+ echo BUILD_TYPE=STANDALONE-TCK
+ echo standalone_tcks=caj concurrency connector el jacc jaspic jaxr jaxrpc 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/nightly-910
+ echo STANDALONE_TCK_BUNDLES_FILE_NAME_LIST=annotations-tck-2.0.1.zip authentication-tck-2.0.1.zip authorization-tck-2.0.1.zip concurrency-tck-2.0.1.zip connectors-tck-2.0.1.zip expression-language-tck-4.0.1.zip faces-tck-3.0.1.zip jsonb-tck-2.0.1.zip jsonp-tck-2.0.1.zip messaging-tck-3.0.1.zip pages-tck-3.0.1.zip persistence-tck-3.0.1.zip restful-ws-tck-3.0.2.zip security-tck-2.0.1.zip servlet-tck-5.0.2.zip soap-tck-2.0.1.zip tags-tck-2.0.1.zip transactions-tck-2.0.1.zip websocket-tck-2.0.1.zip xml-ws-tck-3.0.1.zip
+ echo JDK=JDK11
+ rm -f dsol-tck.properties
+ touch dsol-tck.properties
+ echo GF_BUNDLE_URL=https://ci.eclipse.org/jakartaee-tck/job/build-glassfish/lastSuccessfulBuild/artifact/appserver/distributions/glassfish/target/glassfish.zip
+ echo GF_VERSION_URL=
+ echo PROFILE=FULL
+ echo TCK_BUNDLE_BASE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9/nightly-910
+ echo TCK_BUNDLE_FILE_NAME=debugging-tck-2.0.1.zip
+ echo JDK=JDK11
+ rm -f cditck-portingkit.properties
+ touch cditck-portingkit.properties
+ echo GF_BUNDLE_URL=https://ci.eclipse.org/jakartaee-tck/job/build-glassfish/lastSuccessfulBuild/artifact/appserver/distributions/glassfish/target/glassfish.zip
+ echo GF_VERSION_URL=
+ echo PROFILE=FULL
+ echo TCK_BUNDLE_BASE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9/nightly-910
+ echo TCK_BUNDLE_FILE_NAME=cdi-tck-glassfish-porting-3.0.1.zip
+ echo CDI_TCK_BUNDLE_URL=https://download.eclipse.org/jakartaee/cdi/3.0/cdi-tck-3.0.1-dist.zip
+ echo CDI_TCK_VERSION=3.0.1
+ echo JDK=JDK11
+ rm -f ditck-portingkit.properties
+ touch ditck-portingkit.properties
+ echo GF_BUNDLE_URL=https://ci.eclipse.org/jakartaee-tck/job/build-glassfish/lastSuccessfulBuild/artifact/appserver/distributions/glassfish/target/glassfish.zip
+ echo GF_VERSION_URL=
+ echo PROFILE=FULL
+ echo TCK_BUNDLE_BASE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9/nightly-910
+ echo TCK_BUNDLE_FILE_NAME=330-tck-glassfish-porting-2.0.1.zip
+ echo JAKARTA_INJECT_TCK_URL=https://download.eclipse.org/ee4j/cdi/inject/2.0/jakarta.inject-tck-2.0.1-bin.zip
+ echo JAKARTA_INJECT_VERSION=2.0.1
+ echo JSR299_TCK_URL=https://download.eclipse.org/jakartaee/cdi/3.0/cdi-tck-3.0.1-dist.zip
+ echo JSR299_TCK_VERSION=3.0.1
+ echo JDK=JDK11
+ rm -f bvtck-portingkit.properties
+ touch bvtck-portingkit.properties
+ echo GF_BUNDLE_URL=https://ci.eclipse.org/jakartaee-tck/job/build-glassfish/lastSuccessfulBuild/artifact/appserver/distributions/glassfish/target/glassfish.zip
+ echo GF_VERSION_URL=
+ echo PROFILE=FULL
+ echo TCK_BUNDLE_BASE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9/nightly-910
+ echo TCK_BUNDLE_FILE_NAME=bv-tck-glassfish-porting-3.0.1.zip
+ echo BV_TCK_BUNDLE_URL=http://download.eclipse.org/ee4j/bean-validation/3.0/beanvalidation-tck-dist-3.0.0.zip
+ echo BV_TCK_VERSION=3.0.0
+ echo JDK=JDK11
[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 #1364 started.
jakartaee-tck » master #1364 completed. Result was UNSTABLE
Copied 20 artifacts from "jakartaee-tck » master" build number 1364
Build step 'Conditional steps (multiple)' changed build result to UNSTABLE
[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 #261 started.
debugging-support-for-other-languages-tck » master #261 completed. Result was SUCCESS
Copied 1 artifact from "debugging-support-for-other-languages-tck » master" build number 261
[Boolean condition] checking [true] against [^(1|y|yes|t|true|on|run)$] (origin token: $CDI_PORTING_TCK)
Run condition [Boolean condition] enabling perform for step [BuilderChain]
Waiting for the completion of cditck-porting » master
cditck-porting » master #126 started.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 68 killed;
[ssh-agent] Stopped.
Build was aborted
Aborted by Scott Marlow
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/standalonetck-certification to master reports directory: /var/jenkins/jobs/standalonetck-certification/builds/96/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/standalonetck-certification/builds/96/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
[description-setter] Description set: 
Finished: ABORTED