Skip to content

Console Output

Started by user Kevin Sutter
Running as Kevin Sutter
Agent migration-agent-q78vm is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/migration: "true"
  name: "migration-agent-q78vm"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "226c66f9a847ef48e2ebc4e2a2a51e729f23ae0842191ac4f0768e8d850adaf9"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.jakartaee-spec-committee.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "migration-agent-q78vm"
    - name: "JENKINS_NAME"
      value: "migration-agent-q78vm"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.jakartaee-spec-committee.svc.cluster.local/jakartaee-spec-committee/"
    - name: "HOME"
      value: "/home/jenkins"
    image: "eclipsecbijenkins/migration-fat-agent:3.29@sha256:a341be4b6509400aaa18081d86f66239ceb93897059386120ef6633aa378931f"
    imagePullPolicy: "IfNotPresent"
    name: "jnlp"
    resources:
      limits:
        memory: "4096Mi"
        cpu: "2000m"
      requests:
        memory: "4096Mi"
        cpu: "1000m"
    securityContext:
      privileged: false
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "toolchains-xml"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "workspace-volume"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    workingDir: "/home/jenkins"
  nodeSelector: {}
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-jakartaee-spec-committee"
      readOnly: true
  - configMap:
      items:
      - key: "toolchains.xml"
        path: "toolchains.xml"
      name: "m2-dir"
    name: "toolchains-xml"
  - emptyDir:
      medium: ""
    name: "volume-2"
  - configMap:
      name: "known-hosts"
    name: "volume-1"
  - configMap:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      name: "m2-dir"
    name: "settings-xml"
  - emptyDir:
      medium: ""
    name: "workspace-volume"

Building remotely on migration-agent-q78vm (migration) in workspace /home/jenkins/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-TOwTQNji58kF/agent.51
SSH_AGENT_PID=54
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/workspace/remove-spec@tmp/private_key_5460098035028539095.key (/home/jenkins/workspace/remove-spec@tmp/private_key_5460098035028539095.key)
[ssh-agent] Using credentials genie.jakartaee-spec-committee (ssh://genie.jakartaee-spec-committee@projects-storage.eclipse.org)
No credentials specified
Cloning the remote Git repository
Cloning repository https://github.com/jakartaee/specification-tools.git
 > /usr/bin/git init /home/jenkins/workspace/remove-spec # timeout=10
Fetching upstream changes from https://github.com/jakartaee/specification-tools.git
 > /usr/bin/git --version # timeout=10
 > /usr/bin/git fetch --tags --progress https://github.com/jakartaee/specification-tools.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git config remote.origin.url https://github.com/jakartaee/specification-tools.git # timeout=10
 > /usr/bin/git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > /usr/bin/git config remote.origin.url https://github.com/jakartaee/specification-tools.git # timeout=10
Fetching upstream changes from https://github.com/jakartaee/specification-tools.git
 > /usr/bin/git fetch --tags --progress https://github.com/jakartaee/specification-tools.git +refs/heads/*:refs/remotes/origin/*
 > /usr/bin/git rev-parse refs/remotes/origin/master^{commit} # timeout=10
 > /usr/bin/git rev-parse refs/remotes/origin/origin/master^{commit} # timeout=10
Checking out Revision 5e083c953e5581f6237ec88e03841b9b2cd53ce8 (refs/remotes/origin/master)
 > /usr/bin/git config core.sparsecheckout # timeout=10
 > /usr/bin/git checkout -f 5e083c953e5581f6237ec88e03841b9b2cd53ce8
Commit message: "Remove the temporary move command"
 > /usr/bin/git rev-list --no-walk 97aa51a8e851f891a182d34fa0b364aa29b6eb0a # timeout=10
[remove-spec] $ /bin/sh -xe /tmp/jenkins7593821842077847268.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/workspace/remove-spec/promotion/remove-spec.sh
++ dirname /home/jenkins/workspace/remove-spec/promotion/remove-spec.sh
+ source /home/jenkins/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 build 3.0.101-0.47.71-default #1 SMP Thu Nov 12 12:22:22 UTC 2015 (b5b212e) 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 12
drwxrwxr-x   8 genie.jakartaee-spec-committee jakartaee.spec-committee  143 Aug 28 13:25 .
drwxr-xr-x 313 root                           root                     8192 Aug 20 15:13 ..
drwxrwxr-x   3 genie.jakartaee-spec-committee signers                    25 Aug 28 13:08 annotations
drwxrwxr-x   3 genie.jakartaee-spec-committee signers                    25 Aug 28 13:01 concurrency
drwxrwxr-x   3 genie.jakartaee-spec-committee signers                    25 Aug 28 13:24 dependency-injection
drwxrwxr-x   3 genie.jakartaee-spec-committee signers                    25 Aug 28 13:25 mail
drwxrwxr-x   3 genie.jakartaee-spec-committee signers                    25 Aug 28 12:21 messaging
drwxrwxr-x   3 genie.jakartaee-spec-committee signers                    25 Aug 17 18:43 wombat
+ 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 0
drwxrwxr-x 3 genie.jakartaee-spec-committee signers                   25 Aug 17 18:43 .
drwxrwxr-x 8 genie.jakartaee-spec-committee jakartaee.spec-committee 143 Aug 30 10:23 ..
drwxrwxr-x 2 genie.jakartaee-spec-committee signers                  278 Aug 17 18:43 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 54 killed;
[ssh-agent] Stopped.
Finished: SUCCESS