Started by user David Blevins Rebuilds build #4 Running as David Blevins Agent centos-7-j4g1w is provisioned from template centos-7 --- apiVersion: "v1" kind: "Pod" metadata: annotations: {} labels: jenkins: "slave" jenkins/label-digest: "55a177a28a71a1957f582df488f25d8c2f70df30" jenkins/label: "migration_jipp-migration_centos-7" name: "centos-7-j4g1w" 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-j4g1w" - 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-j4g1w" - 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-4.11.2" 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-j4g1w (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/remove-spec [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-wRSKfZiyxxVp/agent.67 SSH_AGENT_PID=69 [ssh-agent] Started. Running ssh-add (command line suppressed) Identity added: /home/jenkins/agent/workspace/remove-spec@tmp/private_key_5957829377585320376.key (/home/jenkins/agent/workspace/remove-spec@tmp/private_key_5957829377585320376.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-spec # timeout=10 Fetching upstream changes from https://github.com/jakartaee/specification-tools.git > git --version # timeout=10 > git --version # 'git version 1.8.3.1' > git fetch --tags --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 5542023ea1a0571b981b303a71b0547641d822db # timeout=10 [remove-spec] $ /bin/sh -xe /tmp/jenkins9016387766499704461.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-spec/promotion/remove-spec.sh ++ dirname /home/jenkins/agent/workspace/remove-spec/promotion/remove-spec.sh + source /home/jenkins/agent/workspace/remove-spec/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 wombat ']' ++ echo wombat ++ egrep -v '^[\t ]*$' + local expected=wombat + '[' -n '[a-z][a-z-]*[a-z]' ']' ++ echo wombat ++ egrep '^[a-z][a-z-]*[a-z]$' + local actual=wombat + [[ wombat == \w\o\m\b\a\t ]] + ZONE=/home/data/httpd/download.eclipse.org/jakartaee/ + DROP=/home/data/httpd/download.eclipse.org/jakartaee/wombat + HOST=genie.jakartaee-spec-committee@projects-storage.eclipse.org + ssh genie.jakartaee-spec-committee@projects-storage.eclipse.org 'uname -a' Linux projects-storage 5.13.0-37-generic #42-Ubuntu SMP Tue Mar 15 14:34:06 UTC 2022 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 8 16:30 . drwxrwxr-x 348 root root 12288 Mar 30 08:58 .. drwxrwxr-x 5 genie.jakartaee-spec-committee www-auth 4096 Jan 26 11:18 activation drwxrwxr-x 5 genie.jakartaee-spec-committee www-auth 4096 Feb 9 11:46 annotations drwxrwxr-x 4 genie.jakartaee-spec-committee www-auth 4096 Nov 11 2020 authentication drwxrwxr-x 4 genie.jakartaee-spec-committee www-auth 4096 Sep 9 2020 authorization drwxrwxr-x 5 genie.jakartaee-spec-committee www-auth 4096 Mar 18 10:07 batch drwxrwxr-x 4 genie.jakartaee-spec-committee www-auth 4096 Aug 26 2020 bean-validation drwxrwxr-x 4 genie.jakartaee-spec-committee www-auth 4096 Aug 28 2020 cdi drwxrwxr-x 4 genie.jakartaee-spec-committee www-auth 4096 Oct 24 2020 concurrency drwxrwxr-x 4 genie.jakartaee-spec-committee www-auth 4096 Nov 4 2020 connectors 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 4 genie.jakartaee-spec-committee www-auth 4096 Sep 29 2020 expression-language drwxrwxr-x 4 genie.jakartaee-spec-committee www-auth 4096 Oct 22 2020 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 10:19 jsonb drwxrwxr-x 5 genie.jakartaee-spec-committee www-auth 4096 Mar 26 03:26 jsonp drwxrwxr-x 5 genie.jakartaee-spec-committee www-auth 4096 Feb 11 05:51 mail drwxrwxr-x 4 genie.jakartaee-spec-committee www-auth 4096 Nov 6 2020 messaging drwxrwxr-x 4 genie.jakartaee-spec-committee www-auth 4096 Dec 18 2020 mvc drwxrwxr-x 4 genie.jakartaee-spec-committee www-auth 4096 Nov 11 2020 pages drwxrwxr-x 5 genie.jakartaee-spec-committee www-auth 4096 Apr 6 08:39 persistence drwxrwxr-x 5 genie.jakartaee-spec-committee www-auth 4096 May 19 2021 platform drwxrwxr-x 5 genie.jakartaee-spec-committee www-auth 4096 Apr 6 08:13 restful-ws drwxrwxr-x 4 genie.jakartaee-spec-committee www-auth 4096 Oct 21 2020 security drwxrwxr-x 4 genie.jakartaee-spec-committee www-auth 4096 Sep 29 2020 servlet drwxrwxr-x 5 genie.jakartaee-spec-committee www-auth 4096 Mar 16 18:35 soap-attachments drwxrwxr-x 4 genie.jakartaee-spec-committee www-auth 4096 Nov 5 2020 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 4 genie.jakartaee-spec-committee www-auth 4096 Nov 6 2020 websocket drwxr-xr-x 3 genie.jakartaee-spec-committee www-auth 4096 Apr 8 16:30 wombat drwxrwxr-x 5 genie.jakartaee-spec-committee www-auth 4096 Apr 7 06:26 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 06:24 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/wombat' total 12 drwxr-xr-x 3 genie.jakartaee-spec-committee www-auth 4096 Apr 8 16:30 . drwxrwxr-x 37 genie.jakartaee-spec-committee jakartaee.spec-committee 4096 Apr 8 16:40 .. drwxr-xr-x 2 genie.jakartaee-spec-committee www-auth 4096 Apr 8 16:30 2.0 + ssh genie.jakartaee-spec-committee@projects-storage.eclipse.org 'rm -r /home/data/httpd/download.eclipse.org/jakartaee/wombat' $ ssh-agent -k unset SSH_AUTH_SOCK; unset SSH_AGENT_PID; echo Agent pid 69 killed; [ssh-agent] Stopped. Finished: SUCCESS