Skip to content

Console Output

Started by user Christian Pontesegger
Running as Christian Pontesegger
Running in Durability level: PERFORMANCE_OPTIMIZED
[Pipeline] Start of Pipeline
[Pipeline] node
Still waiting to schedule task
Waiting for next available executor
Agent migration-agent-qsp69 is provisioned from template Kubernetes Pod Template
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/migration: "true"
  name: "migration-agent-qsp69"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "a81b92d6009e466647c8d4adb2037f17663f1437f26072a0d952b018077d1d54"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.ease.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "migration-agent-qsp69"
    - name: "JENKINS_NAME"
      value: "migration-agent-qsp69"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.ease.svc.cluster.local/ease/"
    - 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-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
    workingDir: "/home/jenkins"
  nodeSelector: {}
  restartPolicy: "Never"
  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-ease"
      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"

Running on migration-agent-qsp69 in /home/jenkins/workspace/ease.test.release
[Pipeline] {
[Pipeline] timestamps
[Pipeline] {
[Pipeline] timeout
06:56:21 [2019-09-05T10:56:21.294Z] Timeout set to expire in 1 hr 0 min
[Pipeline] {
[Pipeline] stage
[Pipeline] { (Fetch artifacts)
[Pipeline] copyArtifacts
06:56:23 [2019-09-05T10:56:23.366Z] Copied 96 artifacts from "ease.build.release" build number 4
[Pipeline] sh
06:56:24 [2019-09-05T10:56:24.854Z] + cd repository
06:56:24 [2019-09-05T10:56:24.855Z] + zip -r -9 -v ../ease-p2-v0.7.0.zip artifacts.jar content.jar features plugins
06:56:24 [2019-09-05T10:56:24.855Z]   adding: artifacts.jar	(in=9539) (out=9503) (deflated 0%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: content.jar	(in=18158) (out=18092) (deflated 0%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/	(in=0) (out=0) (stored 0%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.feature.source_0.7.0.I201907120558.jar	(in=13179) (out=12007) (deflated 9%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.feature_0.7.0.I201907120558.jar	(in=18252) (out=17787) (deflated 3%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.lang.groovy.feature.source_0.7.0.I201906281229.jar	(in=12885) (out=11659) (deflated 10%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.lang.groovy.feature_0.7.0.I201906281229.jar	(in=18078) (out=17613) (deflated 3%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.lang.javascript.feature.source_0.7.0.I201906281229.jar	(in=13296) (out=12050) (deflated 9%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.lang.javascript.feature_0.7.0.I201906281229.jar	(in=18310) (out=17855) (deflated 2%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.lang.jvm.feature.source_0.7.0.I201906281229.jar	(in=12876) (out=11643) (deflated 10%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.lang.jvm.feature_0.7.0.I201906281229.jar	(in=18074) (out=17608) (deflated 3%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.lang.python.feature.source_0.7.0.I201906281229.jar	(in=13272) (out=12039) (deflated 9%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.lang.python.feature_0.7.0.I201906281229.jar	(in=19182) (out=18727) (deflated 2%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.lang.python.py4j.feature.source_0.7.0.I201907020902.jar	(in=13336) (out=12089) (deflated 9%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.lang.python.py4j.feature_0.7.0.I201907020902.jar	(in=18898) (out=18436) (deflated 2%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.lang.ruby.feature.source_0.7.0.I201906281229.jar	(in=12864) (out=11633) (deflated 10%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.lang.ruby.feature_0.7.0.I201906281229.jar	(in=18069) (out=17611) (deflated 3%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.lang.scriptarchive.feature.source_0.7.0.I201906281229.jar	(in=13061) (out=11798) (deflated 10%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.lang.scriptarchive.feature_0.7.0.I201906281229.jar	(in=18252) (out=17789) (deflated 3%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.lang.unittest.feature.source_0.7.0.I201906281229.jar	(in=12804) (out=11558) (deflated 10%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.lang.unittest.feature_0.7.0.I201906281229.jar	(in=18028) (out=17562) (deflated 3%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.modules.charting.feature.source_0.7.0.I201906281232.jar	(in=12971) (out=11645) (deflated 10%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.modules.charting.feature_0.7.0.I201906281232.jar	(in=18089) (out=17627) (deflated 3%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.modules.feature.source_0.7.0.I201907160756.jar	(in=13095) (out=11830) (deflated 10%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.modules.feature_0.7.0.I201907160756.jar	(in=18267) (out=17807) (deflated 3%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.modules.modeling.feature.source_0.7.0.I201906281232.jar	(in=13224) (out=11911) (deflated 10%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.modules.modeling.feature_0.7.0.I201906281232.jar	(in=18649) (out=18185) (deflated 2%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.modules.team.git.feature.source_0.7.0.I201906281232.jar	(in=13139) (out=11824) (deflated 10%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.modules.team.git.feature_0.7.0.I201906281232.jar	(in=18205) (out=17743) (deflated 3%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.modules.team.svn.feature.source_0.7.0.I201907151328.jar	(in=12985) (out=11659) (deflated 10%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.modules.team.svn.feature_0.7.0.I201907151328.jar	(in=18037) (out=17574) (deflated 3%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.python.jython.feature.source_0.7.0.I201906281229.jar	(in=13267) (out=12023) (deflated 9%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.python.jython.feature_0.7.0.I201906281229.jar	(in=19206) (out=18742) (deflated 2%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.ui.feature.source_0.7.0.I201907161104.jar	(in=13217) (out=12023) (deflated 9%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: features/org.eclipse.ease.ui.feature_0.7.0.I201907161104.jar	(in=18315) (out=17857) (deflated 3%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/	(in=0) (out=0) (stored 0%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.classloader.source_0.7.0.I201906281229.jar	(in=8908) (out=7838) (deflated 12%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.classloader_0.7.0.I201906281229.jar	(in=10114) (out=8514) (deflated 16%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.help_0.7.0.I201907161104.jar 	(in=2132649) (out=1980768) (deflated 7%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.groovy.interpreter.source_0.7.0.I201906281229.jar	(in=10653) (out=8944) (deflated 16%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.groovy.interpreter_0.7.0.I201906281229.jar	(in=13756) (out=11389) (deflated 17%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.groovy.source_0.7.0.I201906281229.jar	(in=11892) (out=10271) (deflated 14%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.groovy_0.7.0.I201906281229.jar	(in=14949) (out=12740) (deflated 15%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.javascript.nashorn.source_0.7.0.I201906281229.jar	(in=10974) (out=9411) (deflated 14%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.javascript.nashorn_0.7.0.I201906281229.jar	(in=15532) (out=13326) (deflated 14%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.javascript.rhino.debugger.source_0.7.0.I201906281229.jar	(in=23561) (out=19529) (deflated 17%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.javascript.rhino.debugger_0.7.0.I201906281229.jar	(in=34914) (out=29501) (deflated 16%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.javascript.rhino.source_0.7.0.I201906281229.jar	(in=13552) (out=12018) (deflated 11%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.javascript.rhino_0.7.0.I201906281229.jar	(in=25372) (out=22229) (deflated 12%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.javascript.source_0.7.0.I201906281229.jar	(in=14051) (out=12208) (deflated 13%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.javascript.ui.source_0.7.0.I201906281229.jar	(in=13479) (out=11231) (deflated 17%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.javascript.ui_0.7.0.I201906281229.jar	(in=16624) (out=13760) (deflated 17%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.javascript_0.7.0.I201906281229.jar	(in=18772) (out=16321) (deflated 13%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.jvm.compiled.source_0.7.0.I201906281229.jar	(in=11586) (out=10060) (deflated 13%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.jvm.compiled_0.7.0.I201906281229.jar	(in=15680) (out=13542) (deflated 14%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.python.jython.debugger.source_0.7.0.I201906281229.jar	(in=13568) (out=11501) (deflated 15%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.python.jython.debugger_0.7.0.I201906281229.jar	(in=20530) (out=17667) (deflated 14%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.python.jython.source_0.7.0.I201906281229.jar	(in=16610) (out=14269) (deflated 14%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.python.jython_0.7.0.I201906281229.jar	(in=24441) (out=20931) (deflated 14%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.python.py4j.source_0.7.0.I201907020902.jar	(in=24369) (out=20954) (deflated 14%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.python.py4j_0.7.0.I201907020902.jar	(in=43006) (out=38032) (deflated 12%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.python.source_0.7.0.I201906281229.jar	(in=38838) (out=32794) (deflated 16%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.python_0.7.0.I201906281229.jar	(in=63297) (out=55761) (deflated 12%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.ruby.jruby.source_0.7.0.I201906281229.jar	(in=9441) (out=7913) (deflated 16%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.ruby.jruby_0.7.0.I201906281229.jar	(in=11466) (out=9362) (deflated 18%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.ruby.source_0.7.0.I201906281229.jar	(in=11465) (out=9862) (deflated 14%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.ruby_0.7.0.I201906281229.jar	(in=14022) (out=11847) (deflated 16%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.scriptarchive.source_0.7.0.I201906281229.jar	(in=12562) (out=10886) (deflated 13%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.scriptarchive.ui.source_0.7.0.I201906281229.jar	(in=21076) (out=18644) (deflated 12%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.scriptarchive.ui_0.7.0.I201906281229.jar	(in=38831) (out=34659) (deflated 11%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.scriptarchive_0.7.0.I201906281229.jar	(in=16891) (out=14594) (deflated 14%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.unittest.source_0.7.0.I201906281229.jar 	(in=109458) (out=98152) (deflated 10%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.unittest.ui.source_0.7.0.I201906281229.jar 	(in=80914) (out=71555) (deflated 12%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.unittest.ui_0.7.0.I201906281229.jar 	(in=190597) (out=167486) (deflated 12%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.lang.unittest_0.7.0.I201906281229.jar 	(in=154805) (out=140398) (deflated 9%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.modules.charting.source_0.7.0.I201906281232.jar	(in=17957) (out=15825) (deflated 12%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.modules.charting_0.7.0.I201906281232.jar	(in=34944) (out=30869) (deflated 12%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.modules.help_0.7.0.I201906281232.jar 	(in=115523) (out=106778) (deflated 8%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.modules.jvm.source_0.7.0.I201906281232.jar	(in=9069) (out=7870) (deflated 13%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.modules.jvm_0.7.0.I201906281232.jar	(in=12583) (out=10416) (deflated 17%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.modules.modeling.source_0.7.0.I201906281232.jar	(in=37938) (out=33302) (deflated 12%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.modules.modeling.ui.source_0.7.0.I201906281232.jar	(in=26753) (out=22386) (deflated 16%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.modules.modeling.ui_0.7.0.I201906281232.jar	(in=48479) (out=40480) (deflated 16%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.modules.modeling_0.7.0.I201906281232.jar 	(in=72440) (out=63514) (deflated 12%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.modules.platform.source_0.7.0.I201907160756.jar 	(in=66799) (out=61133) (deflated 8%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.modules.platform_0.7.0.I201907160756.jar 	(in=174317) (out=156916) (deflated 10%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.modules.team.git.source_0.7.0.I201906281232.jar	(in=9751) (out=8554) (deflated 12%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.modules.team.git_0.7.0.I201906281232.jar	(in=14380) (out=12210) (deflated 15%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.modules.team.svn.source_0.7.0.I201907151328.jar	(in=9767) (out=8554) (deflated 12%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.modules.team.svn_0.7.0.I201907151328.jar	(in=14849) (out=12676) (deflated 15%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.source_0.7.0.I201907120558.jar 	(in=163210) (out=145909) (deflated 11%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.ui.completions.java.source_0.7.0.I201906281229.jar	(in=28330) (out=24098) (deflated 15%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.ui.completions.java_0.7.0.I201906281229.jar	(in=45153) (out=39258) (deflated 13%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.ui.scripts.source_0.7.0.I201906281229.jar 	(in=204689) (out=176269) (deflated 14%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.ui.scripts_0.7.0.I201906281229.jar 	(in=320554) (out=280268) (deflated 13%)
06:56:24 [2019-09-05T10:56:24.855Z]   adding: plugins/org.eclipse.ease.ui.source_0.7.0.I201907121256.jar 	(in=226578) (out=206390) (deflated 9%)
06:56:25 [2019-09-05T10:56:25.115Z]   adding: plugins/org.eclipse.ease.ui_0.7.0.I201907121256.jar 	(in=497477) (out=447816) (deflated 10%)
06:56:25 [2019-09-05T10:56:25.115Z]   adding: plugins/org.eclipse.ease_0.7.0.I201907120558.jar 	(in=230128) (out=208655) (deflated 9%)
06:56:25 [2019-09-05T10:56:25.115Z] total bytes=6245952, compressed=5654522 -> 9% savings
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Deploy)
[Pipeline] sshagent
06:56:25 [2019-09-05T10:56:25.464Z] [ssh-agent] Using credentials genie.ease (ssh://genie.ease@projects-storage.eclipse.org)
06:56:25 [2019-09-05T10:56:25.465Z] [ssh-agent] Looking for ssh-agent implementation...
06:56:25 [2019-09-05T10:56:25.492Z] [ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
06:56:25 [2019-09-05T10:56:25.499Z] $ ssh-agent
06:56:25 [2019-09-05T10:56:25.521Z] SSH_AUTH_SOCK=/tmp/ssh-6LDabFMLHHpe/agent.73
06:56:25 [2019-09-05T10:56:25.521Z] SSH_AGENT_PID=75
06:56:25 [2019-09-05T10:56:25.535Z] Running ssh-add (command line suppressed)
06:56:25 [2019-09-05T10:56:25.555Z] Identity added: /home/jenkins/workspace/ease.test.release@tmp/private_key_8451957925930763429.key (/home/jenkins/workspace/ease.test.release@tmp/private_key_8451957925930763429.key)
06:56:25 [2019-09-05T10:56:25.570Z] [ssh-agent] Started.
[Pipeline] {
[Pipeline] sh
06:56:25 [2019-09-05T10:56:25.886Z] + scp -r ease-p2-v0.7.0.zip genie.ease@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/ease/release/offline/
06:56:27 [2019-09-05T10:56:27.267Z] + ssh genie.ease@projects-storage.eclipse.org unzip /home/data/httpd/download.eclipse.org/ease/release/offline/ease-p2-v0.7.0.zip -d /home/data/httpd/download.eclipse.org/ease/release/0.7.0/
06:56:27 [2019-09-05T10:56:27.267Z] Archive:  /home/data/httpd/download.eclipse.org/ease/release/offline/ease-p2-v0.7.0.zip
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/artifacts.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/content.jar  
06:56:27 [2019-09-05T10:56:27.267Z]    creating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.feature.source_0.7.0.I201907120558.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.feature_0.7.0.I201907120558.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.lang.groovy.feature.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.lang.groovy.feature_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.lang.javascript.feature.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.lang.javascript.feature_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.lang.jvm.feature.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.lang.jvm.feature_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.lang.python.feature.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.lang.python.feature_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.lang.python.py4j.feature.source_0.7.0.I201907020902.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.lang.python.py4j.feature_0.7.0.I201907020902.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.lang.ruby.feature.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.lang.ruby.feature_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.lang.scriptarchive.feature.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.lang.scriptarchive.feature_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.lang.unittest.feature.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.lang.unittest.feature_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.modules.charting.feature.source_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.modules.charting.feature_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.modules.feature.source_0.7.0.I201907160756.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.modules.feature_0.7.0.I201907160756.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.modules.modeling.feature.source_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.modules.modeling.feature_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.modules.team.git.feature.source_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.modules.team.git.feature_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.modules.team.svn.feature.source_0.7.0.I201907151328.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.modules.team.svn.feature_0.7.0.I201907151328.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.python.jython.feature.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.python.jython.feature_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.ui.feature.source_0.7.0.I201907161104.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/features/org.eclipse.ease.ui.feature_0.7.0.I201907161104.jar  
06:56:27 [2019-09-05T10:56:27.267Z]    creating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.classloader.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.classloader_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.help_0.7.0.I201907161104.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.groovy.interpreter.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.groovy.interpreter_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.groovy.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.groovy_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.javascript.nashorn.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.javascript.nashorn_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.javascript.rhino.debugger.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.javascript.rhino.debugger_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.javascript.rhino.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.javascript.rhino_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.javascript.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.javascript.ui.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.javascript.ui_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.javascript_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.jvm.compiled.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.jvm.compiled_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.python.jython.debugger.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.python.jython.debugger_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.python.jython.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.python.jython_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.python.py4j.source_0.7.0.I201907020902.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.python.py4j_0.7.0.I201907020902.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.python.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.python_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.ruby.jruby.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.ruby.jruby_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.ruby.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.ruby_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.267Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.scriptarchive.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.scriptarchive.ui.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.scriptarchive.ui_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.scriptarchive_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.unittest.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.unittest.ui.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.unittest.ui_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.lang.unittest_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.modules.charting.source_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.modules.charting_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.modules.help_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.modules.jvm.source_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.modules.jvm_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.modules.modeling.source_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.modules.modeling.ui.source_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.modules.modeling.ui_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.modules.modeling_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.modules.platform.source_0.7.0.I201907160756.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.modules.platform_0.7.0.I201907160756.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.modules.team.git.source_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.modules.team.git_0.7.0.I201906281232.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.modules.team.svn.source_0.7.0.I201907151328.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.modules.team.svn_0.7.0.I201907151328.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.source_0.7.0.I201907120558.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.ui.completions.java.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.ui.completions.java_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.ui.scripts.source_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.ui.scripts_0.7.0.I201906281229.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.ui.source_0.7.0.I201907121256.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease.ui_0.7.0.I201907121256.jar  
06:56:27 [2019-09-05T10:56:27.526Z]   inflating: /home/data/httpd/download.eclipse.org/ease/release/0.7.0/plugins/org.eclipse.ease_0.7.0.I201907120558.jar  
06:56:27 [2019-09-05T10:56:27.526Z] + ssh genie.ease@projects-storage.eclipse.org ls /home/data/httpd/download.eclipse.org/ease
06:56:27 [2019-09-05T10:56:27.785Z] integration
06:56:27 [2019-09-05T10:56:27.785Z] release
06:56:27 [2019-09-05T10:56:27.786Z] update
06:56:27 [2019-09-05T10:56:27.786Z] + ssh genie.ease@projects-storage.eclipse.org ls /home/data/httpd/download.eclipse.org/ease/release
06:56:28 [2019-09-05T10:56:28.045Z] 0.1.0
06:56:28 [2019-09-05T10:56:28.046Z] 0.2.0
06:56:28 [2019-09-05T10:56:28.046Z] 0.3.0
06:56:28 [2019-09-05T10:56:28.046Z] 0.4.0
06:56:28 [2019-09-05T10:56:28.046Z] 0.5.0
06:56:28 [2019-09-05T10:56:28.046Z] 0.6.0
06:56:28 [2019-09-05T10:56:28.046Z] 0.7.0
06:56:28 [2019-09-05T10:56:28.046Z] latest
06:56:28 [2019-09-05T10:56:28.046Z] offline
06:56:28 [2019-09-05T10:56:28.046Z] + ssh genie.ease@projects-storage.eclipse.org ls /home/data/httpd/download.eclipse.org/ease/release/offline
06:56:28 [2019-09-05T10:56:28.046Z] ease-p2-v0.1.0.zip
06:56:28 [2019-09-05T10:56:28.046Z] ease-p2-v0.2.0.zip
06:56:28 [2019-09-05T10:56:28.046Z] ease-p2-v0.3.0.zip
06:56:28 [2019-09-05T10:56:28.046Z] ease-p2-v0.4.0.zip
06:56:28 [2019-09-05T10:56:28.046Z] ease-p2-v0.5.0.zip
06:56:28 [2019-09-05T10:56:28.046Z] ease-p2-v0.6.0.zip
06:56:28 [2019-09-05T10:56:28.046Z] ease-p2-v0.7.0.zip
06:56:28 [2019-09-05T10:56:28.046Z] + ssh genie.ease@projects-storage.eclipse.org ls /home/data/httpd/download.eclipse.org/ease/integration
06:56:28 [2019-09-05T10:56:28.305Z] nightly
[Pipeline] }
06:56:28 [2019-09-05T10:56:28.319Z] $ ssh-agent -k
06:56:28 [2019-09-05T10:56:28.327Z] unset SSH_AUTH_SOCK;
06:56:28 [2019-09-05T10:56:28.328Z] unset SSH_AGENT_PID;
06:56:28 [2019-09-05T10:56:28.328Z] echo Agent pid 75 killed;
06:56:28 [2019-09-05T10:56:28.340Z] [ssh-agent] Stopped.
[Pipeline] // sshagent
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Declarative: Post Actions)
[Pipeline] archiveArtifacts
06:56:28 [2019-09-05T10:56:28.416Z] Archiving artifacts
06:56:31 [2019-09-05T10:56:31.065Z] Recording fingerprints
[Pipeline] emailext
06:56:31 [2019-09-05T10:56:31.600Z] Sending email to: christian.pontesegger@web.de
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[Pipeline] // timeout
[Pipeline] }
[Pipeline] // timestamps
[Pipeline] }
[Pipeline] // node
[Pipeline] End of Pipeline
Finished: SUCCESS