Started by user Alwin Joseph Running as Alwin Joseph Agent basic-4676p is provisioned from template basic --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label: "" name: "basic-4676p" 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-4676p" - 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-4676p" - 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-4676p 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-fo3eTBSS0GCk/agent.65 SSH_AGENT_PID=67 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/eftl-standalonetck-certification@tmp/private_key_6854133668838835097.key (/home/jenkins/agent/workspace/eftl-standalonetck-certification@tmp/private_key_6854133668838835097.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] [eftl-standalonetck-certification] $ /bin/sh -xe /tmp/jenkins4532025056928971955.sh + '[' EFTL_JAKARTAEE9_STAGED '==' EFTL_JAKARTAEE9_BUILD_LATEST ] + '[' EFTL_JAKARTAEE9_STAGED '==' EFTL_JAKARTAEE9_PROMOTED ] + export 'BUNDLE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900' + export 'BUNDLE_LIST=jakarta-annotations-tck-2.0.0.zip jakarta-authentication-tck-2.0.0.zip jakarta-authorization-tck-2.0.0.zip jakarta-concurrency-tck-2.0.0.zip jakarta-connectors-tck-2.0.0.zip jakarta-expression-language-tck-4.0.0.zip jakarta-faces-tck-3.0.0.zip jakarta-jsonb-tck-2.0.0.zip jakarta-jsonp-tck-2.0.0.zip jakarta-messaging-tck-3.0.0.zip jakarta-pages-tck-3.0.0.zip jakarta-persistence-tck-3.0.0.zip jakarta-restful-ws-tck-3.0.0.zip jakarta-security-tck-2.0.0.zip jakarta-servlet-tck-5.0.0.zip jakarta-soap-tck-2.0.0.zip jakarta-tags-tck-2.0.0.zip jakarta-transactions-tck-2.0.0.zip jakarta-websocket-tck-2.0.0.zip jakarta-xml-ws-tck-3.0.0.zip' + export '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/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 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/staged-900' + echo 'STANDALONE_TCK_BUNDLES_FILE_NAME_LIST=jakarta-annotations-tck-2.0.0.zip jakarta-authentication-tck-2.0.0.zip jakarta-authorization-tck-2.0.0.zip jakarta-concurrency-tck-2.0.0.zip jakarta-connectors-tck-2.0.0.zip jakarta-expression-language-tck-4.0.0.zip jakarta-faces-tck-3.0.0.zip jakarta-jsonb-tck-2.0.0.zip jakarta-jsonp-tck-2.0.0.zip jakarta-messaging-tck-3.0.0.zip jakarta-pages-tck-3.0.0.zip jakarta-persistence-tck-3.0.0.zip jakarta-restful-ws-tck-3.0.0.zip jakarta-security-tck-2.0.0.zip jakarta-servlet-tck-5.0.0.zip jakarta-soap-tck-2.0.0.zip jakarta-tags-tck-2.0.0.zip jakarta-transactions-tck-2.0.0.zip jakarta-websocket-tck-2.0.0.zip jakarta-xml-ws-tck-3.0.0.zip' + echo 'LICENSE=EFTL' + 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 'LICENSE=EFTL' + echo 'TCK_BUNDLE_BASE_URL=http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900' + 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 #838 started. jakartaee-tck » master #838 completed. Result was UNSTABLE Copied 20 artifacts from "jakartaee-tck » master" build number 838 Build step 'Conditional steps (multiple)' changed build result to UNSTABLE [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] [eftl-standalonetck-certification] $ /bin/bash -x /tmp/jenkins6295612664944561286.sh + for f in *.tar.gz + tar zxf annotations-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf authentication-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf authorization-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf concurrency-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf connectors-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf expression-language-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf faces-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf jsonb-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf jsonp-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf messaging-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf pages-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf persistence-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf restful-ws-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf security-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf servlet-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf soap-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf tags-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf transactions-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf websocket-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + for f in *.tar.gz + tar zxf xml-ws-tck-results.tar.gz -C /home/jenkins/agent/workspace/eftl-standalonetck-certification --strip-components=5 + ls annotations-tck annotations-tck-results.tar.gz annotations-tckreport annotations-tckwork authentication-tck authentication-tck-results.tar.gz authentication-tckreport authentication-tckwork authorization-tck authorization-tck-results.tar.gz authorization-tckreport authorization-tckwork concurrency-tck concurrency-tck-results.tar.gz concurrency-tckreport concurrency-tckwork connectors-tck connectors-tck-results.tar.gz connectors-tckreport connectors-tckwork dsol-tck.properties expression-language-tck expression-language-tck-results.tar.gz expression-language-tckreport expression-language-tckwork faces-tck faces-tck-results.tar.gz faces-tckreport faces-tckwork glassfish6 jaxwstck.log jsonb-tck jsonb-tck-results.tar.gz jsonb-tckreport jsonb-tckwork jsonp-tck jsonp-tck-results.tar.gz jsonp-tckreport jsonp-tckwork messaging-tck messaging-tck-results.tar.gz messaging-tckreport messaging-tckwork pages-tck pages-tck-results.tar.gz pages-tckreport pages-tckwork persistence-tck persistence-tck-results.tar.gz persistence-tckreport persistence-tckwork restful-ws-tck restful-ws-tck-results.tar.gz restful-ws-tckreport restful-ws-tckwork results security-tck security-tck-results.tar.gz security-tckreport security-tckwork servlet-tck servlet-tck-results.tar.gz servlet-tckreport servlet-tckwork soap-tck soap-tck-results.tar.gz soap-tckreport soap-tckwork standalonetck.properties tags-tck tags-tck-results.tar.gz tags-tckreport tags-tckwork transactions-tck transactions-tck-results.tar.gz transactions-tckreport transactions-tckwork websocket-tck websocket-tck-results.tar.gz websocket-tckreport websocket-tckwork xml-ws-tck xml-ws-tck-results.tar.gz xml-ws-tckreport xml-ws-tckwork + cd results + find -name '*.xml' -print -type f -exec touch '{}' ';' ./junitreports/jsonp-tck-junit-report.xml ./junitreports/websocket-tck-junit-report.xml ./junitreports/connectors-tck-junit-report.xml ./junitreports/authorization-tck-junit-report.xml ./junitreports/transactions-tck-junit-report.xml ./junitreports/restful-ws-tck-junit-report.xml ./junitreports/pages-tck-junit-report.xml ./junitreports/persistence-tck-junit-report.xml ./junitreports/servlet-tck-junit-report.xml ./junitreports/tags-tck-junit-report.xml ./junitreports/authentication-tck-junit-report.xml ./junitreports/concurrency-tck-junit-report.xml ./junitreports/soap-tck-junit-report.xml ./junitreports/annotations-tck-junit-report.xml ./junitreports/xml-ws-tck-junit-report.xml ./junitreports/messaging-tck-junit-report.xml ./junitreports/security-tck-junit-report.xml ./junitreports/faces-tck-junit-report.xml ./junitreports/expression-language-tck-junit-report.xml ./junitreports/jsonb-tck-junit-report.xml + cd .. + echo 'Version Info:Eclipse GF version used : https://ci.eclipse.org/jakartaee-tck/job/build-glassfish/lastSuccessfulBuild/artifact/appserver/distributions/glassfish/target/glassfish.zip' Version Info:Eclipse GF version used : https://ci.eclipse.org/jakartaee-tck/job/build-glassfish/lastSuccessfulBuild/artifact/appserver/distributions/glassfish/target/glassfish.zip + '[' EFTL_JAKARTAEE9_STAGED == EFTL_JAKARTAEE9_PROMOTED ']' + '[' EFTL_JAKARTAEE9_STAGED == EFTL_JAKARTAEE9_STAGED ']' + export BUNDLE_URL=download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 + BUNDLE_URL=download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 + export 'BUNDLE_LIST=jakarta-annotations-tck-2.0.0.zip jakarta-authentication-tck-2.0.0.zip jakarta-authorization-tck-2.0.0.zip jakarta-concurrency-tck-2.0.0.zip jakarta-connectors-tck-2.0.0.zip jakarta-expression-language-tck-4.0.0.zip jakarta-faces-tck-3.0.0.zip jakarta-jsonb-tck-2.0.0.zip jakarta-jsonp-tck-2.0.0.zip jakarta-messaging-tck-3.0.0.zip jakarta-pages-tck-3.0.0.zip jakarta-persistence-tck-3.0.0.zip jakarta-restful-ws-tck-3.0.0.zip jakarta-security-tck-2.0.0.zip jakarta-servlet-tck-5.0.0.zip jakarta-soap-tck-2.0.0.zip jakarta-tags-tck-2.0.0.zip jakarta-transactions-tck-2.0.0.zip jakarta-websocket-tck-2.0.0.zip jakarta-xml-ws-tck-3.0.0.zip' + BUNDLE_LIST='jakarta-annotations-tck-2.0.0.zip jakarta-authentication-tck-2.0.0.zip jakarta-authorization-tck-2.0.0.zip jakarta-concurrency-tck-2.0.0.zip jakarta-connectors-tck-2.0.0.zip jakarta-expression-language-tck-4.0.0.zip jakarta-faces-tck-3.0.0.zip jakarta-jsonb-tck-2.0.0.zip jakarta-jsonp-tck-2.0.0.zip jakarta-messaging-tck-3.0.0.zip jakarta-pages-tck-3.0.0.zip jakarta-persistence-tck-3.0.0.zip jakarta-restful-ws-tck-3.0.0.zip jakarta-security-tck-2.0.0.zip jakarta-servlet-tck-5.0.0.zip jakarta-soap-tck-2.0.0.zip jakarta-tags-tck-2.0.0.zip jakarta-transactions-tck-2.0.0.zip jakarta-websocket-tck-2.0.0.zip jakarta-xml-ws-tck-3.0.0.zip' + export DSOLTCK_BUNDLE_NAME=jakarta-debugging-tck-2.0.0.zip + DSOLTCK_BUNDLE_NAME=jakarta-debugging-tck-2.0.0.zip + rm -rf /home/jenkins/agent/workspace/eftl-standalonetck-certification/tckinfo.txt + touch /home/jenkins/agent/workspace/eftl-standalonetck-certification/tckinfo.txt + '[' EFTL_JAKARTAEE9_STAGED '!=' EFTL_JAKARTAEE9_BUILD_LATEST ']' + IFS=' ' + read -ra FILESLIST + for i in "${FILESLIST[@]}" ++ echo -e jakarta-annotations-tck-2.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-annotations-tck-2.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-annotations-tck-2.0.0.zip -O jakarta-annotations-tck-2.0.0.zip --2020-07-23 13:22:04-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-annotations-tck-2.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: 10303133 (9.8M) [application/zip] Saving to: 'jakarta-annotations-tck-2.0.0.zip' jakarta-a 0%[ ] 0 --.-KB/s jakarta-annotations 100%[===================>] 9.83M --.-KB/s in 0.1s 2020-07-23 13:22:06 (70.8 MB/s) - 'jakarta-annotations-tck-2.0.0.zip' saved [10303133/10303133] + export NAME=jakarta-annotations-tck-2.0.0.zip + NAME=jakarta-annotations-tck-2.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-annotations-tck-2.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-annotations-tck-2.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-annotations-tck-2.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-annotations-tck-2.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc awk -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-annotations-tck-2.0.0.zip'{print $1}' + echo '*** Size(b): 10303133 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-annotations-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** SHA256SUM: 987d86307d7291d7e0ff1aadd696dfcbfd0c5161c484ec0e403170e28c0f6dcc ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-annotations-tck-2.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-authentication-tck-2.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-authentication-tck-2.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-authentication-tck-2.0.0.zip -O jakarta-authentication-tck-2.0.0.zip --2020-07-23 13:22:08-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-authentication-tck-2.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: 9490993 (9.1M) [application/zip] Saving to: 'jakarta-authentication-tck-2.0.0.zip' jakarta-a 0%[ ] 0 --.-KB/s jakarta-au 99%[==================> ] 9.05M 26.1MB/s jakarta-authenticat 100%[===================>] 9.05M 26.1MB/s in 0.3s 2020-07-23 13:22:08 (26.1 MB/s) - 'jakarta-authentication-tck-2.0.0.zip' saved [9490993/9490993] + export NAME=jakarta-authentication-tck-2.0.0.zip + NAME=jakarta-authentication-tck-2.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-authentication-tck-2.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-authentication-tck-2.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-authentication-tck-2.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-authentication-tck-2.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-authentication-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 9490993 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-authentication-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** SHA256SUM: 6c30fde47b830b6ba44fa816e391af857524dc36f7f7fad626aaf703e56fd339 ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-authentication-tck-2.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-authorization-tck-2.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-authorization-tck-2.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-authorization-tck-2.0.0.zip -O jakarta-authorization-tck-2.0.0.zip --2020-07-23 13:22:09-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-authorization-tck-2.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: 12098938 (12M) [application/zip] Saving to: 'jakarta-authorization-tck-2.0.0.zip' jakarta-a 0%[ ] 0 --.-KB/s jakarta-au 0%[ ] 51.32K 236KB/s jakarta-aut 57%[==========> ] 6.65M 11.2MB/s jakarta-authorizati 100%[===================>] 11.54M 17.6MB/s in 0.7s 2020-07-23 13:22:10 (17.6 MB/s) - 'jakarta-authorization-tck-2.0.0.zip' saved [12098938/12098938] + export NAME=jakarta-authorization-tck-2.0.0.zip + NAME=jakarta-authorization-tck-2.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-authorization-tck-2.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-authorization-tck-2.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-authorization-tck-2.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-authorization-tck-2.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-authorization-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 12098938 ***' ++ ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum awk /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-authorization-tck-2.0.0.zip'{print $1}' + echo '*** SHA256SUM: 70f3a013c8f51e7e179ce7ec0e969f5ae116c039bd5a2d3abc8f3ee9b3e6d771 ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-authorization-tck-2.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-concurrency-tck-2.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-concurrency-tck-2.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-concurrency-tck-2.0.0.zip -O jakarta-concurrency-tck-2.0.0.zip --2020-07-23 13:22:15-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-concurrency-tck-2.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: 11420632 (11M) [application/zip] Saving to: 'jakarta-concurrency-tck-2.0.0.zip' jakarta-c 0%[ ] 0 --.-KB/s jakarta-co 89%[================> ] 9.74M 27.4MB/s jakarta-concurrency 100%[===================>] 10.89M 28.9MB/s in 0.4s 2020-07-23 13:22:15 (28.9 MB/s) - 'jakarta-concurrency-tck-2.0.0.zip' saved [11420632/11420632] + export NAME=jakarta-concurrency-tck-2.0.0.zip + NAME=jakarta-concurrency-tck-2.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-concurrency-tck-2.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-concurrency-tck-2.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-concurrency-tck-2.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-concurrency-tck-2.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-concurrency-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 11420632 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-concurrency-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** SHA256SUM: cac42875b95e792eacd47d9040535b7f453cf0d78806c02f53c1dcfffd33b360 ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-concurrency-tck-2.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-connectors-tck-2.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-connectors-tck-2.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-connectors-tck-2.0.0.zip -O jakarta-connectors-tck-2.0.0.zip --2020-07-23 13:22:16-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-connectors-tck-2.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: 13495671 (13M) [application/zip] Saving to: 'jakarta-connectors-tck-2.0.0.zip' jakarta-c 0%[ ] 0 --.-KB/s jakarta-co 0%[ ] 127.32K 630KB/s jakarta-con 30%[=====> ] 3.93M 7.70MB/s jakarta-conn 91%[=================> ] 11.78M 13.6MB/s jakarta-connectors- 100%[===================>] 12.87M 14.8MB/s in 0.9s 2020-07-23 13:22:17 (14.8 MB/s) - 'jakarta-connectors-tck-2.0.0.zip' saved [13495671/13495671] + export NAME=jakarta-connectors-tck-2.0.0.zip + NAME=jakarta-connectors-tck-2.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-connectors-tck-2.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-connectors-tck-2.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-connectors-tck-2.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-connectors-tck-2.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-connectors-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 13495671 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-connectors-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** SHA256SUM: fc53242c7c79ecb82cb7bc716e4dba8502eb683f8f985da87351c715b1af3742 ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-connectors-tck-2.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-expression-language-tck-4.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-expression-language-tck-4.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-expression-language-tck-4.0.0.zip -O jakarta-expression-language-tck-4.0.0.zip --2020-07-23 13:22:25-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-expression-language-tck-4.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: 20423316 (19M) [application/zip] Saving to: 'jakarta-expression-language-tck-4.0.0.zip' jakarta-e 0%[ ] 0 --.-KB/s jakarta-ex 26%[====> ] 5.17M 15.5MB/s jakarta-exp 94%[=================> ] 18.33M 34.3MB/s jakarta-expression- 100%[===================>] 19.48M 35.8MB/s in 0.5s 2020-07-23 13:22:25 (35.8 MB/s) - 'jakarta-expression-language-tck-4.0.0.zip' saved [20423316/20423316] + export NAME=jakarta-expression-language-tck-4.0.0.zip + NAME=jakarta-expression-language-tck-4.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-expression-language-tck-4.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-expression-language-tck-4.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-expression-language-tck-4.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-expression-language-tck-4.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-expression-language-tck-4.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 20423316 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-expression-language-tck-4.0.0.zip ++ awk '{print $1}' + echo '*** SHA256SUM: 20ffb1b252030d41b7e37f3be651a38d9664467ed499533104022e104461e9c7 ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-expression-language-tck-4.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-faces-tck-3.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-faces-tck-3.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-faces-tck-3.0.0.zip -O jakarta-faces-tck-3.0.0.zip --2020-07-23 13:22:26-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-faces-tck-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: 28006805 (27M) [application/zip] Saving to: 'jakarta-faces-tck-3.0.0.zip' jakarta-f 0%[ ] 0 --.-KB/s jakarta-fa 13%[=> ] 3.62M 13.7MB/s jakarta-fac 59%[==========> ] 15.87M 34.1MB/s jakarta-faces-tck-3 100%[===================>] 26.71M 42.5MB/s in 0.6s 2020-07-23 13:22:27 (42.5 MB/s) - 'jakarta-faces-tck-3.0.0.zip' saved [28006805/28006805] + export NAME=jakarta-faces-tck-3.0.0.zip + NAME=jakarta-faces-tck-3.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-faces-tck-3.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-faces-tck-3.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-faces-tck-3.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-faces-tck-3.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-faces-tck-3.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 28006805 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-faces-tck-3.0.0.zip ++ awk '{print $1}' + echo '*** SHA256SUM: 1336b871c46d7f9fb3603b7d5dc895c66493d4fb7c63242098cdf2564ff0a820 ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-faces-tck-3.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-jsonb-tck-2.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-jsonb-tck-2.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-jsonb-tck-2.0.0.zip -O jakarta-jsonb-tck-2.0.0.zip --2020-07-23 13:22:27-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-jsonb-tck-2.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: 8345877 (8.0M) [application/zip] Saving to: 'jakarta-jsonb-tck-2.0.0.zip' jakarta-j 0%[ ] 0 --.-KB/s jakarta-jsonb-tck-2 100%[===================>] 7.96M 51.6MB/s in 0.2s 2020-07-23 13:22:28 (51.6 MB/s) - 'jakarta-jsonb-tck-2.0.0.zip' saved [8345877/8345877] + export NAME=jakarta-jsonb-tck-2.0.0.zip + NAME=jakarta-jsonb-tck-2.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-jsonb-tck-2.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-jsonb-tck-2.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-jsonb-tck-2.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-jsonb-tck-2.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh ++ genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-jsonb-tck-2.0.0.zip awk '{print $1}' + echo '*** Size(b): 8345877 ***' ++ ++ awk ssh '{print $1}'genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-jsonb-tck-2.0.0.zip + echo '*** SHA256SUM: 2ff4c38480ba10ca74e07cd4318da259e04632416a1615a18760a987590a834e ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-jsonb-tck-2.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-jsonp-tck-2.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-jsonp-tck-2.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-jsonp-tck-2.0.0.zip -O jakarta-jsonp-tck-2.0.0.zip --2020-07-23 13:22:28-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-jsonp-tck-2.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: 8152884 (7.8M) [application/zip] Saving to: 'jakarta-jsonp-tck-2.0.0.zip' jakarta-j 0%[ ] 0 --.-KB/s jakarta-js 50%[=========> ] 3.94M 14.1MB/s jakarta-jsonp-tck-2 100%[===================>] 7.77M 24.6MB/s in 0.3s 2020-07-23 13:22:28 (24.6 MB/s) - 'jakarta-jsonp-tck-2.0.0.zip' saved [8152884/8152884] + export NAME=jakarta-jsonp-tck-2.0.0.zip + NAME=jakarta-jsonp-tck-2.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-jsonp-tck-2.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-jsonp-tck-2.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-jsonp-tck-2.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-jsonp-tck-2.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-jsonp-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 8152884 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-jsonp-tck-2.0.0.zip++ awk '{print $1}' + echo '*** SHA256SUM: 772f7e21d8bbfcc723acf46789341ccf5714a6a812cb44df70c2e8caa71e1666 ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-jsonp-tck-2.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-messaging-tck-3.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-messaging-tck-3.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-messaging-tck-3.0.0.zip -O jakarta-messaging-tck-3.0.0.zip --2020-07-23 13:22:29-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-messaging-tck-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: 8859717 (8.4M) [application/zip] Saving to: 'jakarta-messaging-tck-3.0.0.zip' jakarta-m 0%[ ] 0 --.-KB/s jakarta-me 41%[=======> ] 3.49M 13.7MB/s jakarta-mes 97%[==================> ] 8.21M 16.2MB/s jakarta-messaging-t 100%[===================>] 8.45M 16.3MB/s in 0.5s 2020-07-23 13:22:29 (16.3 MB/s) - 'jakarta-messaging-tck-3.0.0.zip' saved [8859717/8859717] + export NAME=jakarta-messaging-tck-3.0.0.zip + NAME=jakarta-messaging-tck-3.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-messaging-tck-3.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-messaging-tck-3.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-messaging-tck-3.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-messaging-tck-3.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-messaging-tck-3.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 8859717 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-messaging-tck-3.0.0.zip ++ awk '{print $1}' + echo '*** SHA256SUM: 024f4e0badd261a22229fe338cf726c2830bcde3ff00409187a6d7ea09c38a8b ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-messaging-tck-3.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-pages-tck-3.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-pages-tck-3.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-pages-tck-3.0.0.zip -O jakarta-pages-tck-3.0.0.zip --2020-07-23 13:22:30-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-pages-tck-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: 11978525 (11M) [application/zip] Saving to: 'jakarta-pages-tck-3.0.0.zip' jakarta-p 0%[ ] 0 --.-KB/s jakarta-pages-tck-3 100%[===================>] 11.42M 59.5MB/s in 0.2s 2020-07-23 13:22:30 (59.5 MB/s) - 'jakarta-pages-tck-3.0.0.zip' saved [11978525/11978525] + export NAME=jakarta-pages-tck-3.0.0.zip + NAME=jakarta-pages-tck-3.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-pages-tck-3.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-pages-tck-3.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-pages-tck-3.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-pages-tck-3.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-pages-tck-3.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 11978525 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-pages-tck-3.0.0.zip ++ awk '{print $1}' + echo '*** SHA256SUM: e29f89bab39abbd47c14d4f14a6244b2d89c00d16ab0bb02f9deaf12304f145f ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-pages-tck-3.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-persistence-tck-3.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-persistence-tck-3.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-persistence-tck-3.0.0.zip -O jakarta-persistence-tck-3.0.0.zip --2020-07-23 13:22:31-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-persistence-tck-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: 12028044 (11M) [application/zip] Saving to: 'jakarta-persistence-tck-3.0.0.zip' jakarta-p 0%[ ] 0 --.-KB/s jakarta-pe 7%[> ] 855.32K 3.46MB/s jakarta-per 100%[===================>] 11.47M 20.3MB/s jakarta-persistence 100%[===================>] 11.47M 20.3MB/s in 0.6s 2020-07-23 13:22:31 (20.3 MB/s) - 'jakarta-persistence-tck-3.0.0.zip' saved [12028044/12028044] + export NAME=jakarta-persistence-tck-3.0.0.zip + NAME=jakarta-persistence-tck-3.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-persistence-tck-3.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-persistence-tck-3.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-persistence-tck-3.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-persistence-tck-3.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-persistence-tck-3.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 12028044 ***' ++ ++ awk ssh '{print $1}' genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-persistence-tck-3.0.0.zip + echo '*** SHA256SUM: a8300399afb811a4406e3816aef0e9e3e1cbaf97a5b8cf61defa2c5a7a2fa559 ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-persistence-tck-3.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-restful-ws-tck-3.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-restful-ws-tck-3.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-restful-ws-tck-3.0.0.zip -O jakarta-restful-ws-tck-3.0.0.zip --2020-07-23 13:22:32-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-restful-ws-tck-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: 29173502 (28M) [application/zip] Saving to: 'jakarta-restful-ws-tck-3.0.0.zip' jakarta-r 0%[ ] 0 --.-KB/s jakarta-re 4%[ ] 1.38M 5.51MB/s jakarta-res 50%[=========> ] 13.91M 30.8MB/s jakarta-restful-ws- 100%[===================>] 27.82M 44.1MB/s in 0.6s 2020-07-23 13:22:32 (44.1 MB/s) - 'jakarta-restful-ws-tck-3.0.0.zip' saved [29173502/29173502] + export NAME=jakarta-restful-ws-tck-3.0.0.zip + NAME=jakarta-restful-ws-tck-3.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-restful-ws-tck-3.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-restful-ws-tck-3.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-restful-ws-tck-3.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-restful-ws-tck-3.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-restful-ws-tck-3.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 29173502 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-restful-ws-tck-3.0.0.zip ++ awk '{print $1}' + echo '*** SHA256SUM: 87bdf83f1f3139b0eba92b8e25432dffedc7c2522bc0c92e899c95b5b5297ac0 ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-restful-ws-tck-3.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-security-tck-2.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-security-tck-2.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-security-tck-2.0.0.zip -O jakarta-security-tck-2.0.0.zip --2020-07-23 13:22:35-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-security-tck-2.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: 22092103 (21M) [application/zip] Saving to: 'jakarta-security-tck-2.0.0.zip' jakarta-s 0%[ ] 0 --.-KB/s jakarta-se 64%[===========> ] 13.67M 68.3MB/s jakarta-security-tc 100%[===================>] 21.07M 66.4MB/s in 0.3s 2020-07-23 13:22:36 (66.4 MB/s) - 'jakarta-security-tck-2.0.0.zip' saved [22092103/22092103] + export NAME=jakarta-security-tck-2.0.0.zip + NAME=jakarta-security-tck-2.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-security-tck-2.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-security-tck-2.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-security-tck-2.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-security-tck-2.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-security-tck-2.0.0.zip++ awk '{print $1}' + echo '*** Size(b): 22092103 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-security-tck-2.0.0.zip++ awk '{print $1}' + echo '*** SHA256SUM: d5bd03693cf2b41e47f6b6645dc243b81c21e72df3b2bae87da589e349b71554 ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-security-tck-2.0.0.zip + for i in "${FILESLIST[@]}" ++ ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' echo -e jakarta-servlet-tck-5.0.0.zip + BUNDLE_FILE=jakarta-servlet-tck-5.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-servlet-tck-5.0.0.zip -O jakarta-servlet-tck-5.0.0.zip --2020-07-23 13:22:36-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-servlet-tck-5.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: 15128081 (14M) [application/zip] Saving to: 'jakarta-servlet-tck-5.0.0.zip' jakarta-s 0%[ ] 0 --.-KB/s jakarta-se 87%[================> ] 12.60M 62.3MB/s jakarta-servlet-tck 100%[===================>] 14.43M 61.5MB/s in 0.2s 2020-07-23 13:22:37 (61.5 MB/s) - 'jakarta-servlet-tck-5.0.0.zip' saved [15128081/15128081] + export NAME=jakarta-servlet-tck-5.0.0.zip + NAME=jakarta-servlet-tck-5.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-servlet-tck-5.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-servlet-tck-5.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-servlet-tck-5.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-servlet-tck-5.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-servlet-tck-5.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 15128081 ***' ++ ssh ++ genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-servlet-tck-5.0.0.zip awk '{print $1}' + echo '*** SHA256SUM: 9c64b1d02d0967bde6167c3852c39065bbe4a0e56ed7748aa0685861888919fe ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-servlet-tck-5.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-soap-tck-2.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-soap-tck-2.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-soap-tck-2.0.0.zip -O jakarta-soap-tck-2.0.0.zip --2020-07-23 13:22:37-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-soap-tck-2.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: 12339400 (12M) [application/zip] Saving to: 'jakarta-soap-tck-2.0.0.zip' jakarta-s 0%[ ] 0 --.-KB/s jakarta-soap-tck-2. 100%[===================>] 11.77M 75.0MB/s in 0.2s 2020-07-23 13:22:37 (75.0 MB/s) - 'jakarta-soap-tck-2.0.0.zip' saved [12339400/12339400] + export NAME=jakarta-soap-tck-2.0.0.zip + NAME=jakarta-soap-tck-2.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-soap-tck-2.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-soap-tck-2.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-soap-tck-2.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-soap-tck-2.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-soap-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 12339400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-soap-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** SHA256SUM: bb77bf9532a19984775460d8e19877c711c8f60caf54bab83745a7b5dc76b325 ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-soap-tck-2.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-tags-tck-2.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-tags-tck-2.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-tags-tck-2.0.0.zip -O jakarta-tags-tck-2.0.0.zip --2020-07-23 13:22:38-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-tags-tck-2.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: 10072112 (9.6M) [application/zip] Saving to: 'jakarta-tags-tck-2.0.0.zip' jakarta-t 0%[ ] 0 --.-KB/s jakarta-tags-tck-2. 100%[===================>] 9.61M 63.0MB/s in 0.2s 2020-07-23 13:22:38 (63.0 MB/s) - 'jakarta-tags-tck-2.0.0.zip' saved [10072112/10072112] + export NAME=jakarta-tags-tck-2.0.0.zip + NAME=jakarta-tags-tck-2.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-tags-tck-2.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-tags-tck-2.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-tags-tck-2.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-tags-tck-2.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-tags-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 10072112 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum ++ /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-tags-tck-2.0.0.zip awk '{print $1}' + echo '*** SHA256SUM: 13304e0f2f8d344a2b1e47b9b6d7cf7598adcb7a102969a428d20fc70bdba9bc ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-tags-tck-2.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-transactions-tck-2.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-transactions-tck-2.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-transactions-tck-2.0.0.zip -O jakarta-transactions-tck-2.0.0.zip --2020-07-23 13:22:39-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-transactions-tck-2.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: 9354264 (8.9M) [application/zip] Saving to: 'jakarta-transactions-tck-2.0.0.zip' jakarta-t 0%[ ] 0 --.-KB/s jakarta-transaction 100%[===================>] 8.92M 58.6MB/s in 0.2s 2020-07-23 13:22:39 (58.6 MB/s) - 'jakarta-transactions-tck-2.0.0.zip' saved [9354264/9354264] + export NAME=jakarta-transactions-tck-2.0.0.zip + NAME=jakarta-transactions-tck-2.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-transactions-tck-2.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-transactions-tck-2.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-transactions-tck-2.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-transactions-tck-2.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-transactions-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 9354264 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-transactions-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** SHA256SUM: 2e58d0e723d7eb365d8f49d58868c7369e4b1ec5e37ffd3f549e0b758472c31b ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-transactions-tck-2.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-websocket-tck-2.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-websocket-tck-2.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-websocket-tck-2.0.0.zip -O jakarta-websocket-tck-2.0.0.zip --2020-07-23 13:22:39-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-websocket-tck-2.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: 12029028 (11M) [application/zip] Saving to: 'jakarta-websocket-tck-2.0.0.zip' jakarta-w 0%[ ] 0 --.-KB/s jakarta-websocket-t 100%[===================>] 11.47M 72.3MB/s in 0.2s 2020-07-23 13:22:39 (72.3 MB/s) - 'jakarta-websocket-tck-2.0.0.zip' saved [12029028/12029028] + export NAME=jakarta-websocket-tck-2.0.0.zip + NAME=jakarta-websocket-tck-2.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-websocket-tck-2.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-websocket-tck-2.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-websocket-tck-2.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-websocket-tck-2.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-websocket-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 12029028 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-websocket-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** SHA256SUM: 666b526b3fb79c1fb10c3a26c365c2034d980d7f7beaa72bc93d865f2d3d353b ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-websocket-tck-2.0.0.zip + for i in "${FILESLIST[@]}" ++ echo -e jakarta-xml-ws-tck-3.0.0.zip ++ sed -e 's/^[[:space:]]*//' -e 's/[[:space:]]*$//' + BUNDLE_FILE=jakarta-xml-ws-tck-3.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-xml-ws-tck-3.0.0.zip -O jakarta-xml-ws-tck-3.0.0.zip --2020-07-23 13:22:40-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-xml-ws-tck-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: 33128222 (32M) [application/zip] Saving to: 'jakarta-xml-ws-tck-3.0.0.zip' jakarta-x 0%[ ] 0 --.-KB/s jakarta-xm 9%[> ] 2.98M 11.9MB/s jakarta-xml 53%[=========> ] 16.77M 36.7MB/s jakarta-xml- 90%[=================> ] 28.65M 43.6MB/s jakarta-xml-ws-tck- 100%[===================>] 31.59M 45.4MB/s in 0.7s 2020-07-23 13:22:41 (45.4 MB/s) - 'jakarta-xml-ws-tck-3.0.0.zip' saved [33128222/33128222] + export NAME=jakarta-xml-ws-tck-3.0.0.zip + NAME=jakarta-xml-ws-tck-3.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-xml-ws-tck-3.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-xml-ws-tck-3.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-xml-ws-tck-3.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-xml-ws-tck-3.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-xml-ws-tck-3.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 33128222 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-xml-ws-tck-3.0.0.zip ++ awk '{print $1}' + echo '*** SHA256SUM: f81ed2ba6e94e74e19c626603a6dd0d12203f78dc233834e08bd2797743c3553 ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-xml-ws-tck-3.0.0.zip + wget --progress=bar:force --no-cache download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-debugging-tck-2.0.0.zip -O jakarta-debugging-tck-2.0.0.zip --2020-07-23 13:22:41-- http://download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-debugging-tck-2.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: 102352 (100K) [application/zip] Saving to: 'jakarta-debugging-tck-2.0.0.zip' jakarta-d 0%[ ] 0 --.-KB/s jakarta-debugging-t 100%[===================>] 99.95K --.-KB/s in 0.001s 2020-07-23 13:22:41 (65.7 MB/s) - 'jakarta-debugging-tck-2.0.0.zip' saved [102352/102352] + for tckfile in $DSOLTCK_BUNDLE_NAME + export NAME=jakarta-debugging-tck-2.0.0.zip + NAME=jakarta-debugging-tck-2.0.0.zip + echo '***********************************************************************************' + echo '*** TCK bundle information ***' + echo '*** Name: jakarta-debugging-tck-2.0.0.zip ***' + echo '*** Download URL: download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-debugging-tck-2.0.0.zip ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org stat -c '"%y"' jakarta-debugging-tck-2.0.0.zip /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900 stat: cannot stat `jakarta-debugging-tck-2.0.0.zip': No such file or directory + echo '*** Date: 2020-07-20' 07:53:45.587182030 '-0400 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org wc -c /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-debugging-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** Size(b): 102352 ***' ++ ssh genie.jakartaee-tck@projects-storage.eclipse.org sha256sum /home/data/httpd/download.eclipse.org/ee4j/jakartaee-tck/jakartaee9-eftl/staged-900/jakarta-debugging-tck-2.0.0.zip ++ awk '{print $1}' + echo '*** SHA256SUM: 8e66393dcf00c399ef85874a27b1b0560d7a20e66c46494b6419f5eca751d15d ***' + echo '*** ***' + echo '***********************************************************************************' + rm -rf jakarta-debugging-tck-2.0.0.zip $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 67 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/eftl-standalonetck-certification to master reports directory: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars [JUnitReportPublisher] Found 20 xml files. [JUnit test report builder] 0. Found a xml file: results/junitreports/annotations-tck-junit-report.xml [JUnit test report builder] 1. Found a xml file: results/junitreports/authentication-tck-junit-report.xml [JUnit test report builder] 2. Found a xml file: results/junitreports/authorization-tck-junit-report.xml [JUnit test report builder] 3. Found a xml file: results/junitreports/concurrency-tck-junit-report.xml [JUnit test report builder] 4. Found a xml file: results/junitreports/connectors-tck-junit-report.xml [JUnit test report builder] 5. Found a xml file: results/junitreports/expression-language-tck-junit-report.xml [JUnit test report builder] 6. Found a xml file: results/junitreports/faces-tck-junit-report.xml [JUnit test report builder] 7. Found a xml file: results/junitreports/jsonb-tck-junit-report.xml [JUnit test report builder] 8. Found a xml file: results/junitreports/jsonp-tck-junit-report.xml [JUnit test report builder] 9. Found a xml file: results/junitreports/messaging-tck-junit-report.xml [JUnit test report builder] 10. Found a xml file: results/junitreports/pages-tck-junit-report.xml [JUnit test report builder] 11. Found a xml file: results/junitreports/persistence-tck-junit-report.xml [JUnit test report builder] 12. Found a xml file: results/junitreports/restful-ws-tck-junit-report.xml [JUnit test report builder] 13. Found a xml file: results/junitreports/security-tck-junit-report.xml [JUnit test report builder] 14. Found a xml file: results/junitreports/servlet-tck-junit-report.xml [JUnit test report builder] 15. Found a xml file: results/junitreports/soap-tck-junit-report.xml [JUnit test report builder] 16. Found a xml file: results/junitreports/tags-tck-junit-report.xml [JUnit test report builder] 17. Found a xml file: results/junitreports/transactions-tck-junit-report.xml [JUnit test report builder] 18. Found a xml file: results/junitreports/websocket-tck-junit-report.xml [JUnit test report builder] 19. Found a xml file: results/junitreports/xml-ws-tck-junit-report.xml [JUnit test report builder] Generating HTML reports processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/annotations-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/authentication-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/authorization-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/concurrency-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/connectors-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/expression-language-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/faces-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/jsonb-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/jsonp-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/messaging-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/pages-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/persistence-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/restful-ws-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/security-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/servlet-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/soap-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/tags-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/transactions-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/websocket-tck-junit-report.xml processing: /var/jenkins/jobs/eftl-standalonetck-certification/builds/63/junit-reports-with-handlebars/xmlData/results/junitreports/xml-ws-tck-junit-report.xml [JUnit test report builder] Copying report to workspace directory: file:/home/jenkins/agent/workspace/eftl-standalonetck-certification/junit-reports-with-handlebars Archiving artifacts Finished: UNSTABLE