Skip to content

Console Output

Skipping 1 KB.. Full Log
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "centos-7-ll6nq"
    - name: "JENKINS_AGENT_WORKDIR"
      value: "/home/jenkins/agent"
    - name: "JENKINS_URL"
      value: "http://jenkins-ui.tcf.svc.cluster.local/tcf/"
    image: "docker.io/eclipsecbi/jiro-agent-centos-7:remoting-4.7"
    imagePullPolicy: "Always"
    name: "jnlp"
    resources:
      limits:
        cpu: "2000m"
        memory: "4096Mi"
      requests:
        cpu: "1000m"
        memory: "4096Mi"
    tty: true
    volumeMounts:
    - mountPath: "/home/jenkins/.m2/toolchains.xml"
      name: "m2-dir"
      readOnly: true
      subPath: "toolchains.xml"
    - mountPath: "/home/jenkins/.mavenrc"
      name: "m2-dir"
      readOnly: true
      subPath: ".mavenrc"
    - mountPath: "/opt/tools"
      name: "volume-0"
      readOnly: false
    - mountPath: "/home/jenkins"
      name: "volume-2"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/repository"
      name: "volume-3"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings-security.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings-security.xml"
    - mountPath: "/home/jenkins/.m2/wrapper"
      name: "volume-4"
      readOnly: false
    - mountPath: "/home/jenkins/.m2/settings.xml"
      name: "m2-secret-dir"
      readOnly: true
      subPath: "settings.xml"
    - mountPath: "/home/jenkins/.ssh"
      name: "volume-1"
      readOnly: false
    - mountPath: "/home/jenkins/agent"
      name: "workspace-volume"
      readOnly: false
    workingDir: "/home/jenkins/agent"
  nodeSelector:
    kubernetes.io/os: "linux"
  restartPolicy: "Never"
  volumes:
  - name: "volume-0"
    persistentVolumeClaim:
      claimName: "tools-claim-jiro-tcf"
      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-ll6nq (centos-7 jipp-migration migration) in workspace /home/jenkins/agent/workspace/tcf.gerrit
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository https://git.eclipse.org/r/tcf/org.eclipse.tcf
 > git init /home/jenkins/agent/workspace/tcf.gerrit # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/tcf/org.eclipse.tcf
 > git --version # timeout=10
 > git --version # 'git version 1.8.3.1'
 > git fetch --tags --progress https://git.eclipse.org/r/tcf/org.eclipse.tcf +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/tcf/org.eclipse.tcf # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://git.eclipse.org/r/tcf/org.eclipse.tcf # timeout=10
Fetching upstream changes from https://git.eclipse.org/r/tcf/org.eclipse.tcf
 > git fetch --tags --progress https://git.eclipse.org/r/tcf/org.eclipse.tcf refs/changes/38/185738/1 # timeout=10
 > git rev-parse bb484f93f6c03ebf29c9d4d4cc4e86586af424a8^{commit} # timeout=10
Checking out Revision bb484f93f6c03ebf29c9d4d4cc4e86586af424a8 (refs/changes/38/185738/1)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f bb484f93f6c03ebf29c9d4d4cc4e86586af424a8 # timeout=10
Commit message: "Bug 575916: Disassembly update with Memory changed events"
 > git rev-parse FETCH_HEAD^{commit} # timeout=10
 > git rev-list --no-walk 43ac28c76fc7a846abc5b39eb8ef0987b9b85948 # timeout=10
$ pkill Xvnc
$ pkill Xrealvnc
$ sh -c "rm -f /tmp/.X*-lock /tmp/.X11-unix/X*"
[tcf.gerrit] $ vncserver -list
Starting xvnc
[tcf.gerrit] $ Xvnc :63 -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


Thu Sep 23 12:26:57 2021
 vncext:      VNC extension running!
 vncext:      Listening for VNC connections on all interface(s), port 5963
 vncext:      created VNC server for screen 0
[tcf.gerrit] $ /bin/sh -x /tmp/jenkins5490939934918818965.sh
+ git fetch https://git.eclipse.org/r/tcf/org.eclipse.tcf refs/changes/38/185738/1
From https://git.eclipse.org/r/tcf/org.eclipse.tcf
 * branch            refs/changes/38/185738/1 -> FETCH_HEAD
