Started by user Alwin Joseph Running as Alwin Joseph Agent basic-ttcdk is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-ttcdk" 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-ttcdk" - name: "JENKINS_REMOTING_JAVA_OPTS" value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\ \ -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-ttcdk" - 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.2.1" 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-ttcdk 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-KBNSfGQXAvbb/agent.72 SSH_AGENT_PID=74 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/standalonetck-certification@tmp/private_key_1888575973844947438.key (/home/jenkins/agent/workspace/standalonetck-certification@tmp/private_key_1888575973844947438.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/jenkins3157740203727096339.sh + '[' JAKARTAEE9_PROMOTED_LATEST '==' JAKARTAEE9_BUILD_LATEST ] + '[' JAKARTAEE9_PROMOTED_LATEST '==' JAVAEE8_RELEASED_LATEST ] + '[' JAKARTAEE9_PROMOTED_LATEST '==' JAKARTAEE9_PROMOTED_LATEST ] + export 'BUNDLE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9/promoted' + export 'BUNDLE_LIST=annotations-tck-2.0.0.zip authentication-tck-2.0.0.zip authorization-tck-2.0.0.zip concurrency-tck-2.0.0.zip connectors-tck-2.0.0.zip expression-language-tck-4.0.0.zip faces-tck-3.0.0.zip jsonb-tck-2.0.0.zip jsonp-tck-2.0.0.zip messaging-tck-3.0.0.zip pages-tck-3.0.0.zip persistence-tck-3.0.0.zip restful-ws-tck-3.0.0.zip security-tck-2.0.0.zip servlet-tck-5.0.0.zip soap-tck-2.0.0.zip tags-tck-2.0.0.zip transactions-tck-2.0.0.zip websocket-tck-2.0.0.zip xml-ws-tck-3.0.0.zip' + export 'DSOLTCK_BUNDLE_NAME=debugging-tck-2.0.0.zip' + export 'CDI_BUNDLE_NAME=cdi-tck-glassfish-porting-3.0.0.zip' + export 'DI_BUNDLE_NAME=330-tck-glassfish-porting-2.0.0.zip' + export 'BV_BUNDLE_NAME=bv-tck-glassfish-porting-3.0.0.zip' + rm -f standalonetck.properties + touch standalonetck.properties + echo 'GF_BUNDLE_URL=https://download.eclipse.org/ee4j/glassfish/glassfish-6.0.0-RC2.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/promoted' + echo 'STANDALONE_TCK_BUNDLES_FILE_NAME_LIST=annotations-tck-2.0.0.zip authentication-tck-2.0.0.zip authorization-tck-2.0.0.zip concurrency-tck-2.0.0.zip connectors-tck-2.0.0.zip expression-language-tck-4.0.0.zip faces-tck-3.0.0.zip jsonb-tck-2.0.0.zip jsonp-tck-2.0.0.zip messaging-tck-3.0.0.zip pages-tck-3.0.0.zip persistence-tck-3.0.0.zip restful-ws-tck-3.0.0.zip security-tck-2.0.0.zip servlet-tck-5.0.0.zip soap-tck-2.0.0.zip tags-tck-2.0.0.zip transactions-tck-2.0.0.zip websocket-tck-2.0.0.zip xml-ws-tck-3.0.0.zip' + rm -f dsol-tck.properties + touch dsol-tck.properties + echo 'GF_BUNDLE_URL=https://download.eclipse.org/ee4j/glassfish/glassfish-6.0.0-RC2.zip' + echo 'GF_VERSION_URL=' + echo 'PROFILE=FULL' + echo 'TCK_BUNDLE_BASE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9/promoted' + echo 'TCK_BUNDLE_FILE_NAME=debugging-tck-2.0.0.zip' + rm -f cditck-portingkit.properties + touch cditck-portingkit.properties + echo 'GF_BUNDLE_URL=https://download.eclipse.org/ee4j/glassfish/glassfish-6.0.0-RC2.zip' + echo 'GF_VERSION_URL=' + echo 'PROFILE=FULL' + echo 'TCK_BUNDLE_BASE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9/promoted' + echo 'TCK_BUNDLE_FILE_NAME=cdi-tck-glassfish-porting-3.0.0.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' + rm -f ditck-portingkit.properties + touch ditck-portingkit.properties + echo 'GF_BUNDLE_URL=https://download.eclipse.org/ee4j/glassfish/glassfish-6.0.0-RC2.zip' + echo 'GF_VERSION_URL=' + echo 'PROFILE=FULL' + echo 'TCK_BUNDLE_BASE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9/promoted' + echo 'TCK_BUNDLE_FILE_NAME=330-tck-glassfish-porting-2.0.0.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' + rm -f bvtck-portingkit.properties + touch bvtck-portingkit.properties + echo 'GF_BUNDLE_URL=https://download.eclipse.org/ee4j/glassfish/glassfish-6.0.0-RC2.zip' + echo 'GF_VERSION_URL=' + echo 'PROFILE=FULL' + echo 'TCK_BUNDLE_BASE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9/promoted' + echo 'TCK_BUNDLE_FILE_NAME=bv-tck-glassfish-porting-3.0.0.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' [Boolean condition] checking [false] against [^(1|y|yes|t|true|on|run)$] (origin token: $JAKARTAEE_TCKS) 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 [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 #111 started. cditck-porting » master #111 completed. Result was SUCCESS Copied 1 artifact from "cditck-porting » master" build number 111 Build step 'Conditional steps (multiple)' changed build result to SUCCESS [Boolean condition] checking [true] against [^(1|y|yes|t|true|on|run)$] (origin token: $DI_PORTING_TCK) Run condition [Boolean condition] enabling perform for step [BuilderChain] Waiting for the completion of ditck-porting » master ditck-porting » master #107 started. ditck-porting » master #107 completed. Result was SUCCESS Copied 1 artifact from "ditck-porting » master" build number 107 [Boolean condition] checking [true] against [^(1|y|yes|t|true|on|run)$] (origin token: $BV_PORTING_TCK) Run condition [Boolean condition] enabling perform for step [BuilderChain] Waiting for the completion of bvtck-porting » master bvtck-porting » master #102 started. bvtck-porting » master #102 completed. Result was SUCCESS Copied 1 artifact from "bvtck-porting » master" build number 102 [standalonetck-certification] $ /bin/bash -x /tmp/jenkins1245057465124861628.sh + for f in *.tar.gz + tar zxf 330tck-results.tar.gz -C /home/jenkins/agent/workspace/standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf bvtck-results.tar.gz -C /home/jenkins/agent/workspace/standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf cdi-tck-results.tar.gz -C /home/jenkins/agent/workspace/standalonetck-certification --strip-components=5 + touch 330tck-report/330tck-junit-report.xml + echo 'Version Info:Eclipse GF version used : https://download.eclipse.org/ee4j/glassfish/glassfish-6.0.0-RC2.zip' Version Info:Eclipse GF version used : https://download.eclipse.org/ee4j/glassfish/glassfish-6.0.0-RC2.zip + '[' JAKARTAEE9_PROMOTED_LATEST == JAKARTAEE8_PROMOTED_LATEST ']' + '[' JAKARTAEE9_PROMOTED_LATEST == JAKARTAEE9_NIGHTLY_LATEST ']' + '[' JAKARTAEE9_PROMOTED_LATEST == JAVAEE8_RELEASED_LATEST ']' + rm -rf /home/jenkins/agent/workspace/standalonetck-certification/tckinfo.txt + touch /home/jenkins/agent/workspace/standalonetck-certification/tckinfo.txt + '[' JAKARTAEE9_PROMOTED_LATEST '!=' JAKARTAEE9_BUILD_LATEST ']' + IFS=' ' + read -ra FILESLIST + true + export NAME=bv-tck.zip + NAME=bv-tck.zip + wget --no-cache --no-check-certificate --progress=bar:force http://download.eclipse.org/ee4j/bean-validation/3.0/beanvalidation-tck-dist-3.0.0.zip -O bv-tck.zip --2020-11-03 06:00:41-- http://download.eclipse.org/ee4j/bean-validation/3.0/beanvalidation-tck-dist-3.0.0.zip Resolving download.eclipse.org (download.eclipse.org)... 198.41.30.199 Connecting to download.eclipse.org (download.eclipse.org)|198.41.30.199|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 8761592 (8.4M) [application/zip] Saving to: 'bv-tck.zip' bv-tck.zip 0%[ ] 0 --.-KB/s bv-tck.zip 60%[===========> ] 5.06M 25.0MB/s bv-tck.zip 100%[===================>] 8.36M 27.2MB/s in 0.3s 2020-11-03 06:00:42 (27.2 MB/s) - 'bv-tck.zip' saved [8761592/8761592] + rm -rf /home/jenkins/agent/workspace/standalonetck-certification/bv-tckinfo.txt + touch /home/jenkins/agent/workspace/standalonetck-certification/bv-tckinfo.txt + echo '***********************************************************************************' + echo '*** TCK & porting kit bundle information ' + echo '***********************************************************************************' + echo '*** Name: BV TCK bundle ' + echo '*** BV TCK Bundle URL: http://download.eclipse.org/ee4j/bean-validation/3.0/beanvalidation-tck-dist-3.0.0.zip ***' ++ stat -c 'date: %y, size(b): %s' bv-tck.zip + echo '*** Date and size: date:' 2020-07-22 03:22:36.000000000 +0000, 'size(b):' '8761592 ' ++ sha256sum bv-tck.zip ++ awk '{print $1}' + echo '*** SHA256SUM: c975fd229df0c40947a9f0a69b779ec92bebb3d21e05fdc65fccc1d11ef5525b ***' + echo '*** ' + rm -rf bv-tck.zip + export NAME= + NAME= + echo '***********************************************************************************' + echo '*** BV Porting Kit bundle ' + echo '*** Name: ' + echo '*** Download URL: / ' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' /home/data/httpd/ + echo '*** Date: 2020-06-17' 13:56:12.376784484 '-0400 ' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd// ++ awk '{print $1}' wc: /home/data/httpd//: Is a directory + echo '*** Size(b): 0 ' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd// ++ awk '{print $1}' sha256sum: /home/data/httpd//: Is a directory + echo '*** SHA256SUM: ' + echo '*** ' + echo '***********************************************************************************' + true + export NAME1=inject-tck.zip + NAME1=inject-tck.zip + export NAME2=cdi-tck.zip + NAME2=cdi-tck.zip + wget --no-cache --no-check-certificate --progress=bar:force -O inject-tck.zip wget: missing URL Usage: wget [OPTION]... [URL]... Try `wget --help' for more options. + wget --no-cache --no-check-certificate --progress=bar:force https://download.eclipse.org/jakartaee/cdi/3.0/cdi-tck-3.0.1-dist.zip -O cdi-tck.zip --2020-11-03 06:00:42-- https://download.eclipse.org/jakartaee/cdi/3.0/cdi-tck-3.0.1-dist.zip Resolving download.eclipse.org (download.eclipse.org)... 198.41.30.199 Connecting to download.eclipse.org (download.eclipse.org)|198.41.30.199|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 8680202 (8.3M) [application/zip] Saving to: 'cdi-tck.zip' cdi-tck.zip 0%[ ] 0 --.-KB/s cdi-tck.zip 100%[===================>] 8.28M --.-KB/s in 0.1s 2020-11-03 06:00:42 (75.1 MB/s) - 'cdi-tck.zip' saved [8680202/8680202] + rm -rf /home/jenkins/agent/workspace/standalonetck-certification/di-tckinfo.txt + touch /home/jenkins/agent/workspace/standalonetck-certification/di-tckinfo.txt + echo '***********************************************************************************' + echo '*** TCK & porting kit bundle information ' + echo '***********************************************************************************' + echo '*** Name: DI TCK & CDI TCK bundles ' + echo '*** ' + echo '*** DI TCK Bundle URL: ***' ++ stat -c 'date: %y, size(b): %s' inject-tck.zip stat: cannot stat 'inject-tck.zip': No such file or directory + echo '*** Date and size: ' ++ sha256sum inject-tck.zip ++ awk '{print $1}' sha256sum: inject-tck.zip: No such file or directory + echo '*** SHA256SUM: ' + echo '*** ' + echo '*** CDI TCK Bundle URL: https://download.eclipse.org/jakartaee/cdi/3.0/cdi-tck-3.0.1-dist.zip ***' ++ stat -c 'date: %y, size(b): %s' cdi-tck.zip + echo '*** Date and size: date:' 2020-09-14 17:56:01.000000000 +0000, 'size(b):' '8680202 ' ++ sha256sum cdi-tck.zip ++ awk '{print $1}' + echo '*** SHA256SUM: f0a3bdd81ea552ddf2c2a6cd2576f0d5ca45026665cb4a5c42606a58bf1c133d ' + rm -rf inject-tck.zip + rm -rf cdi-tck.zip + export NAME= + NAME= + echo '***********************************************************************************' + echo '*** DI Porting Kit bundle ' + echo '*** Name: ' + echo '*** Download URL: / ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' /home/data/httpd/ + echo '*** Date: 2020-06-17' 13:56:12.376784484 '-0400 ' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd// ++ awk '{print $1}' wc: /home/data/httpd//: Is a directory + echo '*** Size(b): 0 ' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd// ++ awk '{print $1}' sha256sum: /home/data/httpd//: Is a directory + echo '*** SHA256SUM: ' + echo '*** ' + echo '***********************************************************************************' + true + export NAME=cdi-tck.zip + NAME=cdi-tck.zip + wget --no-cache --no-check-certificate --progress=bar:force https://download.eclipse.org/jakartaee/cdi/3.0/cdi-tck-3.0.1-dist.zip -O cdi-tck.zip --2020-11-03 06:00:43-- https://download.eclipse.org/jakartaee/cdi/3.0/cdi-tck-3.0.1-dist.zip Resolving download.eclipse.org (download.eclipse.org)... 198.41.30.199 Connecting to download.eclipse.org (download.eclipse.org)|198.41.30.199|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 8680202 (8.3M) [application/zip] Saving to: 'cdi-tck.zip' cdi-tck.zip 0%[ ] 0 --.-KB/s cdi-tck.zip 100%[===================>] 8.28M --.-KB/s in 0.1s 2020-11-03 06:00:43 (76.7 MB/s) - 'cdi-tck.zip' saved [8680202/8680202] + rm -rf /home/jenkins/agent/workspace/standalonetck-certification/cdi-tckinfo.txt + touch /home/jenkins/agent/workspace/standalonetck-certification/cdi-tckinfo.txt + echo '***********************************************************************************' + echo '*** TCK & porting kit bundle information ' + echo '***********************************************************************************' + echo '*** Name: CDI TCK bundle information ' + echo '*** CDI TCK Bundle URL: https://download.eclipse.org/jakartaee/cdi/3.0/cdi-tck-3.0.1-dist.zip ***' ++ stat -c 'date: %y, size(b): %s' cdi-tck.zip + echo '*** Date and size: date:' 2020-09-14 17:56:01.000000000 +0000, 'size(b):' '8680202 ' ++ sha256sum cdi-tck.zip ++ awk '{print $1}' + echo '*** SHA256SUM: f0a3bdd81ea552ddf2c2a6cd2576f0d5ca45026665cb4a5c42606a58bf1c133d ' + echo '*** ' + rm -rf cdi-tck.zip + export NAME= + NAME= + echo '***********************************************************************************' + echo '*** CDI Porting Kit bundle ' + echo '*** Name: ' + echo '*** Download URL: / ' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' /home/data/httpd/ + echo '*** Date: 2020-06-17' 13:56:12.376784484 '-0400 ' ++ ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org awk wc -c '{print $1}' /home/data/httpd// wc: /home/data/httpd//: Is a directory + echo '*** Size(b): 0 ' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd// ++ awk '{print $1}' sha256sum: /home/data/httpd//: Is a directory + echo '*** SHA256SUM: ' + echo '*** ' + echo '***********************************************************************************' $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 74 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-certification to master reports directory: /var/jenkins/jobs/standalonetck-certification/builds/94/junit-reports-with-handlebars [JUnitReportPublisher] Found 5 xml files. [JUnit test report builder] 0. Found a xml file: 330tck-report/330tck-junit-report.xml [JUnit test report builder] 1. Found a xml file: bvtck-report/beanvalidation-3.0-sig/beanvalidation-3.0-sig-junit-report.xml [JUnit test report builder] 2. Found a xml file: bvtck-report/beanvalidation-3.0/beanvalidation-3.0-junit-report.xml [JUnit test report builder] 3. Found a xml file: cdi-tck-report/cdi-3.0.0-sig/cdi-3.0.0-sig-junit-report.xml [JUnit test report builder] 4. Found a xml file: cdi-tck-report/cdi-3.0.0/cditck-3.0.0-junit-report.xml [JUnit test report builder] Generating HTML reports processing: /var/jenkins/jobs/standalonetck-certification/builds/94/junit-reports-with-handlebars/xmlData/330tck-report/330tck-junit-report.xml processing: /var/jenkins/jobs/standalonetck-certification/builds/94/junit-reports-with-handlebars/xmlData/bvtck-report/beanvalidation-3.0-sig/beanvalidation-3.0-sig-junit-report.xml processing: /var/jenkins/jobs/standalonetck-certification/builds/94/junit-reports-with-handlebars/xmlData/bvtck-report/beanvalidation-3.0/beanvalidation-3.0-junit-report.xml processing: /var/jenkins/jobs/standalonetck-certification/builds/94/junit-reports-with-handlebars/xmlData/cdi-tck-report/cdi-3.0.0-sig/cdi-3.0.0-sig-junit-report.xml processing: /var/jenkins/jobs/standalonetck-certification/builds/94/junit-reports-with-handlebars/xmlData/cdi-tck-report/cdi-3.0.0/cditck-3.0.0-junit-report.xml [JUnit test report builder] Copying report to workspace directory: file:/home/jenkins/agent/workspace/standalonetck-certification/junit-reports-with-handlebars Archiving artifacts [description-setter] Description set: Finished: SUCCESS