Skip to content
Success

Console Output

Started by user Kenji Kazumura
Running as Kenji Kazumura
Agent centos-7-59wbm 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-59wbm"
  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-59wbm"
    - 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-59wbm"
    - 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-59wbm (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-eICY7pNHcE6q/agent.46
SSH_AGENT_PID=48
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/promote-release@tmp/private_key_3302419041027917311.key (/home/jenkins/agent/workspace/promote-release@tmp/private_key_3302419041027917311.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/jenkins10319952518669208922.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 **** ']'
++ echo ****
++ egrep -v '^[\t ]*$'
+ 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 cdi ']'
++ echo cdi
++ egrep -v '^[\t ]*$'
+ local expected=cdi
+ '[' -n '[a-z][a-z-]*[a-z]' ']'
++ echo cdi
++ egrep '^[a-z][a-z-]*[a-z]$'
+ local actual=cdi
+ [[ cdi == \c\d\i ]]
+ 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/cdi/4.0/cdi-tck-4.0.13-dist.zip ']'
++ echo https://download.eclipse.org/ee4j/cdi/4.0/cdi-tck-4.0.13-dist.zip
++ egrep -v '^[\t ]*$'
+ local expected=https://download.eclipse.org/ee4j/cdi/4.0/cdi-tck-4.0.13-dist.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/cdi/4.0/cdi-tck-4.0.13-dist.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/cdi/4.0/cdi-tck-4.0.13-dist.zip
+ [[ https://download.eclipse.org/ee4j/cdi/4.0/cdi-tck-4.0.13-dist.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\/\c\d\i\/\4\.\0\/\c\d\i\-\t\c\k\-\4\.\0\.\1\3\-\d\i\s\t\.\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  15917      0 --:--:-- --:--:-- --:--:-- 15960
+ 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-143
+ mkdir /tmp/download-143
+ cd /tmp/download-143
+ for url in '$FILE_URLS'
++ basename https://download.eclipse.org/ee4j/cdi/4.0/cdi-tck-4.0.13-dist.zip
+ file=cdi-tck-4.0.13-dist.zip
+ require file '[a-zA-Z0-9].*'
+ local name=file
+ local 'regex=[a-zA-Z0-9].*'
+ '[' -n cdi-tck-4.0.13-dist.zip ']'
++ echo cdi-tck-4.0.13-dist.zip
++ egrep -v '^[\t ]*$'
+ local expected=cdi-tck-4.0.13-dist.zip
+ '[' -n '[a-zA-Z0-9].*' ']'
++ echo cdi-tck-4.0.13-dist.zip
++ egrep '^[a-zA-Z0-9].*$'
+ local actual=cdi-tck-4.0.13-dist.zip
+ [[ cdi-tck-4.0.13-dist.zip == \c\d\i\-\t\c\k\-\4\.\0\.\1\3\-\d\i\s\t\.\z\i\p ]]
+ curl -L https://download.eclipse.org/ee4j/cdi/4.0/cdi-tck-4.0.13-dist.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
100 9419k  100 9419k    0     0  52.1M      0 --:--:-- --:--:-- --:--:-- 52.2M
+ [[ cdi-tck-4.0.13-dist.zip == eclipse-* ]]
+ FILES=($(ls))
++ ls
+ for file in '*'
+ export GNUPGHOME=/tmp/committee
+ GNUPGHOME=/tmp/committee
+ echo ****
+ gpg --sign --armor --batch --passphrase-fd 0 --output cdi-tck-4.0.13-dist.zip.sig --detach-sig cdi-tck-4.0.13-dist.zip
+ export GNUPGHOME=/tmp/consumer
+ GNUPGHOME=/tmp/consumer
+ gpg --verify cdi-tck-4.0.13-dist.zip.sig cdi-tck-4.0.13-dist.zip
gpg: Signature made Thu 11 Jan 2024 12:16:50 AM 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 cdi-tck-4.0.13-dist.zip
+ tr ' ' '\t'
+ cut -f 1
+ ZONE=/home/data/httpd/download.eclipse.org/jakartaee/
+ DROP=/home/data/httpd/download.eclipse.org/jakartaee/cdi/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 Jan  8 12:30 .
drwxrwxr-x 377 root                           root                     12288 Jan  9 17:48 ..
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/cdi/4.0 ] || mkdir -p /home/data/httpd/download.eclipse.org/jakartaee/cdi/4.0'
+ for file in '*'
+ ssh genie.jakartaee-spec-committee@projects-storage.eclipse.org '[ ! -e /home/data/httpd/download.eclipse.org/jakartaee/cdi/4.0/cdi-tck-4.0.13-dist.zip ]'
+ for file in '*'
+ ssh genie.jakartaee-spec-committee@projects-storage.eclipse.org '[ ! -e /home/data/httpd/download.eclipse.org/jakartaee/cdi/4.0/cdi-tck-4.0.13-dist.zip.sha256 ]'
+ for file in '*'
+ ssh genie.jakartaee-spec-committee@projects-storage.eclipse.org '[ ! -e /home/data/httpd/download.eclipse.org/jakartaee/cdi/4.0/cdi-tck-4.0.13-dist.zip.sig ]'
+ rsync -v -e ssh cdi-tck-4.0.13-dist.zip cdi-tck-4.0.13-dist.zip.sha256 cdi-tck-4.0.13-dist.zip.sig genie.jakartaee-spec-committee@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/jakartaee/cdi/4.0/
cdi-tck-4.0.13-dist.zip
cdi-tck-4.0.13-dist.zip.sha256
cdi-tck-4.0.13-dist.zip.sig

sent 9,649,470 bytes  received 73 bytes  6,433,028.67 bytes/sec
total size is 9,646,899  speedup is 1.00
+ VERIFY=/tmp/verify-143
+ mkdir /tmp/verify-143
+ for file in '*'
+ curl https://download.eclipse.org/jakartaee/cdi/4.0/cdi-tck-4.0.13-dist.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
100 9419k  100 9419k    0     0  52.0M      0 --:--:-- --:--:-- --:--:-- 52.2M
+ for file in '*'
+ curl https://download.eclipse.org/jakartaee/cdi/4.0/cdi-tck-4.0.13-dist.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   1060      0 --:--:-- --:--:-- --:--:--  1065
+ for file in '*'
+ curl https://download.eclipse.org/jakartaee/cdi/4.0/cdi-tck-4.0.13-dist.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  10320      0 --:--:-- --:--:-- --:--:-- 10450
+ for sig in '$VERIFY/*.sig'
+ file=/tmp/verify-143/cdi-tck-4.0.13-dist.zip
+ export GNUPGHOME=/tmp/consumer
+ GNUPGHOME=/tmp/consumer
+ gpg --verify /tmp/verify-143/cdi-tck-4.0.13-dist.zip.sig /tmp/verify-143/cdi-tck-4.0.13-dist.zip
gpg: Signature made Thu 11 Jan 2024 12:16:50 AM 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 cdi-tck-4.0.13-dist.zip
+ cat
++ date
+ for file in '"$@"'
+ cat
++ cat cdi-tck-4.0.13-dist.zip.sha256
++ cat cdi-tck-4.0.13-dist.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 48 killed;
[ssh-agent] Stopped.
Archiving artifacts
Finished: SUCCESS