+ git checkout FETCH_HEAD
HEAD is now at bb484f9... Bug 575916: Disassembly update with Memory changed events
+ CODE=0
+ '[' 0 -ne 0 ']'
[tcf.gerrit] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -DGERRIT_BRANCH=master -DGERRIT_PATCHSET_REVISION=bb484f93f6c03ebf29c9d4d4cc4e86586af424a8 -DGERRIT_HOST=gerrit-local -DGERRIT_CHANGE_OWNER_EMAIL=deep.amin@intel.com "-DGERRIT_EVENT_ACCOUNT_NAME=Deep Amin" -DGERRIT_CHANGE_URL=https://git.eclipse.org/r/c/tcf/org.eclipse.tcf/+/185738 -DGERRIT_PATCHSET_UPLOADER_EMAIL=deep.amin@intel.com -DGERRIT_EVENT_TYPE=patchset-created -DGERRIT_PROJECT=tcf/org.eclipse.tcf -DGERRIT_CHANGE_NUMBER=185738 -DGERRIT_SCHEME=ssh '-DGERRIT_PATCHSET_UPLOADER=\"Deep Amin\" <deep.amin@intel.com>' -DGERRIT_PORT=29418 -DGERRIT_CHANGE_PRIVATE_STATE=false -DGERRIT_REFSPEC=refs/changes/38/185738/1 "-DGERRIT_PATCHSET_UPLOADER_NAME=Deep Amin" '-DGERRIT_CHANGE_OWNER=\"Deep Amin\" <deep.amin@intel.com>' -DGERRIT_CHANGE_COMMIT_MESSAGE=QnVnIDU3NTkxNjogRGlzYXNzZW1ibHkgdXBkYXRlIHdpdGggTWVtb3J5IGNoYW5nZWQgZXZlbnRzCgpDaGFuZ2UtSWQ6IEkzOGE1OTZhMzJmZDk5MGM5ZDg4MjM0ZGNhZWE1YTE1OGZlNmE2ODVjClNpZ25lZC1vZmYtYnk6IERlZXAgQW1pbiA8ZGVlcC5hbWluQGludGVsLmNvbT4K "-DGERRIT_NAME=Eclipse Gerrit" -DGERRIT_TOPIC= "-DGERRIT_CHANGE_SUBJECT=Bug 575916: Disassembly update with Memory changed events" '-DGERRIT_EVENT_ACCOUNT=\"Deep Amin\" <deep.amin@intel.com>' -DGERRIT_CHANGE_WIP_STATE=false -DGERRIT_CHANGE_ID=I38a596a32fd990c9d88234dcaea5a158fe6a685c -DGERRIT_EVENT_HASH=-51123556 -DGERRIT_VERSION=3.2.7 -DGERRIT_EVENT_ACCOUNT_EMAIL=deep.amin@intel.com -DGERRIT_PATCHSET_NUMBER=1 "-DGERRIT_CHANGE_OWNER_NAME=Deep Amin" -Dmaven.repo.local=/home/jenkins/agent/workspace/tcf.gerrit/.repository 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.12.7-300.fc34.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (134B)
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (423B)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (3.87kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (3.83kB)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (172B)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (3.57kB)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/3.8/ (128B)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/3.8/ (128B)
[INFO] Adding repository http://download.eclipse.org/eclipse/updates/3.8
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/3.8/ (467B)
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/3.8/ (467B)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/categories/ (781B)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/categories/ (781B)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/ (335.64kB)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/ (335.64kB)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.1-201209141540/ (305.41kB)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.1-201209141540/ (305.41kB)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8-201206081200/ (334.1kB)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8-201206081200/ (334.1kB)
[INFO] Adding repository http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/ (188.24kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/ (188.24kB)
[INFO] Adding repository http://download.eclipse.org/tools/cdt/releases/kepler
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/cdt/releases/kepler/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/cdt/releases/kepler/
[INFO] Fetching content.jar from http://download.eclipse.org/tools/cdt/releases/kepler/r/ (57.99kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/cdt/releases/kepler/r/ (57.99kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr1/ (55.59kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr1/ (55.59kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/ (46.84kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/ (46.84kB)
[INFO] Adding repository http://download.eclipse.org/tm/terminal/updates/4.0
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tm/terminal/updates/4.0/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tm/terminal/updates/4.0/
[INFO] Fetching content.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/ (15.73kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/ (15.73kB)
[INFO] Adding repository http://download.eclipse.org/tm/updates/4.0
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tm/updates/4.0/
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tm/updates/4.0/
[INFO] Fetching content.jar from http://download.eclipse.org/tm/updates/4.0/GA/ (29.21kB)
[INFO] Fetching content.jar from http://download.eclipse.org/tm/updates/4.0/GA/ (29.21kB)
[INFO] Adding repository http://download.eclipse.org/technology/swtbot/releases/2.2.1
[INFO] Fetching content.jar from http://download.eclipse.org/technology/swtbot/releases/2.2.1/ (14.35kB)
[INFO] Fetching content.jar from http://download.eclipse.org/technology/swtbot/releases/2.2.1/ (14.35kB)
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf/pom.xml
[INFO] Fetching R-3.8.2-201301310800&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/eclipse/updates/3.8/
[INFO] Fetching R-3.8.2-201301310800&format=xml&countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?file=/eclipse/updates/3.8/
[INFO] Fetching org.eclipse.osgi_3.8.2.v20130124-134944.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (461.81kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.osgi_3.8.2.v20130124-134944.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (461.81kB)
[INFO] Unpacking org.eclipse.osgi_3.8.2.v20130124-134944...
[INFO] Fetching org.eclipse.core.contenttype_3.4.200.v20120523-2004.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (34.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.contenttype_3.4.200.v20120523-2004.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (34.75kB)
[INFO] Unpacking org.eclipse.core.contenttype_3.4.200.v20120523-2004...
[INFO] Fetching org.eclipse.equinox.preferences_3.5.1.v20121031-182809.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (46.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.preferences_3.5.1.v20121031-182809.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (46.33kB)
[INFO] Unpacking org.eclipse.equinox.preferences_3.5.1.v20121031-182809...
[INFO] Fetching org.eclipse.equinox.registry_3.5.200.v20120522-1841.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (68.02kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.registry_3.5.200.v20120522-1841.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (68.02kB)
[INFO] Unpacking org.eclipse.equinox.registry_3.5.200.v20120522-1841...
[INFO] Fetching org.eclipse.equinox.common_3.6.100.v20120522-1841.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (43.51kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.common_3.6.100.v20120522-1841.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (43.51kB)
[INFO] Unpacking org.eclipse.equinox.common_3.6.100.v20120522-1841...
[INFO] Fetching org.eclipse.core.jobs_3.5.200.v20120521-2346.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (37.59kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.jobs_3.5.200.v20120521-2346.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (37.59kB)
[INFO] Unpacking org.eclipse.core.jobs_3.5.200.v20120521-2346...
[INFO] Fetching org.eclipse.core.runtime_3.8.0.v20120521-2346.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (32.04kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.runtime_3.8.0.v20120521-2346.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (32.04kB)
[INFO] Unpacking org.eclipse.core.runtime_3.8.0.v20120521-2346...
[INFO] Fetching org.eclipse.equinox.app_1.3.100.v20120522-1841.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (39.01kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.app_1.3.100.v20120522-1841.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (39.01kB)
[INFO] Unpacking org.eclipse.equinox.app_1.3.100.v20120522-1841...
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.debug:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.debug:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug/pom.xml
[INFO] Fetching org.eclipse.core.expressions_3.4.400.v20120523-2004.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (29.08kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.expressions_3.4.400.v20120523-2004.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (29.08kB)
[INFO] Unpacking org.eclipse.core.expressions_3.4.400.v20120523-2004...
[INFO] Fetching org.eclipse.core.filesystem_1.3.200.v20130115-145044.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (23.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filesystem_1.3.200.v20130115-145044.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (23.46kB)
[INFO] Unpacking org.eclipse.core.filesystem_1.3.200.v20130115-145044...
[INFO] Fetching org.eclipse.core.resources_3.8.1.v20121114-124432.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (274.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.resources_3.8.1.v20121114-124432.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (274.12kB)
[INFO] Unpacking org.eclipse.core.resources_3.8.1.v20121114-124432...
[INFO] Fetching org.eclipse.core.variables_3.2.600.v20120521-2012.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (16.36kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.variables_3.2.600.v20120521-2012.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (16.36kB)
[INFO] Unpacking org.eclipse.core.variables_3.2.600.v20120521-2012...
[INFO] Fetching org.eclipse.debug.core_3.7.100.v20120521-2012.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (98.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.core_3.7.100.v20120521-2012.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (98.29kB)
[INFO] Unpacking org.eclipse.debug.core_3.7.100.v20120521-2012...
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20150124073747/repository/
[INFO] Fetching &countryCode=us&timeZone=0&format=xml from http://www.eclipse.org/downloads/download.php?format=xml&file=/tools/orbit/downloads/drops/R20150124073747/repository/
[INFO] Fetching com.ibm.icu_52.1.1.v201501240615.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (7.77MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.ibm.icu_52.1.1.v201501240615.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (7.77MB)
[INFO] Unpacking com.ibm.icu_52.1.1.v201501240615...
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.debug:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.debug.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.debug.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug.ui/pom.xml
[INFO] Fetching com.jcraft.jsch_0.1.51.v201410302000.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (94.95kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.jcraft.jsch_0.1.51.v201410302000.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (94.95kB)
[INFO] Unpacking com.jcraft.jsch_0.1.51.v201410302000...
[INFO] Fetching org.eclipse.compare.core_3.5.200.v20120522-1148.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (29.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare.core_3.5.200.v20120522-1148.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (29.24kB)
[INFO] Unpacking org.eclipse.compare.core_3.5.200.v20120522-1148...
[INFO] Fetching org.eclipse.core.commands_3.6.1.v20120912-135020.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (35.63kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.commands_3.6.1.v20120912-135020.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (35.63kB)
[INFO] Unpacking org.eclipse.core.commands_3.6.1.v20120912-135020...
[INFO] Fetching org.eclipse.core.databinding.observable_1.4.1.v20120521-2332.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (66.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.observable_1.4.1.v20120521-2332.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (66.84kB)
[INFO] Unpacking org.eclipse.core.databinding.observable_1.4.1.v20120521-2332...
[INFO] Fetching org.eclipse.core.databinding.property_1.4.100.v20120523-1956.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (36.98kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding.property_1.4.100.v20120523-1956.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (36.98kB)
[INFO] Unpacking org.eclipse.core.databinding.property_1.4.100.v20120523-1956...
[INFO] Fetching org.eclipse.core.databinding_1.4.1.v20120912-135020.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (51.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.databinding_1.4.1.v20120912-135020.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (51.97kB)
[INFO] Unpacking org.eclipse.core.databinding_1.4.1.v20120912-135020...
[INFO] Fetching org.eclipse.core.filebuffers_3.5.200.v20120523-1310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (37.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.filebuffers_3.5.200.v20120523-1310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (37.89kB)
[INFO] Unpacking org.eclipse.core.filebuffers_3.5.200.v20120523-1310...
[INFO] Fetching org.eclipse.text_3.5.200.v20120523-1310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (78.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.text_3.5.200.v20120523-1310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (78.75kB)
[INFO] Unpacking org.eclipse.text_3.5.200.v20120523-1310...
[INFO] Fetching org.eclipse.equinox.security_1.1.100.v20120522-1841.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (40.05kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.security_1.1.100.v20120522-1841.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (40.05kB)
[INFO] Unpacking org.eclipse.equinox.security_1.1.100.v20120522-1841...
[INFO] Fetching org.eclipse.core.net_1.2.200.v20120914-093638.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (30.15kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.core.net_1.2.200.v20120914-093638.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (30.15kB)
[INFO] Unpacking org.eclipse.core.net_1.2.200.v20120914-093638...
[INFO] Fetching org.eclipse.ui_3.8.2.v20121018-234953.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (92.87kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui_3.8.2.v20121018-234953.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (92.87kB)
[INFO] Unpacking org.eclipse.ui_3.8.2.v20121018-234953...
[INFO] Fetching org.eclipse.ui.console_3.5.100.v20120521-2012.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (54.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.console_3.5.100.v20120521-2012.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (54.97kB)
[INFO] Unpacking org.eclipse.ui.console_3.5.100.v20120521-2012...
[INFO] Fetching org.eclipse.help_3.6.0.v20120912-134126.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (107.78kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.help_3.6.0.v20120912-134126.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (107.78kB)
[INFO] Unpacking org.eclipse.help_3.6.0.v20120912-134126...
[INFO] Fetching org.eclipse.jface.text_3.8.2.v20121126-164145.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (286.69kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.text_3.8.2.v20121126-164145.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (286.69kB)
[INFO] Unpacking org.eclipse.jface.text_3.8.2.v20121126-164145...
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.8.0.v20120523-1310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (181.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench.texteditor_3.8.0.v20120523-1310.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (181.58kB)
[INFO] Unpacking org.eclipse.ui.workbench.texteditor_3.8.0.v20120523-1310...
[INFO] Fetching org.eclipse.ui.ide_3.8.2.v20121106-170106.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (699.33kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.ide_3.8.2.v20121106-170106.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (699.33kB)
[INFO] Unpacking org.eclipse.ui.ide_3.8.2.v20121106-170106...
[INFO] Fetching org.eclipse.ui.editors_3.8.0.v20120523-1540.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (167.93kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.editors_3.8.0.v20120523-1540.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (167.93kB)
[INFO] Unpacking org.eclipse.ui.editors_3.8.0.v20120523-1540...
[INFO] Fetching org.eclipse.ui.forms_3.5.200.v20120521-2332.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (97.12kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.forms_3.5.200.v20120521-2332.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (97.12kB)
[INFO] Unpacking org.eclipse.ui.forms_3.5.200.v20120521-2332...
[INFO] Fetching org.eclipse.debug.ui_3.8.2.v20130130-171415.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (779.29kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.debug.ui_3.8.2.v20130130-171415.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (779.29kB)
[INFO] Unpacking org.eclipse.debug.ui_3.8.2.v20130130-171415...
[INFO] Fetching org.eclipse.equinox.p2.core_2.2.0.v20120430-0525.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (27.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.core_2.2.0.v20120430-0525.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (27.84kB)
[INFO] Unpacking org.eclipse.equinox.p2.core_2.2.0.v20120430-0525...
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.1.0.v20120430-2001.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (95.91kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata_2.1.0.v20120430-2001.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (95.91kB)
[INFO] Unpacking org.eclipse.equinox.p2.metadata_2.1.0.v20120430-2001...
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.100.v20120524-1717.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (40.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.metadata.repository_1.2.100.v20120524-1717.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (40.75kB)
[INFO] Unpacking org.eclipse.equinox.p2.metadata.repository_1.2.100.v20120524-1717...
[INFO] Fetching org.eclipse.equinox.p2.repository_2.2.0.v20120524-1945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (48.97kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.repository_2.2.0.v20120524-1945.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (48.97kB)
[INFO] Unpacking org.eclipse.equinox.p2.repository_2.2.0.v20120524-1945...
[INFO] Fetching org.eclipse.equinox.p2.engine_2.2.0.v20130121-021919.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (63.73kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.equinox.p2.engine_2.2.0.v20130121-021919.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (63.73kB)
[INFO] Unpacking org.eclipse.equinox.p2.engine_2.2.0.v20130121-021919...
[INFO] Fetching org.eclipse.swt_3.8.1.v3836b.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (16.75kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt_3.8.1.v3836b.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (16.75kB)
[INFO] Unpacking org.eclipse.swt_3.8.1.v3836b...
[INFO] Fetching org.eclipse.jface_3.8.0.v20120912-135020.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (321.43kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface_3.8.0.v20120912-135020.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (321.43kB)
[INFO] Unpacking org.eclipse.jface_3.8.0.v20120912-135020...
[INFO] Fetching org.eclipse.jface.databinding_1.6.0.v20120912-135020.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (59.89kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jface.databinding_1.6.0.v20120912-135020.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (59.89kB)
[INFO] Unpacking org.eclipse.jface.databinding_1.6.0.v20120912-135020...
[INFO] Fetching org.eclipse.jsch.core_1.1.400.v20120522-1148.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (17.58kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jsch.core_1.1.400.v20120522-1148.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (17.58kB)
[INFO] Unpacking org.eclipse.jsch.core_1.1.400.v20120522-1148...
[INFO] Fetching org.eclipse.jsch.ui_1.1.400.v20120522-1148.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (32.85kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.jsch.ui_1.1.400.v20120522-1148.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (32.85kB)
[INFO] Unpacking org.eclipse.jsch.ui_1.1.400.v20120522-1148...
[INFO] Fetching org.eclipse.ui.views_3.6.100.v20120521-2332.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (32.67kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views_3.6.100.v20120521-2332.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (32.67kB)
[INFO] Unpacking org.eclipse.ui.views_3.6.100.v20120521-2332...
[INFO] Fetching org.eclipse.tm.terminal.control_4.0.0.201505221029.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/plugins/ (181.44kB)
[INFO] Fetching org.eclipse.tm.terminal.control_4.0.0.201505221029.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/plugins/ (181.44kB)
[INFO] Fetching org.eclipse.ui.workbench_3.8.2.v20121128-133708.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (1.14MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.workbench_3.8.2.v20121128-133708.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (1.14MB)
[INFO] Unpacking org.eclipse.ui.workbench_3.8.2.v20121128-133708...
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.8.1.v3836b.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (1.03MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_3.8.1.v3836b.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (1.03MB)
[INFO] Unpacking org.eclipse.swt.gtk.linux.x86_3.8.1.v3836b...
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.8.1.v3836b.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (1.21MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.gtk.linux.x86_64_3.8.1.v3836b.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (1.21MB)
[INFO] Unpacking org.eclipse.swt.gtk.linux.x86_64_3.8.1.v3836b...
[INFO] Fetching org.eclipse.swt.win32.win32.x86_3.8.1.v3836b.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (1.13MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.win32.win32.x86_3.8.1.v3836b.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (1.13MB)
[INFO] Unpacking org.eclipse.swt.win32.win32.x86_3.8.1.v3836b...
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.8.1.v3836b.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (1.12MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.win32.win32.x86_64_3.8.1.v3836b.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (1.12MB)
[INFO] Unpacking org.eclipse.swt.win32.win32.x86_64_3.8.1.v3836b...
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.8.1.v3836b.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (896.28kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.swt.cocoa.macosx.x86_64_3.8.1.v3836b.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (896.28kB)
[INFO] Unpacking org.eclipse.swt.cocoa.macosx.x86_64_3.8.1.v3836b...
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.debug.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.cdt.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.cdt.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.cdt.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.cdt.ui/pom.xml
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.6.0.v20120523-1543.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (93.8kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.core.refactoring_3.6.0.v20120523-1543.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (93.8kB)
[INFO] Unpacking org.eclipse.ltk.core.refactoring_3.6.0.v20120523-1543...
[INFO] Fetching org.eclipse.cdt.core_5.6.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (4.97MB)
[INFO] Fetching org.eclipse.cdt.core_5.6.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (4.97MB)
[INFO] Fetching org.eclipse.cdt.debug.core_7.4.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (539.34kB)
[INFO] Fetching org.eclipse.cdt.debug.core_7.4.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (539.34kB)
[INFO] Fetching org.eclipse.cdt.ui_5.7.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (5.63MB)
[INFO] Fetching org.eclipse.cdt.ui_5.7.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (5.63MB)
[INFO] Fetching org.eclipse.cdt.debug.ui_7.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (1.12MB)
[INFO] Fetching org.eclipse.cdt.debug.ui_7.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (1.12MB)
[INFO] Fetching org.eclipse.cdt.dsf_2.4.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (316.52kB)
[INFO] Fetching org.eclipse.cdt.dsf_2.4.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (316.52kB)
[INFO] Fetching org.eclipse.cdt.dsf.ui_2.4.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (1.3MB)
[INFO] Fetching org.eclipse.cdt.dsf.ui_2.4.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (1.3MB)
[INFO] Fetching org.eclipse.cdt.launch_7.1.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (227.68kB)
[INFO] Fetching org.eclipse.cdt.launch_7.1.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (227.68kB)
[INFO] Fetching org.eclipse.compare_3.5.301.v20130125-135424.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (230.35kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.compare_3.5.301.v20130125-135424.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (230.35kB)
[INFO] Unpacking org.eclipse.compare_3.5.301.v20130125-135424...
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.7.0.v20120523-1543.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (144.21kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ltk.ui.refactoring_3.7.0.v20120523-1543.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (144.21kB)
[INFO] Unpacking org.eclipse.ltk.ui.refactoring_3.7.0.v20120523-1543...
[INFO] Fetching org.eclipse.search_3.8.0.v20120523-1540.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (145.46kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.search_3.8.0.v20120523-1540.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (145.46kB)
[INFO] Unpacking org.eclipse.search_3.8.0.v20120523-1540...
[INFO] Fetching org.eclipse.ui.navigator_3.5.200.v20120523-1956.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (109.83kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator_3.5.200.v20120523-1956.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (109.83kB)
[INFO] Unpacking org.eclipse.ui.navigator_3.5.200.v20120523-1956...
[INFO] Fetching org.eclipse.ui.navigator.resources_3.4.400.v20120523-1956.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (41.5kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.navigator.resources_3.4.400.v20120523-1956.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (41.5kB)
[INFO] Unpacking org.eclipse.ui.navigator.resources_3.4.400.v20120523-1956...
[INFO] Fetching org.eclipse.team.core_3.6.100.v20120524-0627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (111.24kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.core_3.6.100.v20120524-0627.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (111.24kB)
[INFO] Unpacking org.eclipse.team.core_3.6.100.v20120524-0627...
[INFO] Fetching org.eclipse.team.ui_3.6.201.v20130125-135424.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (406.14kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.team.ui_3.6.201.v20130125-135424.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (406.14kB)
[INFO] Unpacking org.eclipse.team.ui_3.6.201.v20130125-135424...
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.5.300.v20120912-135020.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (34.84kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.views.properties.tabbed_3.5.300.v20120912-135020.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (34.84kB)
[INFO] Unpacking org.eclipse.ui.views.properties.tabbed_3.5.300.v20120912-135020...
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.cdt.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.cdt.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.rse/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.rse/pom.xml
[INFO] Fetching org.eclipse.rse.core_3.3.100.201407181907.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (406.65kB)
[INFO] Fetching org.eclipse.rse.core_3.3.100.201407181907.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (406.65kB)
[INFO] Fetching org.eclipse.rse.services_3.3.0.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (445.43kB)
[INFO] Fetching org.eclipse.rse.services_3.3.0.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (445.43kB)
[INFO] Fetching org.eclipse.rse.processes.ui_3.0.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (72.85kB)
[INFO] Fetching org.eclipse.rse.processes.ui_3.0.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (72.85kB)
[INFO] Fetching org.eclipse.rse.subsystems.shells.core_3.1.300.201403271554.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (67.07kB)
[INFO] Fetching org.eclipse.rse.subsystems.shells.core_3.1.300.201403271554.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (67.07kB)
[INFO] Fetching org.eclipse.rse.subsystems.files.core_3.3.1.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (134.11kB)
[INFO] Fetching org.eclipse.rse.subsystems.files.core_3.3.1.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (134.11kB)
[INFO] Fetching org.eclipse.rse.subsystems.processes.core_3.1.300.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (29.05kB)
[INFO] Fetching org.eclipse.rse.subsystems.processes.core_3.1.300.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (29.05kB)
[INFO] Fetching org.eclipse.rse.ui_3.3.100.201503112018.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (1.63MB)
[INFO] Fetching org.eclipse.rse.ui_3.3.100.201503112018.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (1.63MB)
[INFO] Fetching org.eclipse.rse.subsystems.terminals.core_1.0.300.201411271155.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (24.97kB)
[INFO] Fetching org.eclipse.rse.subsystems.terminals.core_1.0.300.201411271155.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (24.97kB)
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.rse/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.core.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.core.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.core.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.core.feature/pom.xml
[INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB)
[INFO] Fetching org.eclipse.license_1.0.1.v20140414-1359.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/features/ (18.64kB)
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.core.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.core.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.core.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.core.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.core.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.core.sdk.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.core.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.core.sdk.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.sdk.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.sdk.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.cdt.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.cdt.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.cdt.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.cdt.feature/pom.xml
[INFO] Fetching org.eclipse.ui.intro_3.4.200.v20120521-2344.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (112.66kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.intro_3.4.200.v20120521-2344.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (112.66kB)
[INFO] Unpacking org.eclipse.ui.intro_3.4.200.v20120521-2344...
[INFO] Fetching org.eclipse.ui.cheatsheets_3.4.200.v20120521-2344.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (108.45kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.cheatsheets_3.4.200.v20120521-2344.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (108.45kB)
[INFO] Unpacking org.eclipse.ui.cheatsheets_3.4.200.v20120521-2344...
[INFO] Fetching org.eclipse.cdt_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (78.05kB)
[INFO] Fetching org.eclipse.cdt_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (78.05kB)
[INFO] Fetching org.eclipse.cdt.codan.core_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (137.53kB)
[INFO] Fetching org.eclipse.cdt.codan.core_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (137.53kB)
[INFO] Fetching org.eclipse.cdt.codan.core.cxx_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (64.18kB)
[INFO] Fetching org.eclipse.cdt.codan.core.cxx_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (64.18kB)
[INFO] Fetching org.eclipse.cdt.codan.checkers_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (85kB)
[INFO] Fetching org.eclipse.cdt.codan.checkers_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (85kB)
[INFO] Fetching org.eclipse.cdt.codan.ui.cxx_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (25.59kB)
[INFO] Fetching org.eclipse.cdt.codan.ui.cxx_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (25.59kB)
[INFO] Fetching org.eclipse.cdt.codan.checkers.ui_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (31.58kB)
[INFO] Fetching org.eclipse.cdt.codan.checkers.ui_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (31.58kB)
[INFO] Fetching org.eclipse.cdt.codan.ui_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (120.21kB)
[INFO] Fetching org.eclipse.cdt.codan.ui_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (120.21kB)
[INFO] Fetching org.eclipse.cdt.core.linux_5.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (12.4kB)
[INFO] Fetching org.eclipse.cdt.core.linux_5.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (12.4kB)
[INFO] Fetching org.eclipse.cdt.core.linux.x86_5.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (17.92kB)
[INFO] Fetching org.eclipse.cdt.core.linux.x86_5.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (17.92kB)
[INFO] Fetching org.eclipse.cdt.gdb_7.0.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (16.3kB)
[INFO] Fetching org.eclipse.cdt.gdb_7.0.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (16.3kB)
[INFO] Fetching org.eclipse.cdt.debug.mi.core_7.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (549.92kB)
[INFO] Fetching org.eclipse.cdt.debug.mi.core_7.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (549.92kB)
[INFO] Fetching org.eclipse.cdt.debug.mi.ui_6.1.1.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (151.28kB)
[INFO] Fetching org.eclipse.cdt.debug.mi.ui_6.1.1.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (151.28kB)
[INFO] Fetching org.eclipse.ui.intro.universal_3.2.600.v20120912-155524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (1.35MB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.eclipse.ui.intro.universal_3.2.600.v20120912-155524.jar.pack.gz from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/plugins/ (1.35MB)
[INFO] Unpacking org.eclipse.ui.intro.universal_3.2.600.v20120912-155524...
[INFO] Fetching org.eclipse.cdt.doc.user_5.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (17.93MB)
[INFO] Fetching org.eclipse.cdt.doc.user_5.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (17.93MB)
[INFO] Fetching org.eclipse.cdt.dsf.gdb_4.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (1.49MB)
[INFO] Fetching org.eclipse.cdt.dsf.gdb_4.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (1.49MB)
[INFO] Fetching org.eclipse.cdt.dsf.gdb.ui_2.4.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (626kB)
[INFO] Fetching org.eclipse.cdt.dsf.gdb.ui_2.4.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (626kB)
[INFO] Fetching org.eclipse.cdt_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (32.04kB)
[INFO] Fetching org.eclipse.cdt_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (32.04kB)
[INFO] Fetching org.eclipse.cdt_root_8.3.0.201402142303 from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/binary/ (7.89kB)
[INFO] Fetching org.eclipse.cdt_root_8.3.0.201402142303 from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/binary/ (7.89kB)
[INFO] Fetching org.eclipse.cdt.gdb.ui_7.0.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (10.38kB)
[INFO] Fetching org.eclipse.cdt.gdb.ui_7.0.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (10.38kB)
[INFO] Fetching org.eclipse.cdt.gdb_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (32.06kB)
[INFO] Fetching org.eclipse.cdt.gdb_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (32.06kB)
[INFO] Fetching org.eclipse.cdt.managedbuilder.gnu.ui_8.2.1.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (48.52kB)
[INFO] Fetching org.eclipse.cdt.managedbuilder.gnu.ui_8.2.1.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (48.52kB)
[INFO] Fetching org.eclipse.cdt.gnu.build_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (32.13kB)
[INFO] Fetching org.eclipse.cdt.gnu.build_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (32.13kB)
[INFO] Fetching org.eclipse.cdt.gnu.debug_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (32.17kB)
[INFO] Fetching org.eclipse.cdt.gnu.debug_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (32.17kB)
[INFO] Fetching org.eclipse.cdt.gnu.dsf_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (32.13kB)
[INFO] Fetching org.eclipse.cdt.gnu.dsf_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (32.13kB)
[INFO] Fetching org.eclipse.cdt.make.core_7.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (431.58kB)
[INFO] Fetching org.eclipse.cdt.make.core_7.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (431.58kB)
[INFO] Fetching org.eclipse.cdt.make.ui_7.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (475.57kB)
[INFO] Fetching org.eclipse.cdt.make.ui_7.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (475.57kB)
[INFO] Fetching org.eclipse.cdt.managedbuilder.core_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.cdt.managedbuilder.core_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (1.26MB)
[INFO] Fetching org.eclipse.cdt.managedbuilder.ui_8.2.1.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (478.72kB)
[INFO] Fetching org.eclipse.cdt.platform_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (32.62kB)
[INFO] Fetching org.eclipse.cdt.platform_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (32.62kB)
[INFO] Fetching org.eclipse.cdt.core.linux.x86_64_5.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (19.21kB)
[INFO] Fetching org.eclipse.cdt.core.win32_5.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (11.96kB)
[INFO] Fetching org.eclipse.cdt.core.win32_5.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (11.96kB)
[INFO] Fetching org.eclipse.cdt.core.win32.x86_5.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (257.76kB)
[INFO] Fetching org.eclipse.cdt.core.win32.x86_5.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (257.76kB)
[INFO] Fetching org.eclipse.cdt.core.win32.x86_64_5.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (357.85kB)
[INFO] Fetching org.eclipse.cdt.core.win32.x86_64_5.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (357.85kB)
[INFO] Fetching org.eclipse.cdt.core.macosx_5.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (34.63kB)
[INFO] Fetching org.eclipse.cdt.core.macosx_5.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (34.63kB)
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.cdt.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.cdt.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.cdt.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.cdt.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.cdt.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.cdt.sdk.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.cdt.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.cdt.sdk.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.rse.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.rse.feature/pom.xml
[INFO] Fetching org.apache.commons.net_3.2.0.v201305141515.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (100.47kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching org.apache.commons.net_3.2.0.v201305141515.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (100.47kB)
[INFO] Unpacking org.apache.commons.net_3.2.0.v201305141515...
[INFO] Fetching org.eclipse.dstore.core_3.4.0.201501311530.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (382.27kB)
[INFO] Fetching org.eclipse.dstore.core_3.4.0.201501311530.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (382.27kB)
[INFO] Fetching org.eclipse.dstore.extra_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (28.43kB)
[INFO] Fetching org.eclipse.dstore.extra_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (28.43kB)
[INFO] Fetching org.eclipse.rse.connectorservice.dstore_3.1.301.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (66.59kB)
[INFO] Fetching org.eclipse.rse.connectorservice.dstore_3.1.301.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (66.59kB)
[INFO] Fetching org.eclipse.rse.services.dstore_3.3.0.201406041609.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (338.45kB)
[INFO] Fetching org.eclipse.rse.services.dstore_3.3.0.201406041609.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (338.45kB)
[INFO] Fetching org.eclipse.rse.connectorservice.local_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (14.43kB)
[INFO] Fetching org.eclipse.rse.connectorservice.local_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (14.43kB)
[INFO] Fetching org.eclipse.rse.connectorservice.ssh_2.1.300.201505220524.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (38.99kB)
[INFO] Fetching org.eclipse.rse.connectorservice.ssh_2.1.300.201505220524.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (38.99kB)
[INFO] Fetching org.eclipse.rse.services.ssh_3.2.100.201403281521.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (60.56kB)
[INFO] Fetching org.eclipse.rse.services.ssh_3.2.100.201403281521.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (60.56kB)
[INFO] Fetching org.eclipse.rse.connectorservice.telnet_1.2.300.201505220524.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (24.46kB)
[INFO] Fetching org.eclipse.rse.connectorservice.telnet_1.2.300.201505220524.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (24.46kB)
[INFO] Fetching org.eclipse.rse.services.telnet_2.0.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (22.7kB)
[INFO] Fetching org.eclipse.rse.services.telnet_2.0.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (22.7kB)
[INFO] Fetching org.eclipse.rse.doc.user_3.4.100.201403101646.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (210.64kB)
[INFO] Fetching org.eclipse.rse.doc.user_3.4.100.201403101646.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (210.64kB)
[INFO] Fetching org.eclipse.rse.efs_2.1.401.201503171741.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (32.12kB)
[INFO] Fetching org.eclipse.rse.efs_2.1.401.201503171741.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (32.12kB)
[INFO] Fetching org.eclipse.rse.efs.ui_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (20.48kB)
[INFO] Fetching org.eclipse.rse.efs.ui_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (20.48kB)
[INFO] Fetching org.eclipse.rse.importexport_1.2.300.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (230.83kB)
[INFO] Fetching org.eclipse.rse.importexport_1.2.300.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (230.83kB)
[INFO] Fetching org.eclipse.rse.files.ui_3.2.200.201502052140.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (490.87kB)
[INFO] Fetching org.eclipse.rse.files.ui_3.2.200.201502052140.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (490.87kB)
[INFO] Fetching org.eclipse.rse.shells.ui_3.0.500.201403271554.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (140.47kB)
[INFO] Fetching org.eclipse.rse.shells.ui_3.0.500.201403271554.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (140.47kB)
[INFO] Fetching org.eclipse.rse.subsystems.processes.shell.linux_1.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (32.07kB)
[INFO] Fetching org.eclipse.rse.subsystems.processes.shell.linux_1.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (32.07kB)
[INFO] Fetching org.eclipse.rse.core_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (19.28kB)
[INFO] Fetching org.eclipse.rse.core_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (19.28kB)
[INFO] Fetching org.eclipse.rse.subsystems.files.dstore_2.1.300.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (36.99kB)
[INFO] Fetching org.eclipse.rse.subsystems.files.dstore_2.1.300.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (36.99kB)
[INFO] Fetching org.eclipse.rse.subsystems.processes.dstore_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (18.07kB)
[INFO] Fetching org.eclipse.rse.subsystems.processes.dstore_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (18.07kB)
[INFO] Fetching org.eclipse.rse.subsystems.shells.dstore_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (20.19kB)
[INFO] Fetching org.eclipse.rse.subsystems.shells.dstore_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (20.19kB)
[INFO] Fetching org.eclipse.rse.dstore.security_3.0.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (65.38kB)
[INFO] Fetching org.eclipse.rse.dstore.security_3.0.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (65.38kB)
[INFO] Fetching org.eclipse.rse.dstore_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (19.36kB)
[INFO] Fetching org.eclipse.rse.dstore_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (19.36kB)
[INFO] Fetching org.eclipse.rse_3.5.0.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (12.21kB)
[INFO] Fetching org.eclipse.rse_3.5.0.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (12.21kB)
[INFO] Fetching org.eclipse.rse_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (31.6kB)
[INFO] Fetching org.eclipse.rse_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (31.6kB)
[INFO] Fetching org.eclipse.rse.services.files.ftp_3.0.500.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (41.46kB)
[INFO] Fetching org.eclipse.rse.services.files.ftp_3.0.500.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (41.46kB)
[INFO] Fetching org.eclipse.rse.subsystems.files.ftp_2.2.0.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (33.99kB)
[INFO] Fetching org.eclipse.rse.subsystems.files.ftp_2.2.0.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (33.99kB)
[INFO] Fetching org.eclipse.rse.ftp_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (19.09kB)
[INFO] Fetching org.eclipse.rse.ftp_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (19.09kB)
[INFO] Fetching org.eclipse.rse.services.local_2.2.0.201502030655.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (60.29kB)
[INFO] Fetching org.eclipse.rse.services.local_2.2.0.201502030655.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (60.29kB)
[INFO] Fetching org.eclipse.rse.subsystems.files.local_2.1.300.201403251512.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (25.78kB)
[INFO] Fetching org.eclipse.rse.subsystems.files.local_2.1.300.201403251512.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (25.78kB)
[INFO] Fetching org.eclipse.rse.subsystems.processes.local_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (17.55kB)
[INFO] Fetching org.eclipse.rse.subsystems.processes.local_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (17.55kB)
[INFO] Fetching org.eclipse.rse.subsystems.shells.local_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (18.09kB)
[INFO] Fetching org.eclipse.rse.subsystems.shells.local_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (18.09kB)
[INFO] Fetching org.eclipse.rse.local_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (19.06kB)
[INFO] Fetching org.eclipse.rse.local_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (19.06kB)
[INFO] Fetching org.eclipse.rse.subsystems.files.ssh_2.1.300.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (17.74kB)
[INFO] Fetching org.eclipse.rse.subsystems.files.ssh_2.1.300.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (17.74kB)
[INFO] Fetching org.eclipse.rse.subsystems.shells.ssh_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (17.98kB)
[INFO] Fetching org.eclipse.rse.subsystems.shells.ssh_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (17.98kB)
[INFO] Fetching org.eclipse.rse.ssh_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (19.04kB)
[INFO] Fetching org.eclipse.rse.ssh_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (19.04kB)
[INFO] Fetching org.eclipse.rse.subsystems.shells.telnet_1.2.300.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (17.99kB)
[INFO] Fetching org.eclipse.rse.subsystems.shells.telnet_1.2.300.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (17.99kB)
[INFO] Fetching org.eclipse.rse.telnet_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (19.13kB)
[INFO] Fetching org.eclipse.rse.telnet_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (19.13kB)
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.rse.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.rse.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.rse.sdk.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.rse.sdk.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.core/pom.xml
[INFO] Fetching com.google.gson_2.2.4.v201311231704.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (61.71kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.gson_2.2.4.v201311231704.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (61.71kB)
[INFO] Unpacking com.google.gson_2.2.4.v201311231704...
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.core.cdt:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.core.cdt:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.core.cdt:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.launch.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.launch.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.launch.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.launch.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.launch.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.launch.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.launch.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.launch.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.launch.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.concurrent:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.concurrent:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.concurrent:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.model:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.model:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.model:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.persistence:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.persistence:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.persistence:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.services:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.services:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.services:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.statushandler:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.statushandler:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.statushandler:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.stepper:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.stepper:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime.stepper:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.model:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.model:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.model:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.scripting:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.scripting:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.scripting:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.filesystem.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.filesystem.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/pom.xml
[INFO] Fetching org.eclipse.tm.terminal.view.core_4.0.0.201505101440.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/plugins/ (39.89kB)
[INFO] Fetching org.eclipse.tm.terminal.view.core_4.0.0.201505101440.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/plugins/ (39.89kB)
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.filesystem.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.filesystem.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.filesystem.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.filesystem.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.cdt:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.cdt:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.cdt:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.locator:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.locator:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.locator:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.log.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.log.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.log.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.processes.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.processes.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.processes.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.processes.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.processes.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.processes.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.services.contexts:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.services.contexts:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.services.contexts:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.terminals.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.terminals.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.terminals.core:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.terminals.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.terminals.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/pom.xml
[INFO] Fetching org.eclipse.tm.terminal.view.ui_4.0.0.201506031417.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/plugins/ (192.29kB)
[INFO] Fetching org.eclipse.tm.terminal.view.ui_4.0.0.201506031417.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/plugins/ (192.29kB)
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.terminals.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui.console:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui.console:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui.console:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui.views:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui.views:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui.views:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui.controls:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui.controls:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui.controls:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui.forms:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui.forms:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui.forms:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui.notifications:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui.notifications:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui.notifications:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui.swt:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui.swt:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui.swt:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui.views:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui.views/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui.views:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui.views/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui.views:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/plugins/org.eclipse.tcf.te.ui.views/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.feature/pom.xml
[INFO] Fetching org.eclipse.tm.terminal.connector.local_4.0.0.201505081521.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/plugins/ (73.52kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.local_4.0.0.201505081521.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/plugins/ (73.52kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.process_4.0.0.201505221039.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/plugins/ (29.38kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.process_4.0.0.201505221039.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/plugins/ (29.38kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.local.feature_4.0.0.201506040610.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/features/ (18.97kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.local.feature_4.0.0.201506040610.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/features/ (18.97kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.serial_4.0.0.201505101444.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/plugins/ (70.06kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.serial_4.0.0.201505101444.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/plugins/ (70.06kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.serial.feature_4.0.0.201506040610.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/features/ (19.02kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.serial.feature_4.0.0.201506040610.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/features/ (19.02kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.ssh_4.0.0.201505230732.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/plugins/ (52.63kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.ssh_4.0.0.201505230732.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/plugins/ (52.63kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.ssh.feature_4.0.0.201506040610.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/features/ (19.02kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.ssh.feature_4.0.0.201506040610.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/features/ (19.02kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.telnet_4.0.0.201505101444.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/plugins/ (48.59kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.telnet_4.0.0.201505101444.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/plugins/ (48.59kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.telnet.feature_4.0.0.201506040610.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/features/ (19kB)
[INFO] Fetching org.eclipse.tm.terminal.connector.telnet.feature_4.0.0.201506040610.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/features/ (19kB)
[INFO] Fetching org.eclipse.tm.terminal.control.feature_4.0.0.201506040610.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/features/ (18.91kB)
[INFO] Fetching org.eclipse.tm.terminal.control.feature_4.0.0.201506040610.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/features/ (18.91kB)
[INFO] Fetching org.eclipse.tm.terminal.feature_4.0.0.201506040610.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/features/ (18.86kB)
[INFO] Fetching org.eclipse.tm.terminal.feature_4.0.0.201506040610.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/features/ (18.86kB)
[INFO] Fetching org.eclipse.tm.terminal.view.feature_4.0.0.201506040610.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/features/ (18.72kB)
[INFO] Fetching org.eclipse.tm.terminal.view.feature_4.0.0.201506040610.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/features/ (18.72kB)
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.sdk.feature/pom.xml
[INFO] Fetching com.google.gson.source_2.2.4.v201311231704.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (90.03kB)
[INFO] The user operation is waiting for background work to complete.
[INFO] Fetching com.google.gson.source_2.2.4.v201311231704.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (90.03kB)
[INFO] Unpacking com.google.gson.source_2.2.4.v201311231704...
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.sdk.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.cdt.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.cdt.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.cdt.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.repo:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.repo/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.repo:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.repo/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.repo:1.7.0-SNAPSHOT @ /home/jenkins/agent/workspace/tcf.gerrit/features/org.eclipse.tcf.repo/pom.xml
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Build Order:
[INFO] 
[INFO] org.eclipse.tcf.core                                    [eclipse-plugin]
[INFO] org.eclipse.tcf                                         [eclipse-plugin]
[INFO] org.eclipse.tcf.debug                                   [eclipse-plugin]
[INFO] org.eclipse.tcf.debug.ui                                [eclipse-plugin]
[INFO] org.eclipse.tcf.cdt.ui                                  [eclipse-plugin]
[INFO] org.eclipse.tcf.rse                                     [eclipse-plugin]
[INFO] org.eclipse.tcf.core.feature                           [eclipse-feature]
[INFO] org.eclipse.tcf.core.sdk.feature                       [eclipse-feature]
[INFO] org.eclipse.tcf.feature                                [eclipse-feature]
[INFO] org.eclipse.tcf.sdk.feature                            [eclipse-feature]
[INFO] org.eclipse.tcf.cdt.feature                            [eclipse-feature]
[INFO] org.eclipse.tcf.cdt.sdk.feature                        [eclipse-feature]
[INFO] org.eclipse.tcf.rse.feature                            [eclipse-feature]
[INFO] org.eclipse.tcf.rse.sdk.feature                        [eclipse-feature]
[INFO] org.eclipse.tcf.te                                      [eclipse-plugin]
[INFO] org.eclipse.tcf.te.runtime                              [eclipse-plugin]
[INFO] org.eclipse.tcf.te.runtime.concurrent                   [eclipse-plugin]
[INFO] org.eclipse.tcf.te.runtime.model                        [eclipse-plugin]
[INFO] org.eclipse.tcf.te.runtime.services                     [eclipse-plugin]
[INFO] org.eclipse.tcf.te.runtime.persistence                  [eclipse-plugin]
[INFO] org.eclipse.tcf.te.runtime.statushandler                [eclipse-plugin]
[INFO] org.eclipse.tcf.te.runtime.stepper                      [eclipse-plugin]
[INFO] org.eclipse.tcf.te.core                                 [eclipse-plugin]
[INFO] org.eclipse.tcf.te.core.cdt                             [eclipse-plugin]
[INFO] org.eclipse.tcf.te.launch.core                          [eclipse-plugin]
[INFO] org.eclipse.tcf.te.ui.swt                               [eclipse-plugin]
[INFO] org.eclipse.tcf.te.ui.forms                             [eclipse-plugin]
[INFO] org.eclipse.tcf.te.ui                                   [eclipse-plugin]
[INFO] org.eclipse.tcf.te.ui.controls                          [eclipse-plugin]
[INFO] org.eclipse.tcf.te.ui.views                             [eclipse-plugin]
[INFO] org.eclipse.tcf.te.launch.ui                            [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.core                             [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.core.model                       [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.core.scripting                   [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.locator                          [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.filesystem.core                  [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.log.core                         [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.ui                               [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.filesystem.ui                    [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.processes.core                   [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.launch.cdt                       [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.launch.core                      [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.launch.ui                        [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.processes.ui                     [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.services.contexts                [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.terminals.core                   [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.terminals.ui                     [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.ui.console                       [eclipse-plugin]
[INFO] org.eclipse.tcf.te.tcf.ui.views                         [eclipse-plugin]
[INFO] org.eclipse.tcf.te.ui.notifications                     [eclipse-plugin]
[INFO] org.eclipse.tcf.te.feature                             [eclipse-feature]
[INFO] org.eclipse.tcf.te.sdk.feature                         [eclipse-feature]
[INFO] org.eclipse.tcf.te.tcf.core.feature                    [eclipse-feature]
[INFO] org.eclipse.tcf.te.tcf.core.sdk.feature                [eclipse-feature]
[INFO] org.eclipse.tcf.te.tcf.feature                         [eclipse-feature]
[INFO] org.eclipse.tcf.te.tcf.sdk.feature                     [eclipse-feature]
[INFO] org.eclipse.tcf.te.tcf.launch.cdt.feature              [eclipse-feature]
[INFO] org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature          [eclipse-feature]
[INFO] org.eclipse.tcf.repo                                [eclipse-repository]
[INFO] TCF and Target Explorer, Maven Master                              [pom]
[INFO] 
[INFO] ----------------< org.eclipse.tcf:org.eclipse.tcf.core >----------------
[INFO] Building org.eclipse.tcf.core 1.7.0-SNAPSHOT                      [1/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.core ---
[INFO] The project's OSGi version is 1.7.0.202106171832
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.core ---
[INFO] Compiling 89 source files to /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.core ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf.core/1.7.0-SNAPSHOT/org.eclipse.tcf.core-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.core/pom.xml to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf.core/1.7.0-SNAPSHOT/org.eclipse.tcf.core-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf.core/1.7.0-SNAPSHOT/org.eclipse.tcf.core-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf.core/1.7.0-SNAPSHOT/org.eclipse.tcf.core-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf.core/1.7.0-SNAPSHOT/org.eclipse.tcf.core-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.core ---
[INFO] 
[INFO] ------------------< org.eclipse.tcf:org.eclipse.tcf >-------------------
[INFO] Building org.eclipse.tcf 1.7.0-SNAPSHOT                           [2/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf ---
[INFO] The project's OSGi version is 1.7.0.202003240220
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf ---
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf/1.7.0-SNAPSHOT/org.eclipse.tcf-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf/pom.xml to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf/1.7.0-SNAPSHOT/org.eclipse.tcf-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf/1.7.0-SNAPSHOT/org.eclipse.tcf-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf/target/p2content.xml to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf/1.7.0-SNAPSHOT/org.eclipse.tcf-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf/1.7.0-SNAPSHOT/org.eclipse.tcf-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf ---
[INFO] 
[INFO] ---------------< org.eclipse.tcf:org.eclipse.tcf.debug >----------------
[INFO] Building org.eclipse.tcf.debug 1.7.0-SNAPSHOT                     [3/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.debug ---
[INFO] The project's OSGi version is 1.7.0.202107192007
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.debug ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.debug ---
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.debug ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.debug ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.debug ---
[WARNING] /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug/build.properties: bin.includes value(s) [agent/] do not match any files.
[INFO] Building jar: /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.debug ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.debug ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.debug ---
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf.debug/1.7.0-SNAPSHOT/org.eclipse.tcf.debug-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug/pom.xml to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf.debug/1.7.0-SNAPSHOT/org.eclipse.tcf.debug-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf.debug/1.7.0-SNAPSHOT/org.eclipse.tcf.debug-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug/target/p2content.xml to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf.debug/1.7.0-SNAPSHOT/org.eclipse.tcf.debug-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf.debug/1.7.0-SNAPSHOT/org.eclipse.tcf.debug-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.debug ---
[INFO] 
[INFO] --------------< org.eclipse.tcf:org.eclipse.tcf.debug.ui >--------------
[INFO] Building org.eclipse.tcf.debug.ui 1.7.0-SNAPSHOT                  [4/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.debug.ui ---
[INFO] The project's OSGi version is 1.7.0.202107271823
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.debug.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.debug.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.debug.ui ---
[INFO] Compiling 153 source files to /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.debug.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.debug.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.debug.ui ---
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.debug.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf.debug.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug.ui/pom.xml to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf.debug.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf.debug.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf.debug.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.debug.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf.gerrit/.repository/org/eclipse/tcf/org.eclipse.tcf.debug.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.debug.ui ---
[INFO] 
[INFO] ---------------< org.eclipse.tcf:org.eclipse.tcf.cdt.ui >---------------
[INFO] Building org.eclipse.tcf.cdt.ui 1.7.0-SNAPSHOT                    [5/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.cdt.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.cdt.ui ---
[INFO] The project's OSGi version is 1.7.0.202109231226
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.cdt.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.cdt.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.cdt.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.cdt.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.cdt.ui ---
[INFO] Compiling 52 source files to /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.cdt.ui/target/classes
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for TCF and Target Explorer, Maven Master 1.7.0-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.tcf.core ............................... SUCCESS [ 15.440 s]
[INFO] org.eclipse.tcf .................................... SUCCESS [  0.184 s]
[INFO] org.eclipse.tcf.debug .............................. SUCCESS [  0.787 s]
[INFO] org.eclipse.tcf.debug.ui ........................... SUCCESS [  1.175 s]
[INFO] org.eclipse.tcf.cdt.ui ............................. FAILURE [  0.390 s]
[INFO] org.eclipse.tcf.rse ................................ SKIPPED
[INFO] org.eclipse.tcf.core.feature ....................... SKIPPED
[INFO] org.eclipse.tcf.core.sdk.feature ................... SKIPPED
[INFO] org.eclipse.tcf.feature ............................ SKIPPED
[INFO] org.eclipse.tcf.sdk.feature ........................ SKIPPED
[INFO] org.eclipse.tcf.cdt.feature ........................ SKIPPED
[INFO] org.eclipse.tcf.cdt.sdk.feature .................... SKIPPED
[INFO] org.eclipse.tcf.rse.feature ........................ SKIPPED
[INFO] org.eclipse.tcf.rse.sdk.feature .................... SKIPPED
[INFO] org.eclipse.tcf.te ................................. SKIPPED
[INFO] org.eclipse.tcf.te.runtime ......................... SKIPPED
[INFO] org.eclipse.tcf.te.runtime.concurrent .............. SKIPPED
[INFO] org.eclipse.tcf.te.runtime.model ................... SKIPPED
[INFO] org.eclipse.tcf.te.runtime.services ................ SKIPPED
[INFO] org.eclipse.tcf.te.runtime.persistence ............. SKIPPED
[INFO] org.eclipse.tcf.te.runtime.statushandler ........... SKIPPED
[INFO] org.eclipse.tcf.te.runtime.stepper ................. SKIPPED
[INFO] org.eclipse.tcf.te.core ............................ SKIPPED
[INFO] org.eclipse.tcf.te.core.cdt ........................ SKIPPED
[INFO] org.eclipse.tcf.te.launch.core ..................... SKIPPED
[INFO] org.eclipse.tcf.te.ui.swt .......................... SKIPPED
[INFO] org.eclipse.tcf.te.ui.forms ........................ SKIPPED
[INFO] org.eclipse.tcf.te.ui .............................. SKIPPED
[INFO] org.eclipse.tcf.te.ui.controls ..................... SKIPPED
[INFO] org.eclipse.tcf.te.ui.views ........................ SKIPPED
[INFO] org.eclipse.tcf.te.launch.ui ....................... SKIPPED
[INFO] org.eclipse.tcf.te.tcf.core ........................ SKIPPED
[INFO] org.eclipse.tcf.te.tcf.core.model .................. SKIPPED
[INFO] org.eclipse.tcf.te.tcf.core.scripting .............. SKIPPED
[INFO] org.eclipse.tcf.te.tcf.locator ..................... SKIPPED
[INFO] org.eclipse.tcf.te.tcf.filesystem.core ............. SKIPPED
[INFO] org.eclipse.tcf.te.tcf.log.core .................... SKIPPED
[INFO] org.eclipse.tcf.te.tcf.ui .......................... SKIPPED
[INFO] org.eclipse.tcf.te.tcf.filesystem.ui ............... SKIPPED
[INFO] org.eclipse.tcf.te.tcf.processes.core .............. SKIPPED
[INFO] org.eclipse.tcf.te.tcf.launch.cdt .................. SKIPPED
[INFO] org.eclipse.tcf.te.tcf.launch.core ................. SKIPPED
[INFO] org.eclipse.tcf.te.tcf.launch.ui ................... SKIPPED
[INFO] org.eclipse.tcf.te.tcf.processes.ui ................ SKIPPED
[INFO] org.eclipse.tcf.te.tcf.services.contexts ........... SKIPPED
[INFO] org.eclipse.tcf.te.tcf.terminals.core .............. SKIPPED
[INFO] org.eclipse.tcf.te.tcf.terminals.ui ................ SKIPPED
[INFO] org.eclipse.tcf.te.tcf.ui.console .................. SKIPPED
[INFO] org.eclipse.tcf.te.tcf.ui.views .................... SKIPPED
[INFO] org.eclipse.tcf.te.ui.notifications ................ SKIPPED
[INFO] org.eclipse.tcf.te.feature ......................... SKIPPED
[INFO] org.eclipse.tcf.te.sdk.feature ..................... SKIPPED
[INFO] org.eclipse.tcf.te.tcf.core.feature ................ SKIPPED
[INFO] org.eclipse.tcf.te.tcf.core.sdk.feature ............ SKIPPED
[INFO] org.eclipse.tcf.te.tcf.feature ..................... SKIPPED
[INFO] org.eclipse.tcf.te.tcf.sdk.feature ................. SKIPPED
[INFO] org.eclipse.tcf.te.tcf.launch.cdt.feature .......... SKIPPED
[INFO] org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ...... SKIPPED
[INFO] org.eclipse.tcf.repo ............................... SKIPPED
[INFO] TCF and Target Explorer, Maven Master .............. SKIPPED
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  02:26 min
[INFO] Finished at: 2021-09-23T12:29:25Z
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:1.3.0:compile (default-compile) on project org.eclipse.tcf.cdt.ui: Compilation failure: Compilation failure: 
[ERROR] /home/jenkins/agent/workspace/tcf.gerrit/plugins/org.eclipse.tcf.cdt.ui/src/org/eclipse/tcf/internal/cdt/ui/disassembly/TCFDisassemblyBackend.java:[240] 
[ERROR] 	fCallback.refresh();
[ERROR] 	          ^^^^^^^
[ERROR] The method refresh() is undefined for the type IDisassemblyPartCallback
[ERROR] 1 problem (1 error)
[ERROR] -> [Help 1]
[ERROR] 
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR] 
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
[ERROR] 
[ERROR] After correcting the problems, you can resume the build with the command
[ERROR]   mvn <args> -rf :org.eclipse.tcf.cdt.ui
Build step 'Invoke top-level Maven targets' marked build as failure
Terminating xvnc.
Finished: FAILURE