Skip to content

Console Output

Started by user Nico Prediger
Running as Nico Prediger
Agent migration-agent-svtk9 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration"
  name: "migration-agent-svtk9"
spec:
  containers:
  - env:
    - name: "MAVEN_OPTS"
      value: "-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn"
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.gef.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "migration-agent-svtk9"
    - name: "MAVEN_CONFIG"
      value: "-B -e"
    - name: "JENKINS_NAME"
      value: "migration-agent-svtk9"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.gef.svc.cluster.local/gef/"
    - 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"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "settings-security-xml"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "settings-xml"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "settings-security-xml"
    secret:
      items:
      - key: "settings-security.xml"
        path: "settings-security.xml"
      secretName: "m2-secret-dir"
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-gef"
      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"
  - name: "settings-xml"
    secret:
      items:
      - key: "settings.xml"
        path: "settings.xml"
      secretName: "m2-secret-dir"
  - emptyDir:
      medium: ""
    name: "workspace-volume"
  - emptyDir:
      medium: ""
    name: "volume-3"

Building remotely on migration-agent-svtk9 (migration) in workspace /home/jenkins/agent/workspace/Releng/FS-Status
[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-B9T6NZW4rrfN/agent.53
SSH_AGENT_PID=55
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/Releng/FS-Status@tmp/private_key_3612414212184249082.key (/home/jenkins/agent/workspace/Releng/FS-Status@tmp/private_key_3612414212184249082.key)
[ssh-agent] Using credentials genie.gef (ssh://genie.gef@projects-storage.eclipse.org)
[FS-Status] $ /bin/sh -xe /tmp/jenkins7688001773662074635.sh
+ pwd
/home/jenkins/agent/workspace/Releng/FS-Status
+ env
JENKINS_UI_PORT_80_TCP_ADDR=172.30.41.32
JENKINS_AGENT_WORKDIR=/home/jenkins/agent
JENKINS_DISCOVERY_PORT_50000_TCP=tcp://172.30.41.225:50000
BUILD_URL=https://ci.eclipse.org/gef/job/Releng/job/FS-Status/14/
IBM_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle -XX:MaxRAMPercentage=64
HOSTNAME=migration-agent-svtk9
JENKINS_UI_SERVICE_PORT=80
JENKINS_DISCOVERY_SERVICE_PORT_JNLP=50000
JENKINS_DISCOVERY_SERVICE_PORT=50000
KUBERNETES_PORT_443_TCP_PORT=443
HUDSON_SERVER_COOKIE=1b3f5321f75044e1
TERM=xterm
KUBERNETES_PORT=tcp://172.30.40.1:443
BUILD_TAG=jenkins-Releng-FS-Status-14
KUBERNETES_SERVICE_PORT=443
MAVEN_CONFIG=-B -e
KUBERNETES_SERVICE_HOST=172.30.40.1
OPENJ9_JAVA_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle -XX:MaxRAMPercentage=64
KUBERNETES_PORT_53_TCP=tcp://172.30.40.1:53
WORKSPACE=/home/jenkins/agent/workspace/Releng/FS-Status
JOB_URL=https://ci.eclipse.org/gef/job/Releng/job/FS-Status/
RUN_CHANGES_DISPLAY_URL=https://ci.eclipse.org/gef/job/Releng/job/FS-Status/14/display/redirect?page=changes
KUBERNETES_PORT_53_TCP_PORT=53
KUBERNETES_PORT_53_UDP=udp://172.30.40.1:53
JENKINS_UI_PORT_80_TCP_PROTO=tcp
KUBERNETES_SERVICE_PORT_DNS=53
JENKINS_NAME=migration-agent-svtk9
SSH_AUTH_SOCK=/tmp/ssh-B9T6NZW4rrfN/agent.53
_JAVA_OPTIONS=-XX:MaxRAMPercentage=64.0
KUBERNETES_PORT_53_TCP_ADDR=172.30.40.1
MAVEN_OPTS=-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
JENKINS_HOME=/var/jenkins_home
KUBERNETES_PORT_53_UDP_ADDR=172.30.40.1
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
JENKINS_DISCOVERY_PORT_50000_TCP_PROTO=tcp
RUN_DISPLAY_URL=https://ci.eclipse.org/gef/job/Releng/job/FS-Status/14/display/redirect
JENKINS_UI_PORT_80_TCP_PORT=80
PWD=/home/jenkins/agent/workspace/Releng/FS-Status
JENKINS_DISCOVERY_SERVICE_HOST=172.30.41.225
HUDSON_URL=https://ci.eclipse.org/gef/
JENKINS_UI_PORT=tcp://172.30.41.32:80
LANG=en_US.UTF-8
JOB_NAME=Releng/FS-Status
KUBERNETES_PORT_53_UDP_PORT=53
BUILD_DISPLAY_NAME=#14
BUILD_ID=14
JENKINS_URL=https://ci.eclipse.org/gef/
JENKINS_DISCOVERY_PORT=tcp://172.30.41.225:50000
JAVA_TOOL_OPTIONS=-XX:+IgnoreUnrecognizedVMOptions -XX:+UseContainerSupport -XX:+UnlockExperimentalVMOptions -XX:+UseCGroupMemoryLimitForHeap
JOB_BASE_NAME=FS-Status
JENKINS_TUNNEL=jenkins-discovery.gef.svc.cluster.local:50000
HOME=/home/jenkins
SHLVL=1
JENKINS_SECRET=7b68d3d7558355a5eb4e99ed07cbcf3efd10349323d3b0840fb8a04d06118e8c
JENKINS_DISCOVERY_PORT_50000_TCP_ADDR=172.30.41.225
KUBERNETES_PORT_53_UDP_PROTO=udp
KUBERNETES_PORT_443_TCP_PROTO=tcp
KUBERNETES_SERVICE_PORT_HTTPS=443
EXECUTOR_NUMBER=0
JENKINS_SERVER_COOKIE=1b3f5321f75044e1
NODE_LABELS=migration migration-agent-svtk9
JENKINS_DISCOVERY_PORT_50000_TCP_PORT=50000
HUDSON_HOME=/var/jenkins_home
JENKINS_UI_PORT_80_TCP=tcp://172.30.41.32:80
NODE_NAME=migration-agent-svtk9
JNLP_PROTOCOL_OPTS=-XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true
BUILD_NUMBER=14
JOB_DISPLAY_URL=https://ci.eclipse.org/gef/job/Releng/job/FS-Status/display/redirect
JENKINS_UI_SERVICE_HOST=172.30.41.32
KUBERNETES_SERVICE_PORT_DNS_TCP=53
KUBERNETES_PORT_443_TCP_ADDR=172.30.40.1
DISPLAY=:0
KUBERNETES_PORT_53_TCP_PROTO=tcp
HUDSON_COOKIE=137e29d5-ec92-4579-bece-db2d5ba6b92e
KUBERNETES_PORT_443_TCP=tcp://172.30.40.1:443
JENKINS_UI_SERVICE_PORT_HTTP=80
JENKINS_AGENT_NAME=migration-agent-svtk9
_=/usr/bin/env
+ ssh genie.gef@projects-storage.eclipse.org /bin/bash
+ id
uid=10561(genie.gef) gid=8303(signers) groups=8303(signers),8073(tools.gef)
+ du -h /home/data/httpd/download.eclipse.org/tools/gef/updates/legacy
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/4.0.0_gef-master_1952/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/4.0.0_gef-master_1952/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/4.0.0_gef-master_1952
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/4.1.0_gef-legacy-maintenance_1254/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/4.1.0_gef-legacy-maintenance_1254/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/4.1.0_gef-legacy-maintenance_1254
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/4.1.0_gef-legacy-maintenance_1268/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/4.1.0_gef-legacy-maintenance_1268/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/4.1.0_gef-legacy-maintenance_1268
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/4.1.0_gef-maintenance_1245/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/4.1.0_gef-maintenance_1245/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/4.1.0_gef-maintenance_1245
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/4.1.0_gef-maintenance_1250/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/4.1.0_gef-maintenance_1250/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/4.1.0_gef-maintenance_1250
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_1978/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_1978/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_1978
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_1996/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_1996/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_1996
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2045/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2045/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2045
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2050/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2050/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2050
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2058/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2058/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2058
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2065/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2065/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2065
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2072/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2072/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2072
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2079/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2079/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2079
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2086/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2086/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2086
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2093/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2093/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2093
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2100/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2100/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2100
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2107/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2107/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2107
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2114/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2114/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2114
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2119/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2119/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2119
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2130/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2130/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2130
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2137/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2137/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2137
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2144/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2144/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2144
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2151/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2151/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2151
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2158/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2158/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2158
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2166/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2166/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-legacy-master_2166
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-master_1970/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-master_1970/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-master_1970
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-master_1975/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-master_1975/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration/5.0.0_gef-master_1975
366M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/integration
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/milestones/4.0.0_gef-master_1952/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/milestones/4.0.0_gef-master_1952/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/milestones/4.0.0_gef-master_1952
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/milestones
388K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.10.0_gef-master_1544
424K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205/plugins
15M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.10.1_gef-maintenance_1205
312K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/features
8.0M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0/plugins
8.4M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.4.0
312K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/features
8.0M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1/plugins
8.4M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.4.1
312K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/features
8.0M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2/plugins
8.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.4.2
312K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/features
8.1M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0/plugins
8.5M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.5.0
312K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/features
6.1M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1/plugins
6.4M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.5.1
336K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/features
6.2M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2/plugins
6.5M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.5.2
388K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/features
6.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0/plugins
6.7M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.6.0
388K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/features
6.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1/plugins
6.7M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.6.1
388K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/features
6.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2/plugins
6.7M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.6.2
388K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/features
6.4M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0/plugins
6.8M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.7.0
388K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/features
6.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1/plugins
6.7M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.7.1
388K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/features
6.4M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2/plugins
6.8M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.7.2
820K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322/plugins
15M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.8.0_gef-master_322
820K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62/plugins
15M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.8.1_gef-maintenance_62
820K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212/plugins
15M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.8.2_gef-maintenance_212
820K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/features
15M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679/plugins
16M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.9.0_gef-master_679
436K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.9.100_gef-master_1130
436K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/features
9.5M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810/plugins
9.9M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.9.101_gef-maintenance_810
820K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/features
15M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433/plugins
16M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/3.9.1_gef-maintenance_433
244K	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/features
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952/plugins
14M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases/4.0.0_gef-master_1952
226M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy/releases
605M	/home/data/httpd/download.eclipse.org/tools/gef/updates/legacy
+ du -h /home/data/httpd/download.eclipse.org/tools/gef/updates/integration
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/integration/5.4.0_gef-master_5757/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/integration/5.4.0_gef-master_5757/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/integration/5.4.0_gef-master_5757/web
91M	/home/data/httpd/download.eclipse.org/tools/gef/updates/integration/5.4.0_gef-master_5757
1.1M	/home/data/httpd/download.eclipse.org/tools/gef/updates/integration/5.4.0_gef-master_lastStableBuild/features
80M	/home/data/httpd/download.eclipse.org/tools/gef/updates/integration/5.4.0_gef-master_lastStableBuild/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/integration/5.4.0_gef-master_lastStableBuild/web
81M	/home/data/httpd/download.eclipse.org/tools/gef/updates/integration/5.4.0_gef-master_lastStableBuild
172M	/home/data/httpd/download.eclipse.org/tools/gef/updates/integration
+ du -h /home/data/httpd/download.eclipse.org/tools/gef/updates/milestones
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.0.0M7_gef-master_4321/features
94M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.0.0M7_gef-master_4321/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.0.0M7_gef-master_4321/web
96M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.0.0M7_gef-master_4321
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.1.0M2_gef-master_5449/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.1.0M2_gef-master_5449/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.1.0M2_gef-master_5449/web
91M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.1.0M2_gef-master_5449
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.2.0M3_gef-master_5578/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.2.0M3_gef-master_5578/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.2.0M3_gef-master_5578/web
91M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.2.0M3_gef-master_5578
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.2.0RC1_gef-master_5597/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.2.0RC1_gef-master_5597/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.2.0RC1_gef-master_5597/web
91M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.2.0RC1_gef-master_5597
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.2.0RC2_gef-master_5603/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.2.0RC2_gef-master_5603/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.2.0RC2_gef-master_5603/web
91M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.2.0RC2_gef-master_5603
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0_gef-master_5721/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0_gef-master_5721/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0_gef-master_5721/web
91M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0_gef-master_5721
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0M1_gef-master_5647/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0M1_gef-master_5647/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0M1_gef-master_5647/web
91M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0M1_gef-master_5647
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0M2_gef-master_5671/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0M2_gef-master_5671/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0M2_gef-master_5671/web
91M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0M2_gef-master_5671
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0M3_gef-master_5699/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0M3_gef-master_5699/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0M3_gef-master_5699/web
91M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0M3_gef-master_5699
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0RC1_gef-master_5711/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0RC1_gef-master_5711/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0RC1_gef-master_5711/web
91M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.3.0RC1_gef-master_5711
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.4.0M1_gef-master_5757/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.4.0M1_gef-master_5757/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.4.0M1_gef-master_5757/web
91M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones/5.4.0M1_gef-master_5757
998M	/home/data/httpd/download.eclipse.org/tools/gef/updates/milestones
+ du -h /home/data/httpd/download.eclipse.org/tools/gef/updates/releases
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.0_gef-master_4403/features
94M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.0_gef-master_4403/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.0_gef-master_4403/web
96M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.0_gef-master_4403
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.100_gef-master_4914/features
87M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.100_gef-master_4914/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.100_gef-master_4914/web
88M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.100_gef-master_4914
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.1_gef-maintenance_73/features
87M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.1_gef-maintenance_73/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.1_gef-maintenance_73/web
88M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.1_gef-maintenance_73
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.200_gef-master_5058/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.200_gef-master_5058/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.200_gef-master_5058/web
90M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.200_gef-master_5058
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.2_gef-maintenance_164/features
86M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.2_gef-maintenance_164/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.2_gef-maintenance_164/web
88M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.2_gef-maintenance_164
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.300_gef-master_5215/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.300_gef-master_5215/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.300_gef-master_5215/web
90M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.300_gef-master_5215
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.400_gef-master_5261/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.400_gef-master_5261/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.400_gef-master_5261/web
90M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.0.400_gef-master_5261
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.1.0_gef-master_5509/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.1.0_gef-master_5509/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.1.0_gef-master_5509/web
91M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.1.0_gef-master_5509
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.2.0_gef-master_5609/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.2.0_gef-master_5609/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.2.0_gef-master_5609/web
91M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.2.0_gef-master_5609
1.3M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.3.0_gef-master_5721/features
89M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.3.0_gef-master_5721/plugins
4.0K	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.3.0_gef-master_5721/web
91M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases/5.3.0_gef-master_5721
898M	/home/data/httpd/download.eclipse.org/tools/gef/updates/releases
+ rm -rf /home/data/httpd/download.eclipse.org/tools/gef/updates/interim
+ rm -rf /home/data/httpd/download.eclipse.org/tools/gef/updates/interim-pre-legacy
+ rm -rf /home/data/httpd/download.eclipse.org/tools/gef/updates/milestones-pre-legacy
+ rm -rf /home/data/httpd/download.eclipse.org/tools/gef/updates/releases-pre-composite
+ rm -rf /home/data/httpd/download.eclipse.org/tools/gef/updates/releases-pre-legacy
+ rm -rf /home/data/httpd/download.eclipse.org/tools/gef/updates/releases.zip
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 55 killed;
[ssh-agent] Stopped.
Finished: SUCCESS