Skip to content
Success

Console Output

Started by user Scott Marlow
Running as Scott Marlow
Agent default-agent-f7hpg is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
  name: "default-agent-f7hpg"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jakartaee-tck.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "default-agent-f7hpg"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "default-agent-f7hpg"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jakartaee-tck.svc.cluster.local/jakartaee-tck/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/jenkins-agent:3.35@sha256:0d309710872c3a12f22394f2015b8764e039391b2c91801d53ed4f9ef76cb2fe"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - 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: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      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: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jakartaee-tck"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

[EnvInject] - Loading node environment variables.
Building remotely on default-agent-f7hpg in workspace /home/jenkins/agent/workspace/standalonetck-nightly-build-run-802
[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-EUcrm6EXrnUL/agent.63
SSH_AGENT_PID=65
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/standalonetck-nightly-build-run-802@tmp/private_key_3327162681750276977.key (/home/jenkins/agent/workspace/standalonetck-nightly-build-run-802@tmp/private_key_3327162681750276977.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]
Run condition [Boolean condition] enabling prebuild for step [BuilderChain]
[standalonetck-nightly-build-run-802] $ /bin/sh -xe /tmp/jenkins8167455891612490342.sh
+ rm -f standalonetck.properties
+ touch standalonetck.properties
+ echo 'GF_BUNDLE_URL=http://download.eclipse.org/glassfish/glassfish-5.1.0.zip'
+ echo 'PROFILE=FULL'
+ echo 'BUILD_TYPE=STANDALONE-TCK'
+ echo 'standalone_tcks=websocket'
+ echo 'TCK_BUNDLE_BASE_URL='
+ rm -f portingkit.properties
+ touch portingkit.properties
+ echo 'GF_BUNDLE_URL=http://download.eclipse.org/glassfish/glassfish-5.1.0.zip'
+ echo 'PROFILE=FULL'
+ rm -f jaf-tck.properties
+ touch jaf-tck.properties
+ echo 'GF_BUNDLE_URL=http://download.eclipse.org/glassfish/glassfish-5.1.0.zip'
+ echo 'JAF_BUNDLE_URL=http://central.maven.org/maven2/com/sun/activation/jakarta.activation/1.2.1/jakarta.activation-1.2.1.jar'
[Boolean condition] checking [true] against [^(1|y|yes|t|true|on|run)$] (origin token: $JAKARTAEE_STANDALONE_TCKS)
Run condition [Boolean condition] enabling perform for step [BuilderChain]
Waiting for the completion of jakartaee-tck » 8.0
jakartaee-tck » 8.0 #22 started.
jakartaee-tck » 8.0 #22 completed. Result was SUCCESS
Copied 3 artifacts from "jakartaee-tck » 8.0" build number 22
Build step 'Conditional steps (multiple)' changed build result to SUCCESS
[Boolean condition] checking [false] against [^(1|y|yes|t|true|on|run)$] (origin token: $JAF_TCK)
Run condition [Boolean condition] preventing perform for step [BuilderChain]
[Boolean condition] checking [false] against [^(1|y|yes|t|true|on|run)$] (origin token: $DSOL_TCK)
Run condition [Boolean condition] preventing perform for step [BuilderChain]
[Boolean condition] checking [false] against [^(1|y|yes|t|true|on|run)$] (origin token: $CDI_PORTING_TCK)
Run condition [Boolean condition] preventing perform for step [BuilderChain]
[Boolean condition] checking [false] against [^(1|y|yes|t|true|on|run)$] (origin token: $DI_PORTING_TCK)
Run condition [Boolean condition] preventing perform for step [BuilderChain]
[Boolean condition] checking [false] against [^(1|y|yes|t|true|on|run)$] (origin token: $BV_PORTING_TCK)
Run condition [Boolean condition] preventing perform for step [BuilderChain]
[standalonetck-nightly-build-run-802] $ /bin/sh -xe /tmp/jenkins1769475951458389522.sh
+ cat websockettck-1.1.version
+ tr '\n' '|'
cat: websockettck-1.1.version: No such file or directory
+ TCK_VER=
+ TCKS_RUN=' '
+ temp=' '
+ tar zxf websocket-tck-results.tar.gz -C /home/jenkins/agent/workspace/standalonetck-nightly-build-run-802 '--strip-components=5'
+ ls websocket-tck-results.tar.gz
+ cut -f1 -d.
+ rev
+ + rev
cut -c9-
+ var=websocket-tck
+ TCKS_RUN='  websocket-tck'
+ echo 'Version Info:Eclipse GF 5.1.0 URL : http://download.eclipse.org/glassfish/glassfish-5.1.0.zip; JakartaEETCK- ; The TCKs ran for this job are :   websocket-tck'
Version Info:Eclipse GF 5.1.0 URL : http://download.eclipse.org/glassfish/glassfish-5.1.0.zip; JakartaEETCK- ; The TCKs ran for this job are :   websocket-tck
+ cd results
+ find -name '*.xml' -print -type f -exec touch '{}' ';'
./junitreports/websocket-tck-junit-report.xml
+ cd ..
+ export 'BUNDLE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/nightly-801'
+ '[' -d /home/jenkins/agent/workspace/standalonetck-nightly-build-run-802/standalone-bundles ]
+ cd /home/jenkins/agent/workspace/standalonetck-nightly-build-run-802/standalone-bundles
+ scp websocket-tck-1.1.1.zip genie.jakartaee-tck@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/nightly-802
+ ls websocket-tck-1.1.1.zip
+ rev
+ cut -c5-+ 
rev
+ tckname=websocket-tck-1.1.1
+ rm -rf /home/jenkins/agent/workspace/standalonetck-nightly-build-run-802/websocket-tck-1.1.1-tckinfo.txt
+ touch /home/jenkins/agent/workspace/standalonetck-nightly-build-run-802/websocket-tck-1.1.1-tckinfo.txt
+ export 'NAME=websocket-tck-1.1.1.zip'
+ echo '***********************************************************************************'
+ echo '***                        TCK bundle information                               ***'
+ echo '*** Name:       websocket-tck-1.1.1.zip                                     ***'
+ echo '*** Bundle Copied to URL:    http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/nightly-801/websocket-tck-1.1.1.zip ***'
+ stat -c 'date: %y, size(b): %s' websocket-tck-1.1.1.zip
+ echo '*** Date and size: date:' 2020-01-14 18:40:29.000000000 +0000, 'size(b):' '11917403        ***'
+ sha256sum websocket-tck-1.1.1.zip
+ awk '{print $1}'
+ echo '*** SHA256SUM: e676a220eb3a2bedbe8656d0abc070158b53d62cce5d977eba044782d0a54ad7 ***'
+ echo '***                                                                             ***'
+ echo '***********************************************************************************'
+ scp /home/jenkins/agent/workspace/standalonetck-nightly-build-run-802/websocket-tck-1.1.1-tckinfo.txt genie.jakartaee-tck@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/nightly-802
+ '[' -d /home/jenkins/agent/workspace/standalonetck-nightly-build-run-802/bundles ]
+ ssh genie.jakartaee-tck@build.eclipse.org ls -l /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee8/nightly-802
total 711220
-rw-r--r-- 1 genie.jakartaee-tck ee4j.jakartaee-tck       727 Jan 14 13:17 authentication-tck-1.1.1-tckinfo.txt
-rw-r--r-- 1 genie.jakartaee-tck ee4j.jakartaee-tck   9492990 Jan 14 13:17 authentication-tck-1.1.1.zip
-rw-r--r-- 1 genie.jakartaee-tck ee4j.jakartaee-tck       726 Jan 14 12:42 authorization-tck-1.5.1-tckinfo.txt
-rw-r--r-- 1 genie.jakartaee-tck ee4j.jakartaee-tck  11773074 Jan 14 12:42 authorization-tck-1.5.1.zip
-rw-r--r-- 1 genie.jakartaee-tck ee4j.jakartaee-tck       720 Jan 14 12:16 connectors-tck-1.7.1-tckinfo.txt
-rw-r--r-- 1 genie.jakartaee-tck ee4j.jakartaee-tck  13438456 Jan 14 12:16 connectors-tck-1.7.1.zip
-rw-r--r-- 1 genie.jakartaee-tck ee4j.jakartaee-tck 655849392 Jan  9 18:50 jakartaeetck-8.0.2.zip
-rw-r--r-- 1 genie.jakartaee-tck ee4j.jakartaee-tck       717 Jan  9 18:50 jakartaeetckinfo.txt
-rw-r--r-- 1 genie.jakartaee-tck ee4j.jakartaee-tck       118 Jan  9 18:50 jakartaeetck.version
-rw-r--r-- 1 genie.jakartaee-tck ee4j.jakartaee-tck       716 Jan 14 13:35 security-tck-1.0.1-tckinfo.txt
-rw-r--r-- 1 genie.jakartaee-tck ee4j.jakartaee-tck  21966917 Jan 14 13:35 security-tck-1.0.1.zip
-rw-r--r-- 1 genie.jakartaee-tck ee4j.jakartaee-tck       718 Jan 14 14:25 websocket-tck-1.1.1-tckinfo.txt
-rw-r--r-- 1 genie.jakartaee-tck ee4j.jakartaee-tck  11917403 Jan 14 14:25 websocket-tck-1.1.1.zip
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 65 killed;
[ssh-agent] Stopped.
Recording test results
[JUnitReportPublisher] Compiling JUnit Html Reports ...
[JUnit test report builder] Copying XML files from slave: /home/jenkins/agent/workspace/standalonetck-nightly-build-run-802 to master reports directory: /var/jenkins_home/jobs/standalonetck-nightly-build-run-802/builds/11/junit-reports-with-handlebars
[JUnitReportPublisher] Found 1 xml files.
[JUnit test report builder] 0. Found a xml file: results/junitreports/websocket-tck-junit-report.xml
[JUnit test report builder] Generating HTML reports
processing: /var/jenkins_home/jobs/standalonetck-nightly-build-run-802/builds/11/junit-reports-with-handlebars/xmlData/results/junitreports/websocket-tck-junit-report.xml
Archiving artifacts
[description-setter] Description set: Eclipse GF 5.1.0 URL : http://download.eclipse.org/glassfish/glassfish-5.1.0.zip; JakartaEETCK- ; The TCKs ran for this job are :   websocket-tck'
Finished: SUCCESS