Skip to content

Console Output

Started by user Krum Tsvetkov
Running as Krum Tsvetkov
Agent centos-7-tq5h5 is provisioned from template centos-7
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label: "migration_jipp-migration_centos-7"
  name: "centos-7-tq5h5"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.mat.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "centos-7-tq5h5"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dsun.zip.disableMemoryMapping=true\
        \ -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-tq5h5"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.mat.svc.cluster.local/mat/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.2.1"
    imagePullPolicy: "Always"
    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: "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
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    beta.kubernetes.io/os: "linux"
  restartPolicy: "Never"
  securityContext: {}
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-mat"
      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-tq5h5 (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/mat-standalone-packages
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[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-o4W074TWkrj4/agent.60
SSH_AGENT_PID=62
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/mat-standalone-packages@tmp/private_key_6575507930933843875.key (/home/jenkins/agent/workspace/mat-standalone-packages@tmp/private_key_6575507930933843875.key)
[ssh-agent] Using credentials genie.mat (ssh://genie.mat@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/mat/org.eclipse.mat.git
 > git init /home/jenkins/agent/workspace/mat-standalone-packages # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/mat/org.eclipse.mat.git
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
 > git fetch --tags --progress https://git.eclipse.org/r/mat/org.eclipse.mat.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/mat/org.eclipse.mat.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 08ac6a38fb8199d6caa9222f06d5ea51a30dc6ab (refs/remotes/origin/master)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 08ac6a38fb8199d6caa9222f06d5ea51a30dc6ab # timeout=10
Commit message: "[569430] Update CONTRIBUTING file, add LICENSE"
 > git rev-list --no-walk 08ac6a38fb8199d6caa9222f06d5ea51a30dc6ab # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[mat-standalone-packages] $ vncserver -list
Starting xvnc
[mat-standalone-packages] $ Xvnc :48 -geometry 1024x768 -depth 24 -ac -SecurityTypes none -noreset

Xvnc TigerVNC 1.8.0 - built Nov 16 2020 16:47:50
Copyright (C) 1999-2017 TigerVNC Team and many others (see README.txt)
See http://www.tigervnc.org for information on TigerVNC.
Underlying X server release 12004000, The X.Org Foundation


Wed Dec 16 15:59:38 2020
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5948
 vncext:      created VNC server for screen 0
[mat-standalone-packages] $ /bin/sh -xe /tmp/jenkins3317672859621707570.sh
+ set -e
+ set -u
+ export REMOTE=genie.mat@projects-storage.eclipse.org
+ REMOTE=genie.mat@projects-storage.eclipse.org
+ export M2_HOME=/opt/tools/apache-maven/latest
+ M2_HOME=/opt/tools/apache-maven/latest
+ export 'mvnArguments=-P build-release-rcp'
+ mvnArguments='-P build-release-rcp'
+ export DOWNLOAD_LOCATION=/home/data/httpd/download.eclipse.org/mat/snapshots/rcp_1.11
+ DOWNLOAD_LOCATION=/home/data/httpd/download.eclipse.org/mat/snapshots/rcp_1.11
+ cd parent
+ set +u
+ [[ ! -z https://download.eclipse.org/mat/2020-12/RC1/update-site/ ]]
+ export 'mvnArguments=-Dmat-release-repo-url=https://download.eclipse.org/mat/2020-12/RC1/update-site/ -P build-release-rcp'
+ mvnArguments='-Dmat-release-repo-url=https://download.eclipse.org/mat/2020-12/RC1/update-site/ -P build-release-rcp'
+ set -u
+ /opt/tools/apache-maven/latest/bin/mvn -Dmat-release-repo-url=https://download.eclipse.org/mat/2020-12/RC1/update-site/ -P build-release-rcp clean install
Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f)
Maven home: /opt/tools/apache-maven/latest
Java version: 1.8.0_202, vendor: Oracle Corporation, runtime: /opt/tools/java/oracle/jdk-8/1.8.0_202/jre
Default locale: en_US, platform encoding: UTF-8
OS name: "linux", version: "5.6.19-300.fc32.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.product:1.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/pom.xml
[INFO] Fetching p2.index from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/ (142B)
[INFO] Adding repository https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155
[INFO] Fetching content.xml.xz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/ (117.1kB)
Dec 16, 2020 4:00:00 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Dec 16, 2020 4:00:00 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching p2.index from https://download.eclipse.org/birt/update-site/oxygen-interim/ (172B)
[INFO] Adding repository https://download.eclipse.org/birt/update-site/oxygen-interim
[INFO] Fetching content.xml.xz from https://download.eclipse.org/birt/update-site/oxygen-interim/ (124.2kB)
[INFO] Fetching p2.index from http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/ (172B)
[INFO] Adding repository http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj
[INFO] Fetching content.xml.xz from http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/ (163.35kB)
[INFO] Fetching p2.index from http://download.eclipse.org/technology/swtbot/releases/latest/ (172B)
[INFO] Adding repository http://download.eclipse.org/technology/swtbot/releases/latest
[INFO] Fetching content.xml.xz from http://download.eclipse.org/technology/swtbot/releases/latest/ (11.75kB)
[INFO] Fetching p2.index from https://download.eclipse.org/mat/2020-12/RC1/update-site/ (172B)
[INFO] Adding repository https://download.eclipse.org/mat/2020-12/RC1/update-site
[INFO] Fetching content.xml.xz from https://download.eclipse.org/mat/2020-12/RC1/update-site/ (8.66kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.product:1.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/pom.xml
[INFO] Fetching R-4.15-202003050155&countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/eclipse/updates/4.15/
Dec 16, 2020 4:00:17 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Dec 16, 2020 4:00:17 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (9.5MB)
[INFO] Fetching com.ibm.icu_64.2.0.v20190507-1337.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (8.97MB of 9.5MB at 8.92MB/s)
[INFO] Fetching com.sun.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (62.49kB)
[INFO] Fetching javax.el_2.2.0.v201303151357.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (33.35kB)
[INFO] Fetching javax.servlet_3.1.0.v201410161800.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (60.2kB)
[INFO] Fetching com.sun.jna_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (1.28MB)
[INFO] Fetching com.sun.jna.platform_4.5.1.v20190425-1842.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (328.72kB)
[INFO] Fetching javax.annotation_1.2.0.v201602091430.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (21.32kB)
[INFO] Fetching org.eclipse.osgi_3.15.200.v20200214-1600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (460.88kB)
[INFO] Fetching javax.servlet.jsp_2.2.0.v201112011158.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (55.73kB)
[INFO] Fetching org.apache.batik.constants_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (13.03kB)
[INFO] Fetching org.apache.batik.css_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (101.68kB)
[INFO] Fetching org.apache.batik.util_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (63.49kB)
[INFO] Fetching org.apache.batik.i18n_1.11.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (14.52kB)
[INFO] Fetching org.apache.xmlgraphics_2.3.0.v20190515-0436.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (258.72kB)
[INFO] Fetching org.w3c.dom.svg_1.1.0.v201011041433.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (95.26kB)
[INFO] Fetching org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (15.35kB)
[INFO] Fetching org.w3c.css.sac_1.3.1.v200903091627.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (35.59kB)
[INFO] Fetching org.apache.commons.codec_1.13.0.v20200108-0001.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (143.6kB)
[INFO] Fetching org.apache.commons.io_2.6.0.v20190123-2029.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (82.7kB)
[INFO] Fetching org.apache.commons.logging_1.2.0.v20180409-1502.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (33.71kB)
[INFO] Fetching org.apache.felix.gogo.command_1.0.2.v20170914-1324.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (31.52kB)
[INFO] Fetching org.apache.felix.gogo.runtime_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (75.47kB)
[INFO] Fetching org.eclipse.osgi.services_3.8.0.v20190206-2147.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (44.03kB)
[INFO] Fetching org.apache.felix.gogo.shell_1.1.0.v20180713-1646.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (34.83kB)
[INFO] Fetching org.apache.felix.scr_2.1.16.v20200110-1820.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (155.55kB)
[INFO] Fetching org.eclipse.osgi.util_3.5.300.v20190708-1141.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (30.65kB)
[INFO] Fetching org.apache.httpcomponents.httpclient_4.5.10.v20200114-1512.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (333.78kB)
[INFO] Fetching org.apache.httpcomponents.httpcore_4.4.12.v20200108-1212.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (109.72kB)
[INFO] Fetching org.apache.httpcomponents.httpclient.win_4.5.10.v20200113-2105.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (17.36kB)
[INFO] Fetching org.apache.jasper.glassfish_2.2.2.v201501141630.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (2.36MB)
[INFO] Fetching org.apache.lucene.analyzers-common_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (696.23kB)
[INFO] Fetching org.apache.lucene.core_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (962.55kB)
Dec 16, 2020 4:00:34 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Dec 16, 2020 4:00:34 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.apache.lucene.analyzers-smartcn_8.4.1.v20200122-1459.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (3.42MB)
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from https://www.eclipse.org/downloads/download.php?format=xml&file=/mat/1.11.0/update-site/
Dec 16, 2020 4:00:36 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Dec 16, 2020 4:00:36 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.eclipse.birt.chart.device.extension_4.7.0.v201706222054.jar from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (153.15kB)
[INFO] Fetching org.eclipse.birt.chart.engine_4.7.0.v201706222054.jar from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (1.69MB)
[INFO] Fetching org.eclipse.birt.chart.device.swt_4.7.0.v201706222054.jar from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (61.88kB)
[INFO] Fetching org.eclipse.swt_3.114.0.v20200304-0601.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (16.01kB)
[INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (485.73kB)
[INFO] Fetching org.eclipse.emf.ecore.xmi_2.16.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (84.07kB)
[INFO] Fetching org.eclipse.birt.core_4.7.0.v201706222054.jar from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (530.51kB)
[INFO] Fetching org.eclipse.birt.chart.engine.extension_4.7.0.v201706222054.jar from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (295.23kB)
[INFO] Fetching org.eclipse.core.runtime_3.17.100.v20200203-0917.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (33.69kB)
[INFO] Fetching org.mozilla.javascript_1.7.5.v201504281450.jar from https://download.eclipse.org/birt/update-site/oxygen-interim/plugins/ (1.12MB)
[INFO] Fetching org.eclipse.core.commands_3.9.700.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (43.01kB)
[INFO] Fetching org.eclipse.equinox.common_3.11.0.v20200206-0817.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (52.7kB)
[INFO] Fetching org.eclipse.core.contenttype_3.7.600.v20200124-1609.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (41.5kB)
[INFO] Fetching org.eclipse.equinox.preferences_3.7.700.v20191213-1901.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (54.37kB)
[INFO] Fetching org.eclipse.equinox.registry_3.8.700.v20200121-1457.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (76.99kB)
[INFO] Fetching org.eclipse.core.databinding_1.8.0.v20200205-2008.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (55.68kB)
[INFO] Fetching org.eclipse.core.databinding.observable_1.9.0.v20200205-2119.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (82.47kB)
[INFO] Fetching org.eclipse.core.databinding.property_1.8.0.v20200124-0715.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (44.98kB)
[INFO] Fetching org.eclipse.core.databinding.beans_1.6.100.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (26.2kB)
[INFO] Fetching org.eclipse.core.expressions_3.6.700.v20200212-1751.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (33.98kB)
[INFO] Fetching org.eclipse.core.filesystem_1.7.700.v20200110-1734.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (27.79kB)
[INFO] Fetching org.eclipse.core.jobs_3.10.700.v20200106-1020.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (46.09kB)
[INFO] Fetching org.eclipse.core.net_1.3.800.v20200218-0937.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (33.79kB)
[INFO] Fetching org.eclipse.equinox.security_1.3.500.v20200114-1637.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (44.56kB)
[INFO] Fetching org.eclipse.core.resources_3.13.700.v20200209-1624.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (873.17kB)
[INFO] Fetching org.eclipse.equinox.app_1.4.400.v20191212-0743.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (42.13kB)
[INFO] Fetching org.eclipse.e4.core.commands_0.12.900.v20200110-1732.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (13.76kB)
[INFO] Fetching org.eclipse.e4.core.di_1.7.500.v20190916-2125.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (25.92kB)
[INFO] Fetching javax.inject_1.0.0.v20091030.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (14.07kB)
[INFO] Fetching org.eclipse.e4.core.contexts_1.8.400.v20191217-1710.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (22.66kB)
[INFO] Fetching org.eclipse.e4.core.services_2.2.200.v20200127-0814.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (28.2kB)
[INFO] Fetching org.eclipse.e4.core.di.annotations_1.6.600.v20191216-2352.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (7.68kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions_0.15.500.v20200106-1259.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (7.75kB)
[INFO] Fetching org.eclipse.e4.core.di.extensions.supplier_0.15.500.v20200106-1259.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (16.67kB)
[INFO] Fetching org.eclipse.e4.emf.xpath_0.2.600.v20191216-0805.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (21.82kB)
[INFO] Fetching org.apache.commons.jxpath_1.3.0.v200911051830.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (107.16kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.swt_0.14.900.v20200213-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (61.43kB)
[INFO] Fetching org.eclipse.e4.ui.bindings_0.12.800.v20191216-0805.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (22.97kB)
[INFO] Fetching org.eclipse.e4.ui.model.workbench_2.1.700.v20200113-1422.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (111.14kB)
[INFO] Fetching org.eclipse.e4.ui.services_1.3.700.v20190930-1643.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (13.16kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt_0.14.1100.v20200217-1217.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (94.67kB)
[INFO] Fetching org.eclipse.e4.ui.workbench_1.11.200.v20200205-1503.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (85.45kB)
[INFO] Fetching org.eclipse.e4.ui.css.core_0.12.1000.v20200129-0903.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (65.52kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt_0.13.900.v20200203-0840.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (79.02kB)
[INFO] Fetching org.w3c.dom.smil_1.0.1.v200903091627.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (16.71kB)
[INFO] Fetching org.eclipse.e4.ui.css.swt.theme_0.12.600.v20200124-0005.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (16.45kB)
[INFO] Fetching org.eclipse.e4.ui.di_1.2.800.v20200128-0855.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (9.76kB)
[INFO] Fetching org.eclipse.e4.ui.widgets_1.2.700.v20191222-1048.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (9.45kB)
[INFO] Fetching org.eclipse.equinox.event_1.5.300.v20191001-1333.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (16.7kB)
[INFO] Fetching org.eclipse.equinox.launcher_1.5.700.v20200207-2156.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (29.85kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator_1.3.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (23.81kB)
[INFO] Fetching org.eclipse.osgi.compatibility.state_1.1.700.v20200207-2156.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (103.36kB)
[INFO] Fetching org.eclipse.equinox.launcher.win32.win32.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (80.12kB)
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.114.0.v20200304-0601.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (1.13MB)
Dec 16, 2020 4:00:48 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Dec 16, 2020 4:00:48 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.eclipse.jface_3.19.0.v20200218-1607.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (361.89kB)
[INFO] Fetching org.eclipse.jface.databinding_1.11.0.v20200205-2119.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (78.02kB)
[INFO] Fetching org.eclipse.e4.ui.workbench3_0.15.400.v20191216-0805.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (13.07kB)
[INFO] Fetching org.eclipse.equinox.console_1.4.0.v20190819-1430.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (51.54kB)
[INFO] Fetching org.eclipse.e4.ui.workbench.addons.swt_1.3.800.v20191212-1231.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (50.07kB)
[INFO] Fetching org.eclipse.equinox.bidi_1.2.300.v20191213-1901.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (23.95kB)
[INFO] Fetching org.eclipse.e4.ui.dialogs_1.1.700.v20200201-1719.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (24.04kB)
[INFO] Fetching org.eclipse.e4.rcp_4.15.0.v20200304-0601.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/features/ (20.83kB)
[INFO] Fetching org.eclipse.e4.ui.ide_3.15.0.v20200113-2039.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (8.02kB)
[INFO] Fetching org.eclipse.emf.ecore.change_2.14.0.v20190528-0725.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (51.02kB)
[INFO] Fetching org.eclipse.ecf_3.9.5.v20200217-1548.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (48.04kB)
[INFO] Fetching org.eclipse.ecf.identity_3.9.300.v20191020-1846.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (27.11kB)
[INFO] Fetching org.eclipse.equinox.concurrent_1.1.500.v20200106-1437.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (12.22kB)
[INFO] Fetching org.eclipse.ecf.core.feature_1.5.500.v20200217-1548.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/features/ (18.6kB)
[INFO] Fetching org.eclipse.ecf.ssl_1.2.300.v20191012-1926.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (9.95kB)
[INFO] Fetching org.eclipse.ecf.core.ssl.feature_1.1.300.v20191023-2007.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/features/ (18.56kB)
[INFO] Fetching org.eclipse.ecf.filetransfer_5.1.0.v20200217-0016.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (20.34kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer_3.2.500.v20191017-1905.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (45.01kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.feature_3.14.700.v20200217-0016.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/features/ (26.68kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45_1.0.200.v20200212-0036.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (35.66kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.httpclient45.win32_1.0.100.v20200212-0036.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (14.31kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.httpclient45.feature_1.0.300.v20200217-0016.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/features/ (26.64kB)
[INFO] Fetching org.eclipse.ecf.provider.filetransfer.ssl_1.0.101.v20191012-1926.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (7.37kB)
[INFO] Fetching org.eclipse.ecf.filetransfer.ssl.feature_1.1.200.v20191024-1546.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/features/ (22.6kB)
[INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (115.01kB)
[INFO] Fetching org.eclipse.emf.common_2.18.0.v20191225-1014.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/features/ (19.06kB)
[INFO] Fetching org.eclipse.emf.ecore_2.21.0.v20200127-1342.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/features/ (19.12kB)
[INFO] Fetching org.eclipse.equinox.executable_3.8.700.v20200207-2156.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/features/ (247.66kB)
[INFO] Fetching org.eclipse.equinox.executable_root.win32.win32.x86_64_3.8.700.v20200207-2156 from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/binary/ (150.98kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin_2.1.400.v20191002-0702.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (19.47kB)
[INFO] Fetching org.eclipse.equinox.frameworkadmin.equinox_1.1.300.v20200211-1503.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (34.39kB)
[INFO] Fetching org.eclipse.equinox.http.jetty_3.7.400.v20200123-1333.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (16.59kB)
[INFO] Fetching org.eclipse.equinox.http.servlet_1.6.400.v20191213-1757.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (76.5kB)
[INFO] Fetching org.eclipse.jetty.http_9.4.27.v20200227.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (220.64kB)
[INFO] Fetching org.eclipse.jetty.server_9.4.27.v20200227.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (708.45kB)
[INFO] Fetching org.eclipse.jetty.servlet_9.4.27.v20200227.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (139.01kB)
[INFO] Fetching org.eclipse.jetty.util_9.4.27.v20200227.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (572.85kB)
[INFO] Fetching org.eclipse.equinox.http.registry_1.1.700.v20190214-1948.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (18.49kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper_1.1.400.v20191213-1757.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (14.67kB)
[INFO] Fetching org.eclipse.equinox.jsp.jasper.registry_1.1.300.v20190714-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (8.71kB)
[INFO] Fetching org.eclipse.equinox.p2.artifact.repository_1.3.400.v20191224-0854.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (58.06kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.4.700.v20191213-1911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (108.27kB)
[INFO] Fetching org.tukaani.xz_1.8.0.v20180207-1613.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (44.42kB)
[INFO] Fetching org.eclipse.equinox.p2.core_2.6.300.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (32.04kB)
[INFO] Fetching org.eclipse.equinox.p2.jarprocessor_1.1.600.v20200217-1130.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (38.9kB)
[INFO] Fetching org.eclipse.equinox.p2.repository_2.4.700.v20200110-2121.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (55.47kB)
[INFO] Fetching org.eclipse.equinox.p2.console_1.1.300.v20191014-1219.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (17.99kB)
[INFO] Fetching org.eclipse.equinox.p2.director_2.4.600.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (48.12kB)
[INFO] Fetching org.eclipse.equinox.p2.engine_2.6.600.v20200110-2121.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (74.67kB)
[INFO] Fetching org.eclipse.equinox.p2.garbagecollector_1.1.400.v20200221-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (13.86kB)
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.3.400.v20191211-1528.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (50.94kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.eclipse_2.2.600.v20200114-1339.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (46.47kB)
[INFO] Fetching org.eclipse.equinox.p2.touchpoint.natives_1.3.500.v20200218-1022.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (35.85kB)
[INFO] Fetching org.eclipse.equinox.simpleconfigurator.manipulator_2.1.500.v20200211-1505.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (16.64kB)
[INFO] Fetching org.sat4j.core_2.3.5.v201308161310.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (116.64kB)
[INFO] Fetching org.sat4j.pb_2.3.5.v201404071733.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (81.19kB)
[INFO] Fetching org.eclipse.equinox.p2.transport.ecf_1.2.400.v20200123-2221.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (22.35kB)
[INFO] Fetching org.eclipse.equinox.p2.operations_2.5.700.v20191211-1713.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (31.99kB)
[INFO] Fetching org.eclipse.equinox.security.win32.x86_64_1.1.200.v20190812-0919.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (37.04kB)
[INFO] Fetching org.eclipse.equinox.p2.core.feature_1.6.500.v20200221-1022.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/features/ (19.64kB)
[INFO] Fetching org.eclipse.equinox.p2.director.app_1.1.500.v20200211-1504.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (37.85kB)
[INFO] Fetching org.eclipse.equinox.p2.directorywatcher_1.2.500.v20191211-1631.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (17.45kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher_1.5.300.v20191016-0507.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (43.28kB)
[INFO] Fetching org.eclipse.equinox.p2.publisher.eclipse_1.3.500.v20200203-1449.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (105.62kB)
[INFO] Fetching org.eclipse.equinox.p2.extensionlocation_1.3.400.v20191213-1911.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (17.43kB)
[INFO] Fetching org.eclipse.equinox.p2.reconciler.dropins_1.3.300.v20191211-1631.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (27.51kB)
[INFO] Fetching org.eclipse.equinox.p2.repository.tools_2.2.500.v20200110-2121.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (121.9kB)
[INFO] Fetching org.eclipse.equinox.p2.extras.feature_1.4.700.v20200221-1022.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/features/ (19.11kB)
[INFO] Fetching org.eclipse.equinox.p2.ui_2.5.800.v20200213-1530.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (287.29kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk.scheduler_1.4.600.v20200221-0754.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (46.79kB)
[INFO] Fetching org.eclipse.equinox.p2.updatechecker_1.2.300.v20200222-1600.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (10.9kB)
[INFO] Fetching org.eclipse.equinox.security.ui_1.2.600.v20191213-1901.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (71.21kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.sdk_1.1.500.v20191016-0512.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (26.68kB)
[INFO] Fetching org.eclipse.equinox.p2.rcp.feature_1.4.700.v20200222-1600.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/features/ (19.03kB)
[INFO] Fetching org.eclipse.ui_3.116.0.v20200203-1308.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (363.87kB)
[INFO] Fetching org.eclipse.equinox.p2.ui.importexport_1.2.400.v20191016-0512.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (62.67kB)
[INFO] Fetching org.eclipse.ui.forms_3.9.0.v20200213-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (124.26kB)
[INFO] Fetching org.eclipse.equinox.p2.updatesite_1.1.300.v20191016-0515.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (44.64kB)
[INFO] Fetching org.eclipse.equinox.p2.user.ui_2.4.700.v20200222-1600.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/features/ (18.91kB)
[INFO] Fetching org.eclipse.help_3.8.700.v20191212-1123.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (125.61kB)
[INFO] Fetching org.eclipse.help.base_4.2.900.v20200305-0155.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (165.77kB)
[INFO] Fetching org.eclipse.help.ui_4.1.800.v20200218-0731.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (205.18kB)
[INFO] Fetching org.eclipse.help.webapp_3.9.800.v20200217-1539.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (285.23kB)
[INFO] Fetching org.eclipse.jetty.continuation_9.4.27.v20200227.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (31.79kB)
[INFO] Fetching org.eclipse.jetty.io_9.4.27.v20200227.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (170.91kB)
[INFO] Fetching org.eclipse.jetty.security_9.4.27.v20200227.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (126.39kB)
[INFO] Fetching org.eclipse.help_2.3.100.v20200305-0155.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/features/ (19.52kB)
[INFO] Fetching org.eclipse.jface.text_3.16.200.v20200218-0828.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (317.81kB)
[INFO] Fetching org.eclipse.text_3.10.100.v20200217-1239.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (100.66kB)
[INFO] Fetching org.eclipse.mat.api_1.11.0.202012021418.jar.pack.gz from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (277.25kB)
[INFO] Fetching org.eclipse.mat.report_1.11.0.202012021418.jar.pack.gz from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (122.62kB)
[INFO] Fetching org.eclipse.mat.chart_1.11.0.202012021418.jar.pack.gz from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (17.74kB)
[INFO] Fetching org.eclipse.mat.chart.ui_1.11.0.202012021418.jar.pack.gz from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (14.28kB)
[INFO] Fetching org.eclipse.mat.ui_1.11.0.202012021418.jar.pack.gz from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (266.82kB)
[INFO] Fetching org.eclipse.ui.ide_3.17.0.v20200217-1511.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (961.05kB)
Dec 16, 2020 4:01:08 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Dec 16, 2020 4:01:08 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.eclipse.ui.workbench_3.118.0.v20200222-0719.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (1,004.16kB)
Dec 16, 2020 4:01:10 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Dec 16, 2020 4:01:10 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.eclipse.mat.dtfj_1.11.0.202012021418.jar.pack.gz from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (72.89kB)
[INFO] Fetching org.eclipse.mat.parser_1.11.0.202012021418.jar.pack.gz from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (150.73kB)
[INFO] Fetching org.eclipse.mat.hprof_1.11.0.202012021418.jar.pack.gz from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (80.34kB)
[INFO] Fetching org.eclipse.mat.ibmdumps_1.11.0.202012021418.jar.pack.gz from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (30.01kB)
[INFO] Fetching org.eclipse.mat.jruby.resolver_1.11.0.202012021418.jar.pack.gz from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (12.98kB)
[INFO] Fetching org.eclipse.ui.cheatsheets_3.5.700.v20200216-1748.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (151.09kB)
[INFO] Fetching org.eclipse.ui.intro_3.5.900.v20200217-1223.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (142.42kB)
[INFO] Fetching org.eclipse.ui.views_3.10.200.v20200213-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (48.15kB)
[INFO] Fetching org.eclipse.mat.ui.help_1.11.0.202012021418.jar.pack.gz from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (5.13MB)
[INFO] Fetching org.eclipse.mat.ui.rcp_1.11.0.202012021418.jar.pack.gz from https://download.eclipse.org/mat/2020-12/RC1/update-site/plugins/ (79.41kB)
[INFO] Fetching org.eclipse.ui.themes_1.2.900.v20200106-1021.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (28.37kB)
[INFO] Fetching org.eclipse.platform_4.15.0.v20200305-0155.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (406.3kB)
[INFO] Fetching org.eclipse.ui.views.log_1.2.1000.v20200127-1026.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (84.98kB)
[INFO] Fetching org.eclipse.ui.net_1.3.700.v20200212-0844.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (20.17kB)
[INFO] Fetching org.eclipse.mat.ui.rcp.feature_1.11.0.202012021418.jar from https://download.eclipse.org/mat/2020-12/RC1/update-site/features/ (19.76kB)
[INFO] Fetching org.eclipse.mat.ui.rcp.feature_root_1.11.0.202012021418 from https://download.eclipse.org/mat/2020-12/RC1/update-site/binary/ (8.68kB)
[INFO] Fetching org.eclipse.mat.ui.rcp.feature_root.win32.win32.x86_64_1.11.0.202012021418 from https://download.eclipse.org/mat/2020-12/RC1/update-site/binary/ (379B)
[INFO] Fetching org.eclipse.update.configurator_3.4.500.v20200225-0827.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (43.3kB)
[INFO] Fetching org.eclipse.rcp_4.15.0.v20200305-0155.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (9.42kB)
[INFO] Fetching org.eclipse.rcp_4.15.0.v20200305-0155.jar from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/features/ (19.09kB)
[INFO] Fetching org.eclipse.rcp_root_4.15.0.v20200305-0155 from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/binary/ (25.54kB)
[INFO] Fetching org.eclipse.ui.navigator_3.9.200.v20200213-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (133.31kB)
Dec 16, 2020 4:01:19 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Dec 16, 2020 4:01:19 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.eclipse.e4.ui.workbench.renderers.swt.cocoa_0.12.500.v20200123-1115.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (16.29kB)
[INFO] Fetching org.eclipse.equinox.launcher.cocoa.macosx.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (39.44kB)
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.114.0.v20200304-0601.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (835.59kB)
[INFO] Fetching org.eclipse.equinox.executable_root.cocoa.macosx.x86_64_3.8.700.v20200207-2156 from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/binary/ (17.06kB)
[INFO] Fetching org.eclipse.equinox.security.macosx_1.101.200.v20190903-0934.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (24.56kB)
[INFO] Fetching org.eclipse.ui.cocoa_1.2.400.v20191217-1850.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (7.61kB)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (69.13kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.114.0.v20200304-0601.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (957.9kB)
[INFO] Fetching org.eclipse.e4.ui.swt.gtk_1.0.600.v20190627-0755.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (8kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.x86_64_3.8.700.v20200207-2156 from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/binary/ (25.82kB)
[INFO] Fetching org.eclipse.equinox.security.linux.x86_64_1.1.300.v20190830-1238.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (12.67kB)
[INFO] Fetching org.eclipse.mat.ui.rcp.feature_root.gtk.linux.x86_64_1.11.0.202012021418 from https://download.eclipse.org/mat/2020-12/RC1/update-site/binary/ (355B)
[INFO] Fetching org.eclipse.equinox.launcher.gtk.linux.ppc64le_1.1.1100.v20190907-0426.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (76.46kB)
[INFO] Fetching org.eclipse.swt.gtk.linux.ppc64le_3.114.0.v20200304-0601.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (977.35kB)
[INFO] Fetching org.eclipse.equinox.executable_root.gtk.linux.ppc64le_3.8.700.v20200207-2156 from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/binary/ (31.07kB)
[INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.product:1.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/pom.xml
[WARNING] Ignoring Bundle-ClassPath entry 'external:$java.home$/lib/ext/healthcenter.jar' of bundle /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mat.ibmdumps/1.11.0.202012021418/org.eclipse.mat.ibmdumps-1.11.0.202012021418.jar
[WARNING] Ignoring Bundle-ClassPath entry 'external:$java.home$/../lib/tools.jar' of bundle /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mat.ibmdumps/1.11.0.202012021418/org.eclipse.mat.ibmdumps-1.11.0.202012021418.jar
[INFO] Computing target platform for MavenProject: org.eclipse.mat:org.eclipse.mat.ui.rcp.tests:1.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/mat-standalone-packages/plugins/org.eclipse.mat.ui.rcp.tests/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.mat:org.eclipse.mat.ui.rcp.tests:1.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/mat-standalone-packages/plugins/org.eclipse.mat.ui.rcp.tests/pom.xml
[INFO] Fetching com.ibm.dtfj.api_1.12.29003.202006111057.jar from http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins/ (29.43kB)
[INFO] Fetching com.ibm.dtfj.j9_1.12.29003.202006111057.jar from http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins/ (31.86MB)
[INFO] Fetching com.ibm.dtfj.j9_1.12.29003.202006111057.jar from http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins/ (4.81MB of 31.86MB at 4.37MB/s)
[INFO] Fetching com.ibm.dtfj.j9_1.12.29003.202006111057.jar from http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins/ (12.25MB of 31.86MB at 5.9MB/s)
[INFO] Fetching com.ibm.dtfj.j9_1.12.29003.202006111057.jar from http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins/ (19.68MB of 31.86MB at 6.39MB/s)
[INFO] Fetching com.ibm.dtfj.j9_1.12.29003.202006111057.jar from http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/plugins/ (27.12MB of 31.86MB at 6.62MB/s)
[INFO] Fetching com.ibm.dtfj.feature_1.12.29003.202006111057.jar from http://public.dhe.ibm.com/ibmdl/export/pub/software/websphere/runtimes/tools/dtfj/features/ (425.25kB)
[INFO] Fetching org.eclipse.compare_3.7.900.v20200129-0902.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (306.39kB)
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.14.100.v20200212-1049.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (233.92kB)
[INFO] Fetching org.eclipse.ui.editors_3.13.100.v20200130-1507.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (200.77kB)
[INFO] Fetching org.eclipse.compare.core_3.6.800.v20191213-2246.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (33.04kB)
[INFO] Fetching org.eclipse.core.filebuffers_3.6.900.v20200117-0616.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (41.39kB)
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.10.400.v20200215-1156.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (107.96kB)
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.10.200.v20200221-2020.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (182.38kB)
[INFO] Fetching org.eclipse.team.core_3.8.900.v20200211-0946.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (126.56kB)
[INFO] Fetching org.eclipse.team.ui_3.8.800.v20200211-0752.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (494.08kB)
[INFO] Fetching org.junit_4.13.0.v20200204-1500.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (123kB)
[INFO] Fetching org.eclipse.swtbot.eclipse.finder_3.0.0.202006031738.jar.pack.gz from http://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (55.19kB)
[INFO] Fetching org.eclipse.swtbot.swt.finder_3.0.0.202006031738.jar.pack.gz from http://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (256.05kB)
[INFO] Fetching org.eclipse.swtbot.junit4_x_3.0.0.202006031738.jar.pack.gz from http://download.eclipse.org/technology/swtbot/releases/latest/plugins/ (20.78kB)
Dec 16, 2020 4:01:41 PM org.apache.http.impl.execchain.RetryExec execute
INFO: I/O exception (org.apache.http.NoHttpResponseException) caught when processing request to {s}->https://download.eclipse.org:443: The target server failed to respond
Dec 16, 2020 4:01:41 PM org.apache.http.impl.execchain.RetryExec execute
INFO: Retrying request to {s}->https://download.eclipse.org:443
[INFO] Fetching org.hamcrest.core_1.3.0.v20180420-1519.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (29.18kB)
[INFO] Fetching org.hamcrest.library_1.3.0.v20180524-2246.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (32.1kB)
[INFO] Fetching org.apache.log4j_1.2.15.v201012070815.jar from https://download.eclipse.org/birt/update-site/oxygen-interim/plugins/ (405.32kB)
[INFO] Fetching org.eclipse.ui.ide.application_1.3.600.v20200116-2127.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (56.27kB)
[INFO] Fetching org.eclipse.ui.navigator.resources_3.7.200.v20200213-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (70.9kB)
[INFO] Fetching org.eclipse.urischeme_1.0.600.v20200115-1733.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (21.42kB)
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.8.800.v20200213-1442.jar.pack.gz from https://download.eclipse.org/eclipse/updates/4.15/R-4.15-202003050155/plugins/ (40.96kB)
[INFO] Resolving class path of MavenProject: org.eclipse.mat:org.eclipse.mat.ui.rcp.tests:1.11.0-SNAPSHOT @ /home/jenkins/agent/workspace/mat-standalone-packages/plugins/org.eclipse.mat.ui.rcp.tests/pom.xml
[WARNING] Ignoring Bundle-ClassPath entry 'external:$java.home$/lib/ext/healthcenter.jar' of bundle /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mat.ibmdumps/1.11.0.202012021418/org.eclipse.mat.ibmdumps-1.11.0.202012021418.jar
[WARNING] Ignoring Bundle-ClassPath entry 'external:$java.home$/../lib/tools.jar' of bundle /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.mat.ibmdumps/1.11.0.202012021418/org.eclipse.mat.ibmdumps-1.11.0.202012021418.jar
[WARNING] The project org.eclipse.mat:parent:pom:1.11.0-SNAPSHOT uses prerequisites which is only intended for maven-plugin projects but not for non maven-plugin projects. For such purposes you should use the maven-enforcer-plugin. See https://maven.apache.org/enforcer/enforcer-rules/requireMavenVersion.html
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] MAT Parent                                                         [pom]
[INFO] org.eclipse.mat.targetdef                    [eclipse-target-definition]
[INFO] MAT RCP                                             [eclipse-repository]
[INFO] org.eclipse.mat.ui.rcp.tests                       [eclipse-test-plugin]
[INFO] 
[INFO] -----------------------< org.eclipse.mat:parent >-----------------------
[INFO] Building MAT Parent 1.11.0-SNAPSHOT                                [1/4]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ parent ---
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/parent/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/parent/1.11.0-SNAPSHOT/parent-1.11.0-SNAPSHOT.pom
[INFO] 
[INFO] -------------< org.eclipse.mat:org.eclipse.mat.targetdef >--------------
[INFO] Building org.eclipse.mat.targetdef 1.11.0-SNAPSHOT                 [2/4]
[INFO] ---------------------[ eclipse-target-definition ]----------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.targetdef ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-target-definition (default-package-target-definition) @ org.eclipse.mat.targetdef ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.targetdef ---
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.targetdef/org.eclipse.mat.targetdef.target to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.targetdef/1.11.0-SNAPSHOT/org.eclipse.mat.targetdef-1.11.0-SNAPSHOT.target
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.targetdef/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.targetdef/1.11.0-SNAPSHOT/org.eclipse.mat.targetdef-1.11.0-SNAPSHOT.pom
[INFO] 
[INFO] --------------< org.eclipse.mat:org.eclipse.mat.product >---------------
[INFO] Building MAT RCP 1.11.0-SNAPSHOT                                   [3/4]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.product ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.mat.product ---
[INFO] The project's OSGi version is 1.11.0.202012161559
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.mat.product ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.product ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/src/main/resources
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.mat.product ---
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] Published profile IUs: [a.jre.javase 14.0.0, config.a.jre.javase 14.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-products (default-publish-products) @ org.eclipse.mat.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.7.0:publish-categories (default-publish-categories) @ org.eclipse.mat.product ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.7.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.mat.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.7.0:assemble-repository (default-assemble-repository) @ org.eclipse.mat.product ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.7.0:archive-repository (default-archive-repository) @ org.eclipse.mat.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/org.eclipse.mat.product-1.11.0-SNAPSHOT.zip
[INFO] 
[INFO] --- tycho-p2-director-plugin:1.7.0:materialize-products (materialize-products) @ org.eclipse.mat.product ---
[INFO] Installing product org.eclipse.mat.ui.rcp.MemoryAnalyzer for environment win32/win32/x86_64 to /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/win32/win32/x86_64/mat
Installing org.eclipse.mat.ui.rcp.MemoryAnalyzer 1.11.0.
Installing org.eclipse.mat.ui.rcp.feature.feature.group 1.11.0.202012021418.
Operation completed in 4084 ms.
[INFO] Installing product org.eclipse.mat.ui.rcp.MemoryAnalyzer for environment macosx/cocoa/x86_64 to /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/macosx/cocoa/x86_64/mat.app
Installing org.eclipse.mat.ui.rcp.MemoryAnalyzer 1.11.0.
Installing org.eclipse.mat.ui.rcp.feature.feature.group 1.11.0.202012021418.
Operation completed in 4337 ms.
[INFO] Installing product org.eclipse.mat.ui.rcp.MemoryAnalyzer for environment linux/gtk/x86_64 to /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/linux/gtk/x86_64/mat
Installing org.eclipse.mat.ui.rcp.MemoryAnalyzer 1.11.0.
Installing org.eclipse.mat.ui.rcp.feature.feature.group 1.11.0.202012021418.
Operation completed in 3826 ms.
[INFO] Installing product org.eclipse.mat.ui.rcp.MemoryAnalyzer for environment linux/gtk/ppc64le to /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer/linux/gtk/ppc64le/mat
Installing org.eclipse.mat.ui.rcp.MemoryAnalyzer 1.11.0.
Installing org.eclipse.mat.ui.rcp.feature.feature.group 1.11.0.202012021418.
Operation completed in 6121 ms.
[INFO] 
[INFO] --- tycho-p2-director-plugin:1.7.0:archive-products (archive-products) @ org.eclipse.mat.product ---
[INFO] Building zip: /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-win32.win32.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-macosx.cocoa.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-linux.gtk.x86_64.zip
[INFO] Building zip: /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-linux.gtk.ppc64le.zip
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.product ---
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/org.eclipse.mat.product-1.11.0-SNAPSHOT.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.11.0-SNAPSHOT/org.eclipse.mat.product-1.11.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.11.0-SNAPSHOT/org.eclipse.mat.product-1.11.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/extraArtifacts/org.eclipse.mat.ui.rcp.MemoryAnalyzer.executable.gtk.linux.ppc64le.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.11.0-SNAPSHOT/org.eclipse.mat.product-1.11.0-SNAPSHOT-org.eclipse.mat.ui.rcp.MemoryAnalyzer.executable.gtk.linux.ppc64le.zip
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.11.0-SNAPSHOT/org.eclipse.mat.product-1.11.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/extraArtifacts/org.eclipse.mat.ui.rcp.MemoryAnalyzer.executable.gtk.linux.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.11.0-SNAPSHOT/org.eclipse.mat.product-1.11.0-SNAPSHOT-org.eclipse.mat.ui.rcp.MemoryAnalyzer.executable.gtk.linux.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.11.0-SNAPSHOT/org.eclipse.mat.product-1.11.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/extraArtifacts/org.eclipse.mat.ui.rcp.MemoryAnalyzer.executable.win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.11.0-SNAPSHOT/org.eclipse.mat.product-1.11.0-SNAPSHOT-org.eclipse.mat.ui.rcp.MemoryAnalyzer.executable.win32.win32.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/extraArtifacts/org.eclipse.mat.ui.rcp.MemoryAnalyzer.executable.cocoa.macosx.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.11.0-SNAPSHOT/org.eclipse.mat.product-1.11.0-SNAPSHOT-org.eclipse.mat.ui.rcp.MemoryAnalyzer.executable.cocoa.macosx.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-win32.win32.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.11.0-SNAPSHOT/org.eclipse.mat.product-1.11.0-SNAPSHOT-win32.win32.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-macosx.cocoa.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.11.0-SNAPSHOT/org.eclipse.mat.product-1.11.0-SNAPSHOT-macosx.cocoa.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-linux.gtk.x86_64.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.11.0-SNAPSHOT/org.eclipse.mat.product-1.11.0-SNAPSHOT-linux.gtk.x86_64.zip
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-linux.gtk.ppc64le.zip to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.product/1.11.0-SNAPSHOT/org.eclipse.mat.product-1.11.0-SNAPSHOT-linux.gtk.ppc64le.zip
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.product ---
[INFO] 
[INFO] ------------< org.eclipse.mat:org.eclipse.mat.ui.rcp.tests >------------
[INFO] Building org.eclipse.mat.ui.rcp.tests 1.11.0-SNAPSHOT              [4/4]
[INFO] ------------------------[ eclipse-test-plugin ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.mat.ui.rcp.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:build-qualifier (default-build-qualifier) @ org.eclipse.mat.ui.rcp.tests ---
[INFO] The project's OSGi version is 1.11.0.202012161559
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-id (default-validate-id) @ org.eclipse.mat.ui.rcp.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:validate-version (default-validate-version) @ org.eclipse.mat.ui.rcp.tests ---
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:resources (default-resources) @ org.eclipse.mat.ui.rcp.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mat-standalone-packages/plugins/org.eclipse.mat.ui.rcp.tests/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.7.0:compile (default-compile) @ org.eclipse.mat.ui.rcp.tests ---
[INFO] Compiling 2 source files to /home/jenkins/agent/workspace/mat-standalone-packages/plugins/org.eclipse.mat.ui.rcp.tests/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.4.1:testResources (default-testResources) @ org.eclipse.mat.ui.rcp.tests ---
[INFO] Using 'ISO-8859-1' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/mat-standalone-packages/plugins/org.eclipse.mat.ui.rcp.tests/src/test/resources
[INFO] 
[INFO] --- target-platform-configuration:1.7.0:target-platform (default-target-platform) @ org.eclipse.mat.ui.rcp.tests ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.7.0:package-plugin (default-package-plugin) @ org.eclipse.mat.ui.rcp.tests ---
[INFO] Building jar: /home/jenkins/agent/workspace/mat-standalone-packages/plugins/org.eclipse.mat.ui.rcp.tests/target/org.eclipse.mat.ui.rcp.tests-1.11.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.mat.ui.rcp.tests ---
[INFO] 
[INFO] --- tycho-surefire-plugin:1.7.0:test (default-test) @ org.eclipse.mat.ui.rcp.tests ---
[INFO] Executing Test Runtime with timeout 0, logs (if any) will be placed at: /home/jenkins/agent/workspace/mat-standalone-packages/plugins/org.eclipse.mat.ui.rcp.tests/target/work/data/.metadata/.log
[INFO] Command line:
	[/opt/tools/java/oracle/jdk-8/1.8.0_202/jre/bin/java, -Dosgi.noShutdown=false, -Dosgi.os=linux, -Dosgi.ws=gtk, -Dosgi.arch=x86_64, -Dosgi.clean=true, -jar, /home/jenkins/.m2/repository/p2/osgi/bundle/org.eclipse.equinox.launcher/1.5.700.v20200207-2156/org.eclipse.equinox.launcher-1.5.700.v20200207-2156.jar, -data, /home/jenkins/agent/workspace/mat-standalone-packages/plugins/org.eclipse.mat.ui.rcp.tests/target/work/data, -install, /home/jenkins/agent/workspace/mat-standalone-packages/plugins/org.eclipse.mat.ui.rcp.tests/target/work, -configuration, /home/jenkins/agent/workspace/mat-standalone-packages/plugins/org.eclipse.mat.ui.rcp.tests/target/work/configuration, -application, org.eclipse.tycho.surefire.osgibooter.uitest, -testproperties, /home/jenkins/agent/workspace/mat-standalone-packages/plugins/org.eclipse.mat.ui.rcp.tests/target/surefire.properties, -testApplication, org.eclipse.mat.ui.rcp.application, -product, org.eclipse.mat.ui.rcp.MemoryAnalyzer, -nouithread]
Launching application org.eclipse.mat.ui.rcp.application...
Running org.eclipse.mat.ui.rcp.tests.AllTests
log4j:WARN No appenders could be found for logger (org.eclipse.swtbot.swt.finder.matchers.AbstractMatcher).
log4j:WARN Please initialize the log4j system properly.
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 4.406 s - in org.eclipse.mat.ui.rcp.tests.AllTests
testIfInstallNewSoftwareIsAvailable(org.eclipse.mat.ui.rcp.tests.MemoryAnalyzerProductTest)  Time elapsed: 0.558 s
testIfProxySettingsPreferenceIsAvailable(org.eclipse.mat.ui.rcp.tests.MemoryAnalyzerProductTest)  Time elapsed: 0.818 s
testIfErrorLogViewIsAvailable(org.eclipse.mat.ui.rcp.tests.MemoryAnalyzerProductTest)  Time elapsed: 0.009 s

Results:

Tests run: 3, Failures: 0, Errors: 0, Skipped: 0

[INFO] All tests passed!
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.mat.ui.rcp.tests ---
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/plugins/org.eclipse.mat.ui.rcp.tests/target/org.eclipse.mat.ui.rcp.tests-1.11.0-SNAPSHOT.jar to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.tests/1.11.0-SNAPSHOT/org.eclipse.mat.ui.rcp.tests-1.11.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/plugins/org.eclipse.mat.ui.rcp.tests/pom.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.tests/1.11.0-SNAPSHOT/org.eclipse.mat.ui.rcp.tests-1.11.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/plugins/org.eclipse.mat.ui.rcp.tests/target/p2content.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.tests/1.11.0-SNAPSHOT/org.eclipse.mat.ui.rcp.tests-1.11.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/mat-standalone-packages/plugins/org.eclipse.mat.ui.rcp.tests/target/p2artifacts.xml to /home/jenkins/.m2/repository/org/eclipse/mat/org.eclipse.mat.ui.rcp.tests/1.11.0-SNAPSHOT/org.eclipse.mat.ui.rcp.tests-1.11.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.7.0:update-local-index (default-update-local-index) @ org.eclipse.mat.ui.rcp.tests ---
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for MAT Parent 1.11.0-SNAPSHOT:
[INFO] 
[INFO] MAT Parent ......................................... SUCCESS [  3.246 s]
[INFO] org.eclipse.mat.targetdef .......................... SUCCESS [  0.382 s]
[INFO] MAT RCP ............................................ SUCCESS [ 45.938 s]
[INFO] org.eclipse.mat.ui.rcp.tests ....................... SUCCESS [ 30.680 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  03:23 min
[INFO] Finished at: 2020-12-16T16:03:04Z
[INFO] ------------------------------------------------------------------------
+ echo 'Copying packages to /home/data/httpd/download.eclipse.org/mat/snapshots/rcp_1.11'
Copying packages to /home/data/httpd/download.eclipse.org/mat/snapshots/rcp_1.11
+ ssh genie.mat@projects-storage.eclipse.org '[ -d "/home/data/httpd/download.eclipse.org/mat/snapshots/rcp_1.11" ]'
+ ssh genie.mat@projects-storage.eclipse.org 'mkdir -p "/home/data/httpd/download.eclipse.org/mat/snapshots/rcp_1.11"'
+ scp ../org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-linux.gtk.ppc64le.zip ../org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-linux.gtk.x86_64.zip ../org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-macosx.cocoa.x86_64.zip ../org.eclipse.mat.product/target/products/org.eclipse.mat.ui.rcp.MemoryAnalyzer-win32.win32.x86_64.zip genie.mat@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/mat/snapshots/rcp_1.11/
+ ssh genie.mat@projects-storage.eclipse.org 'ls -l /home/data/httpd/download.eclipse.org/mat/snapshots/rcp_1.11'
total 588544
-rw-r--r-- 1 genie.mat tools.mat 73174762 Dec 16 11:03 org.eclipse.mat.ui.rcp.MemoryAnalyzer-linux.gtk.ppc64le.zip
-rw-r--r-- 1 genie.mat tools.mat 73168725 Dec 16 11:03 org.eclipse.mat.ui.rcp.MemoryAnalyzer-linux.gtk.x86_64.zip
-rw-r--r-- 1 genie.mat tools.mat 73252591 Dec 16 11:03 org.eclipse.mat.ui.rcp.MemoryAnalyzer-macosx.cocoa.x86_64.zip
-rw-r--r-- 1 genie.mat tools.mat 76363841 Dec 16 11:03 org.eclipse.mat.ui.rcp.MemoryAnalyzer-win32.win32.x86_64.zip
Terminating xvnc.
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 62 killed;
[ssh-agent] Stopped.
Finished: SUCCESS