Skip to content

Console Output

Started by user arjan tijms
Running as arjan tijms
Agent basic-18wj4 is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-18wj4"
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-18wj4"
    - 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-18wj4"
    - 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.10.1"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "4460m"
        memory: "16384Mi"
      requests:
        cpu: "4160m"
        memory: "16384Mi"
    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-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-18wj4 (basic) 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-mYwPIr0FReQy/agent.69
SSH_AGENT_PID=71
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/eftl-standalonetck-certification@tmp/private_key_13516137868491435647.key (/home/jenkins/agent/workspace/eftl-standalonetck-certification@tmp/private_key_13516137868491435647.key)
[ssh-agent] Using credentials eclipse-jakartaee-tck-bot (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/jenkins10301477023479579848.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/jaf/tck/eftl
+ JAF_BUNDLE_URL=http://download.eclipse.org/ee4j/jaf/tck/eftl
+ export MAIL_BUNDLE_URL=http://download.eclipse.org/ee4j/mail/tck/eftl
+ MAIL_BUNDLE_URL=http://download.eclipse.org/ee4j/mail/tck/eftl
+ 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://ci.eclipse.org/glassfish/job/glassfish_build-and-test-using-jenkinsfile/job/6.x/22/artifact/bundles/glassfish.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://ci.eclipse.org/glassfish/job/glassfish_build-and-test-using-jenkinsfile/job/6.x/22/artifact/bundles/glassfish.zip
+ echo GF_VERSION_URL=
+ echo PROFILE=FULL
+ echo LICENSE=EFTL
+ echo TCK_BUNDLE_BASE_URL=http://download.eclipse.org/ee4j/jaf/tck/eftl
+ 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/mail/tck/eftl
+ 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://ci.eclipse.org/glassfish/job/glassfish_build-and-test-using-jenkinsfile/job/6.x/22/artifact/bundles/glassfish.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 #1588 started.
jakartaee-tck » master #1588 completed. Result was UNSTABLE
Copied 20 artifacts from "jakartaee-tck » master" build number 1588
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 #307 started.
debugging-support-for-other-languages-tck » master #307 completed. Result was FAILURE
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 71 killed;
[ssh-agent] Stopped.
ERROR: Failed to copy artifacts from debugging-support-for-other-languages-tck/master with filter: *junit-report.xml
Recording test results
ERROR: Step ‘Publish JUnit test result report’ failed: No test report files were found. Configuration error?
Archiving artifacts
Finished: FAILURE