Skip to content
Success

Console Output

Started by user Ivar Grimstad
Running as Ivar Grimstad
Agent centos-7-9k0bm 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-9k0bm"
  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-9k0bm"
    - 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-9k0bm"
    - 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-9k0bm (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/remove-file
[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-njClUGWhmDzr/agent.42
SSH_AGENT_PID=44
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/remove-file@tmp/private_key_401966388004666167.key (/home/jenkins/agent/workspace/remove-file@tmp/private_key_401966388004666167.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/remove-file # 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
[remove-file] $ /bin/sh -xe /tmp/jenkins17460768041235844387.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/remove-file/promotion/remove-file.sh
++ dirname /home/jenkins/agent/workspace/remove-file/promotion/remove-file.sh
+ source /home/jenkins/agent/workspace/remove-file/promotion/utils.sh
+ require SPEC_NAME '[a-z][a-z-]*[a-z]'
+ local name=SPEC_NAME
+ local 'regex=[a-z][a-z-]*[a-z]'
+ '[' -n restful-ws ']'
++ echo restful-ws
++ egrep -v '^[\t ]*$'
+ local expected=restful-ws
+ '[' -n '[a-z][a-z-]*[a-z]' ']'
++ echo restful-ws
++ egrep '^[a-z][a-z-]*[a-z]$'
+ local actual=restful-ws
+ [[ restful-ws == \r\e\s\t\f\u\l\-\w\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 SPEC_FILE '[a-zA-Z][a-zA-Z0-9._-]+[a-zA-Z0-9]'
+ local name=SPEC_FILE
+ local 'regex=[a-zA-Z][a-zA-Z0-9._-]+[a-zA-Z0-9]'
+ '[' -n jakarta-restful-ws-tck-4.0.0.zip ']'
++ echo jakarta-restful-ws-tck-4.0.0.zip
++ egrep -v '^[\t ]*$'
+ local expected=jakarta-restful-ws-tck-4.0.0.zip
+ '[' -n '[a-zA-Z][a-zA-Z0-9._-]+[a-zA-Z0-9]' ']'
++ echo jakarta-restful-ws-tck-4.0.0.zip
++ egrep '^[a-zA-Z][a-zA-Z0-9._-]+[a-zA-Z0-9]$'
+ local actual=jakarta-restful-ws-tck-4.0.0.zip
+ [[ jakarta-restful-ws-tck-4.0.0.zip == \j\a\k\a\r\t\a\-\r\e\s\t\f\u\l\-\w\s\-\t\c\k\-\4\.\0\.\0\.\z\i\p ]]
+ ZONE=/home/data/httpd/download.eclipse.org/jakartaee/
+ DROP=/home/data/httpd/download.eclipse.org/jakartaee/restful-ws/4.0/
+ FILE=/home/data/httpd/download.eclipse.org/jakartaee/restful-ws/4.0/jakarta-restful-ws-tck-4.0.0.zip
+ 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-101-generic #111-Ubuntu SMP Tue Mar 5 20:16:58 UTC 2024 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 Apr 25 09:26 .
drwxrwxr-x 381 root                           root                     12288 Apr 23 16:51 ..
drwxrwxr-x   5 genie.jakartaee-spec-committee www-auth                  4096 Jan 26  2022 activation
drwxrwxr-x   6 genie.jakartaee-spec-committee www-auth                  4096 Apr  7 02:21 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   6 genie.jakartaee-spec-committee www-auth                  4096 Apr 17 12:24 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   6 genie.jakartaee-spec-committee www-auth                  4096 Mar 29 13:02 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   6 genie.jakartaee-spec-committee www-auth                  4096 Apr 25 09:24 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 'ls -la /home/data/httpd/download.eclipse.org/jakartaee/restful-ws/4.0/'
total 3344
drwxr-xr-x 2 genie.jakartaee-spec-committee www-auth    4096 Apr 25 09:24 .
drwxrwxr-x 6 genie.jakartaee-spec-committee www-auth    4096 Apr 25 09:24 ..
-rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 3407681 Apr 25 09:24 jakarta-restful-ws-tck-4.0.0.zip
-rw-r--r-- 1 genie.jakartaee-spec-committee www-auth      65 Apr 25 09:24 jakarta-restful-ws-tck-4.0.0.zip.sha256
-rw-r--r-- 1 genie.jakartaee-spec-committee www-auth     836 Apr 25 09:24 jakarta-restful-ws-tck-4.0.0.zip.sig
+ ssh genie.jakartaee-spec-committee@projects-storage.eclipse.org 'rm -r /home/data/httpd/download.eclipse.org/jakartaee/restful-ws/4.0/jakarta-restful-ws-tck-4.0.0.zip'
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 44 killed;
[ssh-agent] Stopped.
Finished: SUCCESS