Skip to content
Success

Console Output

Started by user Ivar Grimstad
Running as Ivar Grimstad
Agent centos-7-g0tp4 is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-g0tp4"
  namespace: "jakartaee-spec-committee"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jakartaee-spec-committee.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-g0tp4"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-g0tp4"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jakartaee-spec-committee.svc.cluster.local/jakartaee-spec-committee/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-3160.vd76b_9ddd10cc"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
      subPath: ""
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jakartaee-spec-committee"
      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"

Building remotely on centos-7-g0tp4 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/promote-release
[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-sHE0GPFcto1w/agent.45
SSH_AGENT_PID=47
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/promote-release@tmp/private_key_15486197581782012019.key (/home/jenkins/agent/workspace/promote-release@tmp/private_key_15486197581782012019.key)
[ssh-agent] Using credentials genie.jakartaee-spec-committee (ssh://genie.jakartaee-spec-committee@projects-storage.eclipse.org)
Selected Git installation does not exist. Using Default
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/jakartaee/specification-tools.git
 > git init /home/jenkins/agent/workspace/promote-release # timeout=10
Fetching upstream changes from https://github.com/jakartaee/specification-tools.git
 > git --version # timeout=10
 > git --version # 'git version 2.36.6'
 > git fetch --tags --force --progress -- https://github.com/jakartaee/specification-tools.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://github.com/jakartaee/specification-tools.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse refs/remotes/origin/master^{commit} # timeout=10
Checking out Revision ceb294ecfd5c48f035b6a3c85499aba5cd738152 (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ceb294ecfd5c48f035b6a3c85499aba5cd738152 # timeout=10
Commit message: "Merge pull request #4 from jakartaee/starksm64-patch-1"
 > git rev-list --no-walk ceb294ecfd5c48f035b6a3c85499aba5cd738152 # timeout=10
[promote-release] $ /bin/sh -xe /tmp/jenkins6390246942283400146.sh
+ bash --version
GNU bash, version 4.2.46(2)-release (x86_64-redhat-linux-gnu)
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>

This is free software; you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
+ /home/jenkins/agent/workspace/promote-release/promotion/promote-release.sh
++ dirname /home/jenkins/agent/workspace/promote-release/promotion/promote-release.sh
+ source /home/jenkins/agent/workspace/promote-release/promotion/utils.sh
++ dirname /home/jenkins/agent/workspace/promote-release/promotion/promote-release.sh
+ source /home/jenkins/agent/workspace/promote-release/promotion/report.sh
++ dirname /home/jenkins/agent/workspace/promote-release/promotion/promote-release.sh
+ source /home/jenkins/agent/workspace/promote-release/promotion/keys.sh
+++ dirname /home/jenkins/agent/workspace/promote-release/promotion/promote-release.sh
++ source /home/jenkins/agent/workspace/promote-release/promotion/utils.sh
+ require KEYRING
+ local name=KEYRING
+ local regex=
+ '[' -n **** ']'
++ egrep -v '^[\t ]*$'
++ echo ****
+ local expected=****
+ '[' -n '' ']'
+ require PASSPHRASE
+ local name=PASSPHRASE
+ local regex=
+ '[' -n **** ']'
++ echo ****
++ egrep -v '^[\t ]*$'
+ local 'expected=****'
+ '[' -n '' ']'
+ require SPEC_NAME '[a-z][a-z-]*[a-z]'
+ local name=SPEC_NAME
+ local 'regex=[a-z][a-z-]*[a-z]'
+ '[' -n xml-web-services ']'
++ echo xml-web-services
++ egrep -v '^[\t ]*$'
+ local expected=xml-web-services
+ '[' -n '[a-z][a-z-]*[a-z]' ']'
++ echo xml-web-services
++ egrep '^[a-z][a-z-]*[a-z]$'
+ local actual=xml-web-services
+ [[ xml-web-services == \x\m\l\-\w\e\b\-\s\e\r\v\i\c\e\s ]]
+ require SPEC_VERSION '[1-9][0-9]*(.[0-9]+)?'
+ local name=SPEC_VERSION
+ local 'regex=[1-9][0-9]*(.[0-9]+)?'
+ '[' -n 4.0 ']'
++ echo 4.0
++ egrep -v '^[\t ]*$'
+ local expected=4.0
+ '[' -n '[1-9][0-9]*(.[0-9]+)?' ']'
++ echo 4.0
++ egrep '^[1-9][0-9]*(.[0-9]+)?$'
+ local actual=4.0
+ [[ 4.0 == \4\.\0 ]]
+ require FILE_URLS 'https?://download.eclipse.org/[a-zA-Z0-9_./-]+\.(zip|tar.gz|pdf|jar|war|ear|txt|html)'
+ local name=FILE_URLS
+ local 'regex=https?://download.eclipse.org/[a-zA-Z0-9_./-]+\.(zip|tar.gz|pdf|jar|war|ear|txt|html)'
+ '[' -n https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-xml-ws-tck-4.0.1.zip ']'
++ echo https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-xml-ws-tck-4.0.1.zip
++ egrep -v '^[\t ]*$'
+ local expected=https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-xml-ws-tck-4.0.1.zip
+ '[' -n 'https?://download.eclipse.org/[a-zA-Z0-9_./-]+\.(zip|tar.gz|pdf|jar|war|ear|txt|html)' ']'
++ echo https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-xml-ws-tck-4.0.1.zip
++ egrep '^https?://download.eclipse.org/[a-zA-Z0-9_./-]+\.(zip|tar.gz|pdf|jar|war|ear|txt|html)$'
+ local actual=https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-xml-ws-tck-4.0.1.zip
+ [[ https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-xml-ws-tck-4.0.1.zip == \h\t\t\p\s\:\/\/\d\o\w\n\l\o\a\d\.\e\c\l\i\p\s\e\.\o\r\g\/\e\e\4\j\/\j\a\k\a\r\t\a\e\e\-\t\c\k\/\j\a\k\a\r\t\a\e\e\1\0\/\s\t\a\g\e\d\/\e\f\t\l\/\j\a\k\a\r\t\a\-\x\m\l\-\w\s\-\t\c\k\-\4\.\0\.\1\.\z\i\p ]]
+ COMMITTEE_KEYRING=/tmp/committee
+ CONSUMER_KEYRING=/tmp/consumer
+ UPDATED_KEYRING=/tmp/updated
+ export GNUPGHOME=/tmp/committee
+ GNUPGHOME=/tmp/committee
+ gpg-import ****
+ local keyfile=****
+ require GNUPGHOME '/[a-zA-Z0-9/_-]+'
+ local name=GNUPGHOME
+ local 'regex=/[a-zA-Z0-9/_-]+'
+ '[' -n /tmp/committee ']'
++ echo /tmp/committee
++ egrep -v '^[\t ]*$'
+ local expected=/tmp/committee
+ '[' -n '/[a-zA-Z0-9/_-]+' ']'
++ echo /tmp/committee
++ egrep '^/[a-zA-Z0-9/_-]+$'
+ local actual=/tmp/committee
+ [[ /tmp/committee == \/\t\m\p\/\c\o\m\m\i\t\t\e\e ]]
+ '[' '!' -e /tmp/committee ']'
+ mkdir /tmp/committee
+ chmod 700 /tmp/committee
+ gpg --batch --import ****
gpg: keyring `/tmp/committee/secring.gpg' created
gpg: keyring `/tmp/committee/pubring.gpg' created
gpg: key AAAAC46C: secret key imported
gpg: /tmp/committee/trustdb.gpg: trustdb created
gpg: key AAAAC46C: public key "Jakarta EE Specification Committee <jakarta.ee-spec@eclipse.org>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
gpg:       secret keys read: 1
gpg:   secret keys imported: 1
++ gpg --list-keys --with-colons
++ tr : '\t'
++ grep '^fpr'
++ cut -f 10
+ gpg --armor --export jakarta.ee-spec@eclipse.org
+ export GNUPGHOME=/tmp/consumer
+ GNUPGHOME=/tmp/consumer
+ curl https://jakarta.ee/specifications/jakartaee-spec-committee.pub
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100  3990  100  3990    0     0  13841      0 --:--:-- --:--:-- --:--:-- 13854
+ gpg-import /tmp/jakartaee-spec.published.pub
+ local keyfile=/tmp/jakartaee-spec.published.pub
+ require GNUPGHOME '/[a-zA-Z0-9/_-]+'
+ local name=GNUPGHOME
+ local 'regex=/[a-zA-Z0-9/_-]+'
+ '[' -n /tmp/consumer ']'
++ echo /tmp/consumer
++ egrep -v '^[\t ]*$'
+ local expected=/tmp/consumer
+ '[' -n '/[a-zA-Z0-9/_-]+' ']'
++ echo /tmp/consumer
++ egrep '^/[a-zA-Z0-9/_-]+$'
+ local actual=/tmp/consumer
+ [[ /tmp/consumer == \/\t\m\p\/\c\o\n\s\u\m\e\r ]]
+ '[' '!' -e /tmp/consumer ']'
+ mkdir /tmp/consumer
+ chmod 700 /tmp/consumer
+ gpg --batch --import /tmp/jakartaee-spec.published.pub
gpg: keyring `/tmp/consumer/secring.gpg' created
gpg: keyring `/tmp/consumer/pubring.gpg' created
gpg: /tmp/consumer/trustdb.gpg: trustdb created
gpg: key AAAAC46C: public key "Jakarta EE Specification Committee <jakarta.ee-spec@eclipse.org>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
++ gpg --list-keys --with-colons
++ tr : '\t'
++ grep '^fpr'
++ cut -f 10
+ export GNUPGHOME=/tmp/updated
+ GNUPGHOME=/tmp/updated
+ gpg-import /tmp/jakartaee-spec.published.pub
+ local keyfile=/tmp/jakartaee-spec.published.pub
+ require GNUPGHOME '/[a-zA-Z0-9/_-]+'
+ local name=GNUPGHOME
+ local 'regex=/[a-zA-Z0-9/_-]+'
+ '[' -n /tmp/updated ']'
++ echo /tmp/updated
++ egrep -v '^[\t ]*$'
+ local expected=/tmp/updated
+ '[' -n '/[a-zA-Z0-9/_-]+' ']'
++ echo /tmp/updated
++ egrep '^/[a-zA-Z0-9/_-]+$'
+ local actual=/tmp/updated
+ [[ /tmp/updated == \/\t\m\p\/\u\p\d\a\t\e\d ]]
+ '[' '!' -e /tmp/updated ']'
+ mkdir /tmp/updated
+ chmod 700 /tmp/updated
+ gpg --batch --import /tmp/jakartaee-spec.published.pub
gpg: keyring `/tmp/updated/secring.gpg' created
gpg: keyring `/tmp/updated/pubring.gpg' created
gpg: /tmp/updated/trustdb.gpg: trustdb created
gpg: key AAAAC46C: public key "Jakarta EE Specification Committee <jakarta.ee-spec@eclipse.org>" imported
gpg: Total number processed: 1
gpg:               imported: 1  (RSA: 1)
++ gpg --list-keys --with-colons
++ tr : '\t'
++ grep '^fpr'
++ cut -f 10
+ gpg-import /tmp/jakartaee-spec.current.pub
+ local keyfile=/tmp/jakartaee-spec.current.pub
+ require GNUPGHOME '/[a-zA-Z0-9/_-]+'
+ local name=GNUPGHOME
+ local 'regex=/[a-zA-Z0-9/_-]+'
+ '[' -n /tmp/updated ']'
++ echo /tmp/updated
++ egrep -v '^[\t ]*$'
+ local expected=/tmp/updated
+ '[' -n '/[a-zA-Z0-9/_-]+' ']'
++ echo /tmp/updated
++ egrep '^/[a-zA-Z0-9/_-]+$'
+ local actual=/tmp/updated
+ [[ /tmp/updated == \/\t\m\p\/\u\p\d\a\t\e\d ]]
+ '[' '!' -e /tmp/updated ']'
+ gpg --batch --import /tmp/jakartaee-spec.current.pub
gpg: key AAAAC46C: "Jakarta EE Specification Committee <jakarta.ee-spec@eclipse.org>" not changed
gpg: Total number processed: 1
gpg:              unchanged: 1
++ gpg --list-keys --with-colons
++ tr : '\t'
++ grep '^fpr'
++ cut -f 10
+ gpg --armor --export jakarta.ee-spec@eclipse.org
+ TMP=/tmp/download-139
+ mkdir /tmp/download-139
+ cd /tmp/download-139
+ for url in '$FILE_URLS'
++ basename https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-xml-ws-tck-4.0.1.zip
+ file=jakarta-xml-ws-tck-4.0.1.zip
+ require file '[a-zA-Z0-9].*'
+ local name=file
+ local 'regex=[a-zA-Z0-9].*'
+ '[' -n jakarta-xml-ws-tck-4.0.1.zip ']'
++ echo jakarta-xml-ws-tck-4.0.1.zip
++ egrep -v '^[\t ]*$'
+ local expected=jakarta-xml-ws-tck-4.0.1.zip
+ '[' -n '[a-zA-Z0-9].*' ']'
++ echo jakarta-xml-ws-tck-4.0.1.zip
++ egrep '^[a-zA-Z0-9].*$'
+ local actual=jakarta-xml-ws-tck-4.0.1.zip
+ [[ jakarta-xml-ws-tck-4.0.1.zip == \j\a\k\a\r\t\a\-\x\m\l\-\w\s\-\t\c\k\-\4\.\0\.\1\.\z\i\p ]]
+ curl -L https://download.eclipse.org/ee4j/jakartaee-tck/jakartaee10/staged/eftl/jakarta-xml-ws-tck-4.0.1.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 12 39.2M   12 5087k    0     0  34.8M      0  0:00:01 --:--:--  0:00:01 34.7M
100 39.2M  100 39.2M    0     0  59.1M      0 --:--:-- --:--:-- --:--:-- 59.1M
+ [[ jakarta-xml-ws-tck-4.0.1.zip == eclipse-* ]]
+ FILES=($(ls))
++ ls
+ for file in '*'
+ export GNUPGHOME=/tmp/committee
+ GNUPGHOME=/tmp/committee
+ echo ****
+ gpg --sign --armor --batch --passphrase-fd 0 --output jakarta-xml-ws-tck-4.0.1.zip.sig --detach-sig jakarta-xml-ws-tck-4.0.1.zip
+ export GNUPGHOME=/tmp/consumer
+ GNUPGHOME=/tmp/consumer
+ gpg --verify jakarta-xml-ws-tck-4.0.1.zip.sig jakarta-xml-ws-tck-4.0.1.zip
gpg: Signature made Tue 19 Mar 2024 06:21:31 PM UTC using RSA key ID E77C2B44
gpg: Good signature from "Jakarta EE Specification Committee <jakarta.ee-spec@eclipse.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 0EBE 2237 AC81 9494 1AD6  54C3 E1C2 0D29 AAAA C46C
     Subkey fingerprint: 7910 37BA 8759 5174 FFF1  757D ABE0 5725 E77C 2B44
+ shasum -a 256 jakarta-xml-ws-tck-4.0.1.zip
+ tr ' ' '\t'
+ cut -f 1
+ ZONE=/home/data/httpd/download.eclipse.org/jakartaee/
+ DROP=/home/data/httpd/download.eclipse.org/jakartaee/xml-web-services/4.0
+ HOST=genie.jakartaee-spec-committee@projects-storage.eclipse.org
+ ssh genie.jakartaee-spec-committee@projects-storage.eclipse.org 'uname -a'
Linux projects-storage 5.15.0-91-generic #101-Ubuntu SMP Tue Nov 14 13:30:08 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux
+ ssh genie.jakartaee-spec-committee@projects-storage.eclipse.org 'ls -la /home/data/httpd/download.eclipse.org/jakartaee/'
total 156
drwxrwxr-x  37 genie.jakartaee-spec-committee jakartaee.spec-committee  4096 Mar  8 18:15 .
drwxrwxr-x 381 root                           root                     12288 Feb  6 17:42 ..
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Jan 26  2022 activation
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Feb  9  2022 annotations
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Jun 27  2022 authentication
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 May 18  2022 authorization
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Mar 18  2022 batch
drwxrwxr-x   4 genie.jakartaee-spec-committee www-auth                  4096 Aug 26  2020 bean-validation
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Apr 19  2022 cdi
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 May 11  2022 concurrency
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 May  9  2022 connectors
drwxr-xr-x   3 genie.jakartaee-spec-committee www-auth                  4096 Sep  7  2022 coreprofile
drwxrwxr-x   4 genie.jakartaee-spec-committee www-auth                  4096 Oct 24  2020 debugging
drwxrwxr-x   4 genie.jakartaee-spec-committee www-auth                  4096 Aug 31  2020 dependency-injection
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 May  9  2022 expression-language
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Jul 13  2022 faces
drwxrwxr-x   3 genie.jakartaee-spec-committee www-auth                  4096 Nov 19  2020 interceptors
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Mar 18  2022 jsonb
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Mar 26  2022 jsonp
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Feb 11  2022 mail
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 May 12  2022 messaging
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Oct  5  2022 mvc
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 May 17  2022 pages
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Apr  6  2022 persistence
drwxrwxr-x   7 genie.jakartaee-spec-committee www-auth                  4096 Mar 16  2023 platform
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Apr  6  2022 restful-ws
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Jun 14  2022 security
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Jun 23  2022 servlet
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Mar 16  2022 soap-attachments
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 May 17  2022 tags
drwxrwxr-x   4 genie.jakartaee-spec-committee www-auth                  4096 Nov  5  2020 transactions
drwxrwxr-x   3 genie.jakartaee-spec-committee www-auth                  4096 Feb 20  2020 web-services-metadata
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 May  4  2022 websocket
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Apr  7  2022 xml-binding
drwxrwxr-x   3 genie.jakartaee-spec-committee www-auth                  4096 Sep  4  2019 xml-registries
drwxrwxr-x   3 genie.jakartaee-spec-committee www-auth                  4096 Sep  3  2019 xml-rpc
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Apr  7  2022 xml-web-services
+ ssh genie.jakartaee-spec-committee@projects-storage.eclipse.org 'touch /home/data/httpd/download.eclipse.org/jakartaee/status && rm /home/data/httpd/download.eclipse.org/jakartaee/status'
+ ssh genie.jakartaee-spec-committee@projects-storage.eclipse.org '[ -e /home/data/httpd/download.eclipse.org/jakartaee/xml-web-services/4.0 ] || mkdir -p /home/data/httpd/download.eclipse.org/jakartaee/xml-web-services/4.0'
+ for file in '*'
+ ssh genie.jakartaee-spec-committee@projects-storage.eclipse.org '[ ! -e /home/data/httpd/download.eclipse.org/jakartaee/xml-web-services/4.0/jakarta-xml-ws-tck-4.0.1.zip ]'
+ for file in '*'
+ ssh genie.jakartaee-spec-committee@projects-storage.eclipse.org '[ ! -e /home/data/httpd/download.eclipse.org/jakartaee/xml-web-services/4.0/jakarta-xml-ws-tck-4.0.1.zip.sha256 ]'
+ for file in '*'
+ ssh genie.jakartaee-spec-committee@projects-storage.eclipse.org '[ ! -e /home/data/httpd/download.eclipse.org/jakartaee/xml-web-services/4.0/jakarta-xml-ws-tck-4.0.1.zip.sig ]'
+ rsync -v -e ssh jakarta-xml-ws-tck-4.0.1.zip jakarta-xml-ws-tck-4.0.1.zip.sha256 jakarta-xml-ws-tck-4.0.1.zip.sig genie.jakartaee-spec-committee@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/jakartaee/xml-web-services/4.0/
jakarta-xml-ws-tck-4.0.1.zip
jakarta-xml-ws-tck-4.0.1.zip.sha256
jakarta-xml-ws-tck-4.0.1.zip.sig

sent 41,116,958 bytes  received 73 bytes  16,446,812.40 bytes/sec
total size is 41,106,705  speedup is 1.00
+ VERIFY=/tmp/verify-139
+ mkdir /tmp/verify-139
+ for file in '*'
+ curl https://download.eclipse.org/jakartaee/xml-web-services/4.0/jakarta-xml-ws-tck-4.0.1.zip
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
 73 39.2M   73 28.8M    0     0  54.9M      0 --:--:-- --:--:-- --:--:-- 54.8M
100 39.2M  100 39.2M    0     0  59.6M      0 --:--:-- --:--:-- --:--:-- 59.5M
+ for file in '*'
+ curl https://download.eclipse.org/jakartaee/xml-web-services/4.0/jakarta-xml-ws-tck-4.0.1.zip.sha256
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100    65  100    65    0     0   1366      0 --:--:-- --:--:-- --:--:--  1382
+ for file in '*'
+ curl https://download.eclipse.org/jakartaee/xml-web-services/4.0/jakarta-xml-ws-tck-4.0.1.zip.sig
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed

  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
100   836  100   836    0     0  12800      0 --:--:-- --:--:-- --:--:-- 12861
+ for sig in '$VERIFY/*.sig'
+ file=/tmp/verify-139/jakarta-xml-ws-tck-4.0.1.zip
+ export GNUPGHOME=/tmp/consumer
+ GNUPGHOME=/tmp/consumer
+ gpg --verify /tmp/verify-139/jakarta-xml-ws-tck-4.0.1.zip.sig /tmp/verify-139/jakarta-xml-ws-tck-4.0.1.zip
gpg: Signature made Tue 19 Mar 2024 06:21:31 PM UTC using RSA key ID E77C2B44
gpg: Good signature from "Jakarta EE Specification Committee <jakarta.ee-spec@eclipse.org>"
gpg: WARNING: This key is not certified with a trusted signature!
gpg:          There is no indication that the signature belongs to the owner.
Primary key fingerprint: 0EBE 2237 AC81 9494 1AD6  54C3 E1C2 0D29 AAAA C46C
     Subkey fingerprint: 7910 37BA 8759 5174 FFF1  757D ABE0 5725 E77C 2B44
+ export GNUPGHOME=/tmp/committee
+ GNUPGHOME=/tmp/committee
+ report jakarta-xml-ws-tck-4.0.1.zip
+ cat
++ date
+ for file in '"$@"'
+ cat
++ cat jakarta-xml-ws-tck-4.0.1.zip.sha256
++ cat jakarta-xml-ws-tck-4.0.1.zip.sig
+ cat
++ gpg --armor --export jakarta.ee-spec@eclipse.org
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 47 killed;
[ssh-agent] Stopped.
Archiving artifacts
Finished: SUCCESS