Started by user Scott M Stark Running as Scott M Stark Agent centos-7-09wb3 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-09wb3" 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-09wb3" - 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-09wb3" - 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-3107.v665000b_51092" 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-09wb3 (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-1ouht0mXizpq/agent.45 SSH_AGENT_PID=47 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/remove-file@tmp/private_key_17471942557467056254.key (/home/jenkins/agent/workspace/remove-file@tmp/private_key_17471942557467056254.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 3aa2cff571129c133c5dcb1eb33e36b20c5f4548 (refs/remotes/origin/master) > git config core.sparsecheckout # timeout=10 > git checkout -f 3aa2cff571129c133c5dcb1eb33e36b20c5f4548 # timeout=10 Commit message: "Refer to https://jakarta.ee to obtain the official public key The github.com address was never ideal in the first place, but was noticed to be subject to rate-limiting issues. It's better for us to publish our public key via our website where we are the authority." > git rev-list --no-walk 3aa2cff571129c133c5dcb1eb33e36b20c5f4548 # timeout=10 [remove-file] $ /bin/sh -xe /tmp/jenkins5988644768604934968.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 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 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 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 cdi-tck-4.0.10-dist.zip.sig ']' ++ echo cdi-tck-4.0.10-dist.zip.sig ++ egrep -v '^[\t ]*$' + local expected=cdi-tck-4.0.10-dist.zip.sig + '[' -n '[a-zA-Z][a-zA-Z0-9._-]+[a-zA-Z0-9]' ']' ++ echo cdi-tck-4.0.10-dist.zip.sig ++ egrep '^[a-zA-Z][a-zA-Z0-9._-]+[a-zA-Z0-9]$' + local actual=cdi-tck-4.0.10-dist.zip.sig + [[ cdi-tck-4.0.10-dist.zip.sig == \c\d\i\-\t\c\k\-\4\.\0\.\1\0\-\d\i\s\t\.\z\i\p\.\s\i\g ]] + ZONE=/home/data/httpd/download.eclipse.org/jakartaee/ + DROP=/home/data/httpd/download.eclipse.org/jakartaee/cdi/4.0/ + FILE=/home/data/httpd/download.eclipse.org/jakartaee/cdi/4.0/cdi-tck-4.0.10-dist.zip.sig + 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-67-generic #74-Ubuntu SMP Wed Feb 22 14:14:39 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 Jun 27 10:40 . drwxrwxr-x 379 root root 12288 Jun 23 09:23 .. 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 04:51 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 'ls -la /home/data/httpd/download.eclipse.org/jakartaee/cdi/4.0/' total 75612 drwxr-xr-x 2 genie.jakartaee-spec-committee www-auth 4096 Jun 27 10:39 . drwxrwxr-x 5 genie.jakartaee-spec-committee www-auth 4096 Apr 19 2022 .. -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 9980964 Apr 19 2022 cdi-tck-4.0.0-dist.zip -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 65 Apr 19 2022 cdi-tck-4.0.0-dist.zip.sha256 -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 836 Apr 19 2022 cdi-tck-4.0.0-dist.zip.sig -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 9982058 Apr 25 2022 cdi-tck-4.0.1-dist.zip -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 65 Apr 25 2022 cdi-tck-4.0.1-dist.zip.sha256 -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 836 Apr 25 2022 cdi-tck-4.0.1-dist.zip.sig -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 836 Jun 24 12:09 cdi-tck-4.0.10-dist.zip.sig -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 9507912 May 31 2022 cdi-tck-4.0.2-dist.zip -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 65 May 31 2022 cdi-tck-4.0.2-dist.zip.sha256 -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 836 May 31 2022 cdi-tck-4.0.2-dist.zip.sig -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 9512915 Jun 7 2022 cdi-tck-4.0.3-dist.zip -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 65 Jun 7 2022 cdi-tck-4.0.3-dist.zip.sha256 -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 836 Jun 7 2022 cdi-tck-4.0.3-dist.zip.sig -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 9510477 Jun 8 2022 cdi-tck-4.0.4-dist.zip -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 65 Jun 8 2022 cdi-tck-4.0.4-dist.zip.sha256 -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 836 Jun 8 2022 cdi-tck-4.0.4-dist.zip.sig -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 9593503 Jun 10 2022 cdi-tck-4.0.5-dist.zip -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 65 Jun 10 2022 cdi-tck-4.0.5-dist.zip.sha256 -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 836 Jun 10 2022 cdi-tck-4.0.5-dist.zip.sig -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 9597741 Jul 20 2022 cdi-tck-4.0.6-dist.zip -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 65 Jul 20 2022 cdi-tck-4.0.6-dist.zip.sha256 -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 836 Jul 20 2022 cdi-tck-4.0.6-dist.zip.sig -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 9644836 Mar 20 18:08 cdi-tck-4.0.9-dist.zip -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 65 Mar 20 18:08 cdi-tck-4.0.9-dist.zip.sha256 -rw-r--r-- 1 genie.jakartaee-spec-committee www-auth 836 Mar 20 18:08 cdi-tck-4.0.9-dist.zip.sig + ssh genie.jakartaee-spec-committee@projects-storage.eclipse.org 'rm -r /home/data/httpd/download.eclipse.org/jakartaee/cdi/4.0/cdi-tck-4.0.10-dist.zip.sig' $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 47 killed; [ssh-agent] Stopped. Finished: SUCCESS