Skip to content
Success

Console Output

Started by user Eugene Tarassov
Running as Eugene Tarassov
Agent basic-c4szz is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  annotations: {}
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-c4szz"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.tcf.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-c4szz"
    - name: "JENKINS_REMOTING_JAVA_OPTS"
      value: "-showversion -XshowSettings:vm -Xmx256m -Dorg.jenkinsci.remoting.engine.JnlpProtocol3.disabled=true\
        \ -Dorg.jenkinsci.plugins.gitclient.CliGitAPIImpl.useSETSID=true"
    - name: "JAVA_TOOL_OPTIONS"
      value: ""
    - name: "_JAVA_OPTIONS"
      value: ""
    - name: "OPENJ9_JAVA_OPTIONS"
      value: "-XX:+IgnoreUnrecognizedVMOptions -XX:+IdleTuningCompactOnIdle -XX:+IdleTuningGcOnIdle"
    - name: "JENKINS_NAME"
      value: "basic-c4szz"
    - 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-basic:remoting-4.5"
    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 basic-c4szz (basic) in workspace /home/jenkins/agent/workspace/tcf-1.7
[WS-CLEANUP] Deleting project workspace...
[WS-CLEANUP] Deferred wipeout is used...
[ssh-agent] Looking for ssh-agent implementation...
[ssh-agent]   Exec ssh-agent (binary ssh-agent on a remote machine)
$ ssh-agent
SSH_AUTH_SOCK=/tmp/ssh-BkF56UShRfbE/agent.65
SSH_AGENT_PID=67
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/tcf-1.7@tmp/private_key_8283316368798685866.key (/home/jenkins/agent/workspace/tcf-1.7@tmp/private_key_8283316368798685866.key)
[ssh-agent] Using credentials genie.tcf (ssh://genie.tcf@projects-storage.eclipse.org)
The recommended git tool is: NONE
No credentials specified
Cloning the remote Git repository
Cloning repository git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.git
 > git init /home/jenkins/agent/workspace/tcf-1.7 # timeout=10
Fetching upstream changes from git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.git # timeout=10
 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10
Avoid second fetch
 > git rev-parse origin/1.7^{commit} # timeout=10
Checking out Revision ed411c80363207c58c783b29af27935489f487dc (origin/1.7)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f ed411c80363207c58c783b29af27935489f487dc # timeout=10
Commit message: "TCF Docs: updated TCF service descriptions"
First time build. Skipping changelog.
[tcf-1.7] $ /bin/sh -xe /tmp/jenkins5766614576558908334.sh
+ date
Fri 25 Jun 2021 06:10:52 PM UTC
+ '[' -d /home/jenkins/agent/workspace/tcf-1.7/tests/plugins/org.eclipse.tcf.debug.test/data/agent/linux/x86_64 ']'
+ '[' -d /home/jenkins/agent/workspace/tcf-1.7/tests/plugins/org.eclipse.tcf.debug.test/data/agent/linux/x86 ']'
+ '[' -d /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tests/data/agent/linux/x86_64 ']'
+ '[' -d /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tests/data/agent/linux/x86 ']'
+ cd /home/jenkins/agent/workspace/tcf-1.7
[tcf-1.7] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/tcf-1.7/.repository -Pstatic-checks,sign -Dtcf-stream=1.7 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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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.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.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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.core ---
[INFO] Searching org.eclipse.tcf.core-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.core:eclipse-plugin:1.7.0-SNAPSHOT in 20 seconds.
[INFO] Searching org.eclipse.tcf.core-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.core:java-source:sources:1.7.0-SNAPSHOT in 16 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.core >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.core ---
[INFO] Fork Value is true
     [java] Jun 25, 2021 6:14:30 PM java.util.prefs.FileSystemPreferences$1 run
     [java] INFO: Created user preferences directory.
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.core ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.core >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.core <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.core ---
[INFO] You have 11 CPD duplications. For more details see: /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.core/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.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-1.7/plugins/org.eclipse.tcf.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.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-1.7/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.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-1.7/plugins/org.eclipse.tcf.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.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-1.7/plugins/org.eclipse.tcf.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.core/1.7.0-SNAPSHOT/org.eclipse.tcf.core-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.core/1.7.0-SNAPSHOT/org.eclipse.tcf.core-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf ---
[INFO] Searching org.eclipse.tcf-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf ---
[INFO] Fork Value is true
     [java] Warnings generated: 1
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[INFO] Possible null pointer dereference in org.eclipse.tcf.ssl.TCFSecurityManager$2.getAcceptedIssuers() due to return value of called method [org.eclipse.tcf.ssl.TCFSecurityManager$2, org.eclipse.tcf.ssl.TCFSecurityManager$2] Dereferenced at TCFSecurityManager.java:[line 218]Known null at TCFSecurityManager.java:[line 218] NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.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-1.7/plugins/org.eclipse.tcf/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.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-1.7/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.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-1.7/plugins/org.eclipse.tcf/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.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-1.7/plugins/org.eclipse.tcf/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf/1.7.0-SNAPSHOT/org.eclipse.tcf-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf/1.7.0-SNAPSHOT/org.eclipse.tcf-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[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.202103022036
[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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.debug ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.debug ---
[INFO] Searching org.eclipse.tcf.debug-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.debug:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.debug-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.debug:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.debug ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.debug >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.debug ---
[INFO] Fork Value is true
     [java] Warnings generated: 2
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.debug <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.debug ---
[INFO] BugInstance size is 2
[INFO] Error size is 0
[INFO] Total bugs: 2
[INFO] Wait not in loop in org.eclipse.tcf.internal.debug.model.TCFBreakpointsModel$2.breakpointManagerEnablementChanged(boolean) [org.eclipse.tcf.internal.debug.model.TCFBreakpointsModel$2] At TCFBreakpointsModel.java:[line 300] WA_NOT_IN_LOOP
[INFO] Wait not in loop in org.eclipse.tcf.internal.debug.model.TCFBreakpointsModel$BreakpointUpdate.exec() [org.eclipse.tcf.internal.debug.model.TCFBreakpointsModel$BreakpointUpdate] At TCFBreakpointsModel.java:[line 130] WA_NOT_IN_LOOP
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.debug >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.debug ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.debug <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.debug ---
[INFO] You have 9 CPD duplications. For more details see: /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.debug/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.debug ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.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-1.7/plugins/org.eclipse.tcf.debug/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.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-1.7/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.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-1.7/plugins/org.eclipse.tcf.debug/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.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-1.7/plugins/org.eclipse.tcf.debug/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.debug/1.7.0-SNAPSHOT/org.eclipse.tcf.debug-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.debug/1.7.0-SNAPSHOT/org.eclipse.tcf.debug-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[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.202105251709
[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-1.7/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-1.7/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-1.7/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-1.7/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-1.7/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] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.debug.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.debug.ui ---
[INFO] Searching org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.debug.ui:eclipse-plugin:1.7.0-SNAPSHOT in 13 seconds.
[INFO] Searching org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.debug.ui:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.debug.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.debug.ui >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.debug.ui ---
[INFO] Fork Value is true
     [java] Warnings generated: 8
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.debug.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.debug.ui ---
[INFO] BugInstance size is 8
[INFO] Error size is 0
[INFO] Total bugs: 8
[INFO] org.eclipse.tcf.internal.debug.ui.launch.setup.PeerPropsControl$5.compare(Viewer, Object, Object) negates the return value of org.eclipse.jface.viewers.ViewerComparator.compare(Viewer, Object, Object) [org.eclipse.tcf.internal.debug.ui.launch.setup.PeerPropsControl$5] At PeerPropsControl.java:[line 271] RV_NEGATING_RESULT_OF_COMPARETO
[INFO] Comparison of String objects using == or != in org.eclipse.tcf.internal.debug.ui.model.TCFNodeExpression.getTypeName(StringBuffer, TCFDataCache, boolean, Runnable)  [org.eclipse.tcf.internal.debug.ui.model.TCFNodeExpression] At TCFNodeExpression.java:[line 1077] ES_COMPARING_STRINGS_WITH_EQ
[INFO] org.eclipse.tcf.internal.debug.ui.model.TCFNodeExpression$9.isCharType(ISymbols$Symbol) has Boolean return type and returns explicit null [org.eclipse.tcf.internal.debug.ui.model.TCFNodeExpression$9] At TCFNodeExpression.java:[line 558] NP_BOOLEAN_RETURN_NULL
[INFO] org.eclipse.tcf.internal.debug.ui.model.TCFNodeRegister.usePrevValue(Runnable) has Boolean return type and returns explicit null [org.eclipse.tcf.internal.debug.ui.model.TCFNodeRegister, org.eclipse.tcf.internal.debug.ui.model.TCFNodeRegister, org.eclipse.tcf.internal.debug.ui.model.TCFNodeRegister, org.eclipse.tcf.internal.debug.ui.model.TCFNodeRegister] At TCFNodeRegister.java:[line 233]Another occurrence at TCFNodeRegister.java:[line 237]Another occurrence at TCFNodeRegister.java:[line 245]Another occurrence at TCFNodeRegister.java:[line 253] NP_BOOLEAN_RETURN_NULL
[INFO] Nullcheck of ctx at line 569 of value previously dereferenced in org.eclipse.tcf.internal.debug.ui.model.TCFNodeRegister.toNumberString(int) [org.eclipse.tcf.internal.debug.ui.model.TCFNodeRegister, org.eclipse.tcf.internal.debug.ui.model.TCFNodeRegister] At TCFNodeRegister.java:[line 569]Redundant null check at TCFNodeRegister.java:[line 570] RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
[INFO] Comparison of String objects using == or != in org.eclipse.tcf.internal.debug.ui.profiler.ProfilerView$ProfileEntryComparator.compare(ProfilerView$ProfileEntry, ProfilerView$ProfileEntry)  [org.eclipse.tcf.internal.debug.ui.profiler.ProfilerView$ProfileEntryComparator] At ProfilerView.java:[line 240] ES_COMPARING_STRINGS_WITH_EQ
[INFO] Comparison of String objects using == or != in org.eclipse.tcf.internal.debug.ui.profiler.ProfilerView$ProfileEntryComparator.compare(ProfilerView$ProfileEntry, ProfilerView$ProfileEntry)  [org.eclipse.tcf.internal.debug.ui.profiler.ProfilerView$ProfileEntryComparator] At ProfilerView.java:[line 234] ES_COMPARING_STRINGS_WITH_EQ
[INFO] org.eclipse.tcf.internal.debug.ui.properties.TCFBreakpointStatusPage$StatusItem defines equals and uses Object.hashCode() [org.eclipse.tcf.internal.debug.ui.properties.TCFBreakpointStatusPage$StatusItem] At TCFBreakpointStatusPage.java:[lines 99-102] HE_EQUALS_USE_HASHCODE
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.debug.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.debug.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.debug.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.debug.ui ---
[INFO] You have 27 CPD duplications. For more details see: /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.debug.ui/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.debug.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.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-1.7/plugins/org.eclipse.tcf.debug.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.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-1.7/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.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-1.7/plugins/org.eclipse.tcf.debug.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.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-1.7/plugins/org.eclipse.tcf.debug.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.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] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.debug.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.debug.ui-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[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.202105251709
[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-1.7/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-1.7/plugins/org.eclipse.tcf.cdt.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.cdt.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.cdt.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.cdt.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.cdt.ui/target/org.eclipse.tcf.cdt.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.cdt.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.cdt.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.cdt.ui/target/org.eclipse.tcf.cdt.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.cdt.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.cdt.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.cdt.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.cdt.ui/target/org.eclipse.tcf.cdt.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.cdt.ui ---
[INFO] Searching org.eclipse.tcf.cdt.ui-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.cdt.ui:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.cdt.ui-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.cdt.ui:java-source:sources:1.7.0-SNAPSHOT in 7 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.cdt.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.cdt.ui/target/org.eclipse.tcf.cdt.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.cdt.ui >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.cdt.ui ---
[INFO] Fork Value is true
     [java] Warnings generated: 9
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.cdt.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.cdt.ui ---
[INFO] BugInstance size is 9
[INFO] Error size is 0
[INFO] Total bugs: 9
[INFO] Incorrect lazy initialization and update of static field org.eclipse.tcf.internal.cdt.ui.EvaluationContextManager.fgManager in org.eclipse.tcf.internal.cdt.ui.EvaluationContextManager$1.runInUIThread(IProgressMonitor) [org.eclipse.tcf.internal.cdt.ui.EvaluationContextManager$1] At EvaluationContextManager.java:[lines 66-67] LI_LAZY_INIT_UPDATE_STATIC
[INFO] Comparison of String objects using == or != in org.eclipse.tcf.internal.cdt.ui.breakpoints.TCFThreadFilterEditor$ExpressionModifier.modifyText(ModifyEvent)  [org.eclipse.tcf.internal.cdt.ui.breakpoints.TCFThreadFilterEditor$ExpressionModifier] At TCFThreadFilterEditor.java:[line 470] ES_COMPARING_STRINGS_WITH_EQ
[INFO] The class name org.eclipse.tcf.internal.cdt.ui.breakpoints.TCFThreadFilterEditor$linkSelectAdapter doesn't start with an upper case letter [org.eclipse.tcf.internal.cdt.ui.breakpoints.TCFThreadFilterEditor$linkSelectAdapter] At TCFThreadFilterEditor.java:[lines 576-586] NM_CLASS_NAMING_CONVENTION
[INFO] Increment of volatile field org.eclipse.tcf.internal.cdt.ui.disassembly.TCFDisassemblyBackend.fSuspendCount in org.eclipse.tcf.internal.cdt.ui.disassembly.TCFDisassemblyBackend.handleContextSuspended(BigInteger) [org.eclipse.tcf.internal.cdt.ui.disassembly.TCFDisassemblyBackend] At TCFDisassemblyBackend.java:[line 415] VO_VOLATILE_INCREMENT
[INFO] Increment of volatile field org.eclipse.tcf.internal.cdt.ui.disassembly.TCFDisassemblyBackend.fContextCount in org.eclipse.tcf.internal.cdt.ui.disassembly.TCFDisassemblyBackend.handleSessionEnded() [org.eclipse.tcf.internal.cdt.ui.disassembly.TCFDisassemblyBackend] At TCFDisassemblyBackend.java:[line 426] VO_VOLATILE_INCREMENT
[INFO] Increment of volatile field org.eclipse.tcf.internal.cdt.ui.disassembly.TCFDisassemblyBackend.fContextCount in org.eclipse.tcf.internal.cdt.ui.disassembly.TCFDisassemblyBackend.setDebugContext(IAdaptable) [org.eclipse.tcf.internal.cdt.ui.disassembly.TCFDisassemblyBackend] At TCFDisassemblyBackend.java:[line 334] VO_VOLATILE_INCREMENT
[INFO] org.eclipse.tcf.internal.cdt.ui.disassembly.TCFDisassemblyBackend$TCFMemoryMapListener.changed(String) might ignore java.lang.Exception [org.eclipse.tcf.internal.cdt.ui.disassembly.TCFDisassemblyBackend$TCFMemoryMapListener, org.eclipse.tcf.internal.cdt.ui.disassembly.TCFDisassemblyBackend$TCFMemoryMapListener] At TCFDisassemblyBackend.java:[line 212]At TCFDisassemblyBackend.java:[line 212] DE_MIGHT_IGNORE
[INFO] org.eclipse.tcf.internal.cdt.ui.sourcelookup.TCFSourceNotFoundPresentation$TCFCSourceNotFoundEditorInput defines equals and uses Object.hashCode() [org.eclipse.tcf.internal.cdt.ui.sourcelookup.TCFSourceNotFoundPresentation$TCFCSourceNotFoundEditorInput] At TCFSourceNotFoundPresentation.java:[lines 59-60] HE_EQUALS_USE_HASHCODE
[INFO] org.eclipse.tcf.internal.cdt.ui.sourcelookup.TCFSourceNotFoundPresentation$TCFCSourceNotFoundElement defines equals and uses Object.hashCode() [org.eclipse.tcf.internal.cdt.ui.sourcelookup.TCFSourceNotFoundPresentation$TCFCSourceNotFoundElement] At TCFSourceNotFoundPresentation.java:[lines 46-48] HE_EQUALS_USE_HASHCODE
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.cdt.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.cdt.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.cdt.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.cdt.ui ---
[INFO] You have 3 CPD duplications. For more details see: /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.cdt.ui/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.cdt.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.cdt.ui/target/org.eclipse.tcf.cdt.ui-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.cdt.ui-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.cdt.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.cdt.ui-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.cdt.ui/target/org.eclipse.tcf.cdt.ui-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.cdt.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.cdt.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.cdt.ui-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.cdt.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.cdt.ui-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.cdt.ui/target/org.eclipse.tcf.cdt.ui-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.cdt.ui-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.cdt.ui ---
[INFO] 
[INFO] ----------------< org.eclipse.tcf:org.eclipse.tcf.rse >-----------------
[INFO] Building org.eclipse.tcf.rse 1.7.0-SNAPSHOT                       [6/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.rse ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.rse ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.rse ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.rse ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.rse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.rse/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.rse ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.rse/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.rse ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.rse/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.rse ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.rse/target/org.eclipse.tcf.rse-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.rse ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.rse ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.rse/target/org.eclipse.tcf.rse-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.rse ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.rse ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.rse ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.rse/target/org.eclipse.tcf.rse-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.rse ---
[INFO] Searching org.eclipse.tcf.rse-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.rse:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.rse-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.rse:java-source:sources:1.7.0-SNAPSHOT in 3 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.rse ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.rse/target/org.eclipse.tcf.rse-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.rse >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.rse ---
[INFO] Fork Value is true
     [java] Warnings generated: 4
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.rse <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.rse ---
[INFO] BugInstance size is 4
[INFO] Error size is 0
[INFO] Total bugs: 4
[INFO] Unconditional wait in org.eclipse.tcf.internal.rse.TCFConnectorService.internalConnect(IProgressMonitor) [org.eclipse.tcf.internal.rse.TCFConnectorService] At TCFConnectorService.java:[line 136] UW_UNCOND_WAIT
[INFO] Unconditional wait in org.eclipse.tcf.internal.rse.TCFConnectorService.internalDisconnect(IProgressMonitor) [org.eclipse.tcf.internal.rse.TCFConnectorService] At TCFConnectorService.java:[line 158] UW_UNCOND_WAIT
[INFO] Wait not in loop in org.eclipse.tcf.internal.rse.TCFConnectorService.internalConnect(IProgressMonitor) [org.eclipse.tcf.internal.rse.TCFConnectorService] At TCFConnectorService.java:[line 136] WA_NOT_IN_LOOP
[INFO] Wait not in loop in org.eclipse.tcf.internal.rse.TCFConnectorService.internalDisconnect(IProgressMonitor) [org.eclipse.tcf.internal.rse.TCFConnectorService] At TCFConnectorService.java:[line 158] WA_NOT_IN_LOOP
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.rse >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.rse ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.rse <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.rse ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.rse ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.rse/target/org.eclipse.tcf.rse-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.rse/1.7.0-SNAPSHOT/org.eclipse.tcf.rse-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.rse/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.rse/1.7.0-SNAPSHOT/org.eclipse.tcf.rse-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.rse/target/org.eclipse.tcf.rse-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.rse/1.7.0-SNAPSHOT/org.eclipse.tcf.rse-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.rse/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.rse/1.7.0-SNAPSHOT/org.eclipse.tcf.rse-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.rse/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.rse/1.7.0-SNAPSHOT/org.eclipse.tcf.rse-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.rse/target/org.eclipse.tcf.rse-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.rse/1.7.0-SNAPSHOT/org.eclipse.tcf.rse-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.rse ---
[INFO] 
[INFO] ------------< org.eclipse.tcf:org.eclipse.tcf.core.feature >------------
[INFO] Building org.eclipse.tcf.core.feature 1.7.0-SNAPSHOT              [7/60]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.core.feature ---
[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.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tcf.core.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.core.feature/target/org.eclipse.tcf.core.feature-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.core.feature ---
[INFO] Searching org.eclipse.tcf.core.feature-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.core.feature:eclipse-feature:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.core.feature >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.core.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.core.feature >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.core.feature <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.core.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.core.feature/target/org.eclipse.tcf.core.feature-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.core.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.core.feature-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.core.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.core.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.core.feature-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.core.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.core.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.core.feature-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.core.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.core.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.core.feature-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.feature ---
[INFO] 
[INFO] ----------< org.eclipse.tcf:org.eclipse.tcf.core.sdk.feature >----------
[INFO] Building org.eclipse.tcf.core.sdk.feature 1.7.0-SNAPSHOT          [8/60]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.core.sdk.feature ---
[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.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.core.sdk.feature/target/org.eclipse.tcf.core.sdk.feature-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] Searching org.eclipse.tcf.core.sdk.feature-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.core.sdk.feature:eclipse-feature:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.core.sdk.feature >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.core.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.core.sdk.feature >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.core.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.core.sdk.feature/target/org.eclipse.tcf.core.sdk.feature-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.core.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.core.sdk.feature-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.core.sdk.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.core.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.core.sdk.feature-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.core.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.core.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.core.sdk.feature-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.core.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.core.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.core.sdk.feature-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.sdk.feature ---
[INFO] 
[INFO] --------------< org.eclipse.tcf:org.eclipse.tcf.feature >---------------
[INFO] Building org.eclipse.tcf.feature 1.7.0-SNAPSHOT                   [9/60]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.feature ---
[INFO] The project's OSGi version is 1.7.0.202105251709
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tcf.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.feature/target/org.eclipse.tcf.feature-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.feature ---
[INFO] Searching org.eclipse.tcf.feature-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.feature:eclipse-feature:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.feature >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.feature >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.feature <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.feature/target/org.eclipse.tcf.feature-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.feature-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.feature-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.feature-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.feature-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] ------------< org.eclipse.tcf:org.eclipse.tcf.sdk.feature >-------------
[INFO] Building org.eclipse.tcf.sdk.feature 1.7.0-SNAPSHOT              [10/60]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.sdk.feature ---
[INFO] The project's OSGi version is 1.7.0.202105251709
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tcf.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.sdk.feature/target/org.eclipse.tcf.sdk.feature-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.sdk.feature ---
[INFO] Searching org.eclipse.tcf.sdk.feature-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.sdk.feature:eclipse-feature:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.sdk.feature >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.sdk.feature >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.sdk.feature/target/org.eclipse.tcf.sdk.feature-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.sdk.feature-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.sdk.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.sdk.feature-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.sdk.feature-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.sdk.feature-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] ------------< org.eclipse.tcf:org.eclipse.tcf.cdt.feature >-------------
[INFO] Building org.eclipse.tcf.cdt.feature 1.7.0-SNAPSHOT              [11/60]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.cdt.feature ---
[INFO] The project's OSGi version is 1.7.0.202105251709
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tcf.cdt.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.cdt.feature/target/org.eclipse.tcf.cdt.feature-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.cdt.feature ---
[INFO] Searching org.eclipse.tcf.cdt.feature-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.cdt.feature:eclipse-feature:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.cdt.feature >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.cdt.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.cdt.feature >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.cdt.feature <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.cdt.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.cdt.feature/target/org.eclipse.tcf.cdt.feature-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.cdt.feature-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.cdt.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.cdt.feature-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.cdt.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.cdt.feature-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.cdt.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.cdt.feature-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] ----------< org.eclipse.tcf:org.eclipse.tcf.cdt.sdk.feature >-----------
[INFO] Building org.eclipse.tcf.cdt.sdk.feature 1.7.0-SNAPSHOT          [12/60]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] The project's OSGi version is 1.7.0.202105251709
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.cdt.sdk.feature/target/org.eclipse.tcf.cdt.sdk.feature-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] Searching org.eclipse.tcf.cdt.sdk.feature-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.cdt.sdk.feature:eclipse-feature:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.cdt.sdk.feature >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.cdt.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.cdt.sdk.feature >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.cdt.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.cdt.sdk.feature/target/org.eclipse.tcf.cdt.sdk.feature-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.cdt.sdk.feature-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.cdt.sdk.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.cdt.sdk.feature-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.cdt.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.cdt.sdk.feature-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.cdt.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.cdt.sdk.feature-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] ------------< org.eclipse.tcf:org.eclipse.tcf.rse.feature >-------------
[INFO] Building org.eclipse.tcf.rse.feature 1.7.0-SNAPSHOT              [13/60]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.rse.feature ---
[INFO] The project's OSGi version is 1.7.0.202105251709
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tcf.rse.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.rse.feature/target/org.eclipse.tcf.rse.feature-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.rse.feature ---
[INFO] Searching org.eclipse.tcf.rse.feature-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.rse.feature:eclipse-feature:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.rse.feature >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.rse.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.rse.feature >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.rse.feature <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.rse.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.rse.feature/target/org.eclipse.tcf.rse.feature-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.rse.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.rse.feature-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.rse.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.rse.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.rse.feature-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.rse.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.rse.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.rse.feature-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.rse.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.rse.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.rse.feature-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] ----------< org.eclipse.tcf:org.eclipse.tcf.rse.sdk.feature >-----------
[INFO] Building org.eclipse.tcf.rse.sdk.feature 1.7.0-SNAPSHOT          [14/60]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] The project's OSGi version is 1.7.0.202105251709
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.rse.sdk.feature/target/org.eclipse.tcf.rse.sdk.feature-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] Searching org.eclipse.tcf.rse.sdk.feature-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.rse.sdk.feature:eclipse-feature:1.7.0-SNAPSHOT in 9 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.rse.sdk.feature >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.rse.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.rse.sdk.feature >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.rse.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.rse.sdk.feature/target/org.eclipse.tcf.rse.sdk.feature-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.rse.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.rse.sdk.feature-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.rse.sdk.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.rse.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.rse.sdk.feature-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.rse.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.rse.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.rse.sdk.feature-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.rse.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.rse.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.rse.sdk.feature-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] -----------------< org.eclipse.tcf:org.eclipse.tcf.te >-----------------
[INFO] Building org.eclipse.tcf.te 1.7.0-SNAPSHOT                       [15/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te/target/org.eclipse.tcf.te-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te/target/org.eclipse.tcf.te-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te/target/org.eclipse.tcf.te-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te ---
[INFO] Searching org.eclipse.tcf.te-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te/target/org.eclipse.tcf.te-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te/target/org.eclipse.tcf.te-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te/1.7.0-SNAPSHOT/org.eclipse.tcf.te-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te/1.7.0-SNAPSHOT/org.eclipse.tcf.te-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te/target/org.eclipse.tcf.te-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te/1.7.0-SNAPSHOT/org.eclipse.tcf.te-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te/1.7.0-SNAPSHOT/org.eclipse.tcf.te-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te/1.7.0-SNAPSHOT/org.eclipse.tcf.te-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te/target/org.eclipse.tcf.te-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te/1.7.0-SNAPSHOT/org.eclipse.tcf.te-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te ---
[INFO] 
[INFO] -------------< org.eclipse.tcf:org.eclipse.tcf.te.runtime >-------------
[INFO] Building org.eclipse.tcf.te.runtime 1.7.0-SNAPSHOT               [16/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.runtime ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.runtime ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.runtime ---
[INFO] Compiling 37 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.runtime ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/org.eclipse.tcf.te.runtime-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.runtime ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/org.eclipse.tcf.te.runtime-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.runtime ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.runtime ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.runtime ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/org.eclipse.tcf.te.runtime-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.runtime ---
[INFO] Searching org.eclipse.tcf.te.runtime-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.runtime:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.runtime-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.runtime:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.runtime ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/org.eclipse.tcf.te.runtime-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.runtime >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.runtime ---
[INFO] Fork Value is true
     [java] Warnings generated: 3
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.runtime <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.runtime ---
[INFO] BugInstance size is 3
[INFO] Error size is 0
[INFO] Total bugs: 3
[INFO] org.eclipse.tcf.te.runtime.interfaces.ISharedConstants.TIME_FORMAT is a static field of type java.text.DateFormat, which isn't thread safe [org.eclipse.tcf.te.runtime.interfaces.ISharedConstants] In ISharedConstants.java STCAL_STATIC_SIMPLE_DATE_FORMAT_INSTANCE
[INFO] org.eclipse.tcf.te.runtime.preferences.ScopedEclipsePreferences.exportPreferences(OutputStream) might ignore java.lang.Exception [org.eclipse.tcf.te.runtime.preferences.ScopedEclipsePreferences, org.eclipse.tcf.te.runtime.preferences.ScopedEclipsePreferences] At ScopedEclipsePreferences.java:[line 128]At ScopedEclipsePreferences.java:[line 128] DE_MIGHT_IGNORE
[INFO] org.eclipse.tcf.te.runtime.processes.ProcessOutputReaderThread.readInputUntilInterrupted() might ignore java.io.IOException [org.eclipse.tcf.te.runtime.processes.ProcessOutputReaderThread, org.eclipse.tcf.te.runtime.processes.ProcessOutputReaderThread] At ProcessOutputReaderThread.java:[line 274]At ProcessOutputReaderThread.java:[line 274] DE_MIGHT_IGNORE
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.runtime >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.runtime ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.runtime <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.runtime ---
[INFO] You have 2 CPD duplications. For more details see: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/org.eclipse.tcf.te.runtime-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/org.eclipse.tcf.te.runtime-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/org.eclipse.tcf.te.runtime-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.runtime ---
[INFO] 
[INFO] -------< org.eclipse.tcf:org.eclipse.tcf.te.runtime.concurrent >--------
[INFO] Building org.eclipse.tcf.te.runtime.concurrent 1.7.0-SNAPSHOT    [17/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/org.eclipse.tcf.te.runtime.concurrent-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/org.eclipse.tcf.te.runtime.concurrent-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/org.eclipse.tcf.te.runtime.concurrent-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Searching org.eclipse.tcf.te.runtime.concurrent-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.runtime.concurrent:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.runtime.concurrent-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.runtime.concurrent:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/org.eclipse.tcf.te.runtime.concurrent-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.runtime.concurrent >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.runtime.concurrent <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.runtime.concurrent >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.runtime.concurrent ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.runtime.concurrent <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/org.eclipse.tcf.te.runtime.concurrent-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.concurrent/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.concurrent-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.concurrent/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.concurrent-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/org.eclipse.tcf.te.runtime.concurrent-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.concurrent/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.concurrent-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.concurrent/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.concurrent-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.concurrent/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.concurrent-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/org.eclipse.tcf.te.runtime.concurrent-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.concurrent/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.concurrent-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] 
[INFO] ----------< org.eclipse.tcf:org.eclipse.tcf.te.runtime.model >----------
[INFO] Building org.eclipse.tcf.te.runtime.model 1.7.0-SNAPSHOT         [18/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.runtime.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.runtime.model ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.runtime.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.runtime.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/org.eclipse.tcf.te.runtime.model-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.runtime.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/org.eclipse.tcf.te.runtime.model-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.runtime.model ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.runtime.model ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/org.eclipse.tcf.te.runtime.model-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Searching org.eclipse.tcf.te.runtime.model-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.runtime.model:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.runtime.model-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.runtime.model:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/org.eclipse.tcf.te.runtime.model-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.runtime.model >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.runtime.model <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.runtime.model ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.runtime.model >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.runtime.model ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.runtime.model <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.runtime.model ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/org.eclipse.tcf.te.runtime.model-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.model/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.model-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.model/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.model-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/org.eclipse.tcf.te.runtime.model-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.model/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.model-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.model/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.model-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.model/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.model-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/org.eclipse.tcf.te.runtime.model-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.model/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.model-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.runtime.model ---
[INFO] 
[INFO] --------< org.eclipse.tcf:org.eclipse.tcf.te.runtime.services >---------
[INFO] Building org.eclipse.tcf.te.runtime.services 1.7.0-SNAPSHOT      [19/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.runtime.services ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.runtime.services ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.runtime.services ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.runtime.services ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/org.eclipse.tcf.te.runtime.services-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.runtime.services ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/org.eclipse.tcf.te.runtime.services-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.runtime.services ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.runtime.services ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/org.eclipse.tcf.te.runtime.services-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Searching org.eclipse.tcf.te.runtime.services-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.runtime.services:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.runtime.services-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.runtime.services:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/org.eclipse.tcf.te.runtime.services-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.runtime.services >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Fork Value is true
     [java] Warnings generated: 2
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.runtime.services <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.runtime.services ---
[INFO] BugInstance size is 2
[INFO] Error size is 0
[INFO] Total bugs: 2
[INFO] Possible bad parsing of shift operation in org.eclipse.tcf.te.runtime.services.filetransfer.FileTransferItem.hashCode() [org.eclipse.tcf.te.runtime.services.filetransfer.FileTransferItem] At FileTransferItem.java:[line 188] BSHIFT_WRONG_ADD_PRIORITY
[INFO] Possible bad parsing of shift operation in org.eclipse.tcf.te.runtime.services.filetransfer.FileTransferItem.hashCode() [org.eclipse.tcf.te.runtime.services.filetransfer.FileTransferItem] At FileTransferItem.java:[line 187] BSHIFT_WRONG_ADD_PRIORITY
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.runtime.services >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.runtime.services ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.runtime.services <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.runtime.services ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/org.eclipse.tcf.te.runtime.services-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.services/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.services-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.services/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.services-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/org.eclipse.tcf.te.runtime.services-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.services/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.services-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.services/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.services-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.services/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.services-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/org.eclipse.tcf.te.runtime.services-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.services/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.services-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.runtime.services ---
[INFO] 
[INFO] -------< org.eclipse.tcf:org.eclipse.tcf.te.runtime.persistence >-------
[INFO] Building org.eclipse.tcf.te.runtime.persistence 1.7.0-SNAPSHOT   [20/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/org.eclipse.tcf.te.runtime.persistence-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/org.eclipse.tcf.te.runtime.persistence-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/org.eclipse.tcf.te.runtime.persistence-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Searching org.eclipse.tcf.te.runtime.persistence-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.runtime.persistence:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.runtime.persistence-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.runtime.persistence:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/org.eclipse.tcf.te.runtime.persistence-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.runtime.persistence >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Fork Value is true
     [java] Warnings generated: 1
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.runtime.persistence <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[INFO] Repeated conditional test in org.eclipse.tcf.te.runtime.persistence.PersistenceManager.getDelegate(Object, Object) [org.eclipse.tcf.te.runtime.persistence.PersistenceManager, org.eclipse.tcf.te.runtime.persistence.PersistenceManager] At PersistenceManager.java:[line 136]At PersistenceManager.java:[line 136] RpC_REPEATED_CONDITIONAL_TEST
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.runtime.persistence >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.runtime.persistence ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.runtime.persistence <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] You have 1 CPD duplication. For more details see: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/org.eclipse.tcf.te.runtime.persistence-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.persistence/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.persistence-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.persistence/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.persistence-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/org.eclipse.tcf.te.runtime.persistence-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.persistence/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.persistence-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.persistence/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.persistence-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.persistence/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.persistence-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/org.eclipse.tcf.te.runtime.persistence-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.persistence/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.persistence-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] 
[INFO] ------< org.eclipse.tcf:org.eclipse.tcf.te.runtime.statushandler >------
[INFO] Building org.eclipse.tcf.te.runtime.statushandler 1.7.0-SNAPSHOT [21/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/org.eclipse.tcf.te.runtime.statushandler-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/org.eclipse.tcf.te.runtime.statushandler-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/org.eclipse.tcf.te.runtime.statushandler-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Searching org.eclipse.tcf.te.runtime.statushandler-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.runtime.statushandler:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.runtime.statushandler-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.runtime.statushandler:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/org.eclipse.tcf.te.runtime.statushandler-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.runtime.statushandler >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.runtime.statushandler <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.runtime.statushandler >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.runtime.statushandler ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.runtime.statushandler <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/org.eclipse.tcf.te.runtime.statushandler-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.statushandler/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.statushandler-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.statushandler/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.statushandler-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/org.eclipse.tcf.te.runtime.statushandler-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.statushandler/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.statushandler-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.statushandler/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.statushandler-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.statushandler/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.statushandler-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/org.eclipse.tcf.te.runtime.statushandler-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.statushandler/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.statushandler-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] 
[INFO] ---------< org.eclipse.tcf:org.eclipse.tcf.te.runtime.stepper >---------
[INFO] Building org.eclipse.tcf.te.runtime.stepper 1.7.0-SNAPSHOT       [22/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/org.eclipse.tcf.te.runtime.stepper-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/org.eclipse.tcf.te.runtime.stepper-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/org.eclipse.tcf.te.runtime.stepper-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Searching org.eclipse.tcf.te.runtime.stepper-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.runtime.stepper:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.runtime.stepper-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.runtime.stepper:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/org.eclipse.tcf.te.runtime.stepper-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.runtime.stepper >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.runtime.stepper <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.runtime.stepper >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.runtime.stepper ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.runtime.stepper <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] You have 1 CPD duplication. For more details see: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/org.eclipse.tcf.te.runtime.stepper-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.stepper/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.stepper-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.stepper/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.stepper-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/org.eclipse.tcf.te.runtime.stepper-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.stepper/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.stepper-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.stepper/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.stepper-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.stepper/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.stepper-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/org.eclipse.tcf.te.runtime.stepper-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.stepper/1.7.0-SNAPSHOT/org.eclipse.tcf.te.runtime.stepper-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] 
[INFO] --------------< org.eclipse.tcf:org.eclipse.tcf.te.core >---------------
[INFO] Building org.eclipse.tcf.te.core 1.7.0-SNAPSHOT                  [23/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.core ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.core ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core/target/org.eclipse.tcf.te.core-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core/target/org.eclipse.tcf.te.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core/target/org.eclipse.tcf.te.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.core ---
[INFO] Searching org.eclipse.tcf.te.core-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.core:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.core-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.core:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core/target/org.eclipse.tcf.te.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.core >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.core ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.core ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.core >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.core <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.core ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core/target/org.eclipse.tcf.te.core-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.core-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.core-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core/target/org.eclipse.tcf.te.core-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.core-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.core-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.core-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core/target/org.eclipse.tcf.te.core-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.core-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.core ---
[INFO] 
[INFO] ------------< org.eclipse.tcf:org.eclipse.tcf.te.core.cdt >-------------
[INFO] Building org.eclipse.tcf.te.core.cdt 1.7.0-SNAPSHOT              [24/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.core.cdt ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.core.cdt ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.core.cdt ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.core.cdt ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/org.eclipse.tcf.te.core.cdt-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.core.cdt ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/org.eclipse.tcf.te.core.cdt-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.core.cdt ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.core.cdt ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/org.eclipse.tcf.te.core.cdt-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Searching org.eclipse.tcf.te.core.cdt-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.core.cdt:eclipse-plugin:1.7.0-SNAPSHOT in 3 seconds.
[INFO] Searching org.eclipse.tcf.te.core.cdt-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.core.cdt:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/org.eclipse.tcf.te.core.cdt-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.core.cdt >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.core.cdt <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.core.cdt ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.core.cdt >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.core.cdt ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.core.cdt <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.core.cdt ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/org.eclipse.tcf.te.core.cdt-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core.cdt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.core.cdt-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core.cdt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.core.cdt-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/org.eclipse.tcf.te.core.cdt-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core.cdt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.core.cdt-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core.cdt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.core.cdt-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core.cdt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.core.cdt-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/org.eclipse.tcf.te.core.cdt-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core.cdt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.core.cdt-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.core.cdt ---
[INFO] 
[INFO] -----------< org.eclipse.tcf:org.eclipse.tcf.te.launch.core >-----------
[INFO] Building org.eclipse.tcf.te.launch.core 1.7.0-SNAPSHOT           [25/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.launch.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.launch.core ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.launch.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.launch.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.launch.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.launch.core ---
[INFO] Compiling 59 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/classes
[WARNING] /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.core/src/org/eclipse/tcf/te/launch/core/persistence/AbstractItemListPersistenceDelegate.java:[130] 
	result = null;
	^^^^^^
Redundant assignment: The variable result can only be null at this location
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.launch.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.launch.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/org.eclipse.tcf.te.launch.core-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.launch.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.launch.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/org.eclipse.tcf.te.launch.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.launch.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.launch.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.launch.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/org.eclipse.tcf.te.launch.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.launch.core ---
[INFO] Searching org.eclipse.tcf.te.launch.core-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.launch.core:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.launch.core-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.launch.core:java-source:sources:1.7.0-SNAPSHOT in 3 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.launch.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/org.eclipse.tcf.te.launch.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.launch.core >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.launch.core ---
[INFO] Fork Value is true
     [java] Warnings generated: 5
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.launch.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.launch.core ---
[INFO] BugInstance size is 5
[INFO] Error size is 0
[INFO] Total bugs: 5
[INFO] org.eclipse.tcf.te.launch.core.persistence.DefaultPersistenceDelegate.getAttribute(ILaunchConfiguration, String, int) might ignore org.eclipse.core.runtime.CoreException [org.eclipse.tcf.te.launch.core.persistence.DefaultPersistenceDelegate, org.eclipse.tcf.te.launch.core.persistence.DefaultPersistenceDelegate] At DefaultPersistenceDelegate.java:[line 270]At DefaultPersistenceDelegate.java:[line 270] DE_MIGHT_IGNORE
[INFO] org.eclipse.tcf.te.launch.core.persistence.DefaultPersistenceDelegate.getAttribute(ILaunchConfiguration, String, List) might ignore org.eclipse.core.runtime.CoreException [org.eclipse.tcf.te.launch.core.persistence.DefaultPersistenceDelegate, org.eclipse.tcf.te.launch.core.persistence.DefaultPersistenceDelegate] At DefaultPersistenceDelegate.java:[line 289]At DefaultPersistenceDelegate.java:[line 289] DE_MIGHT_IGNORE
[INFO] org.eclipse.tcf.te.launch.core.persistence.DefaultPersistenceDelegate.getAttribute(ILaunchConfiguration, String, Map) might ignore org.eclipse.core.runtime.CoreException [org.eclipse.tcf.te.launch.core.persistence.DefaultPersistenceDelegate, org.eclipse.tcf.te.launch.core.persistence.DefaultPersistenceDelegate] At DefaultPersistenceDelegate.java:[line 328]At DefaultPersistenceDelegate.java:[line 328] DE_MIGHT_IGNORE
[INFO] org.eclipse.tcf.te.launch.core.persistence.DefaultPersistenceDelegate.getAttribute(ILaunchConfiguration, String, Set) might ignore org.eclipse.core.runtime.CoreException [org.eclipse.tcf.te.launch.core.persistence.DefaultPersistenceDelegate, org.eclipse.tcf.te.launch.core.persistence.DefaultPersistenceDelegate] At DefaultPersistenceDelegate.java:[line 308]At DefaultPersistenceDelegate.java:[line 308] DE_MIGHT_IGNORE
[INFO] org.eclipse.tcf.te.launch.core.persistence.DefaultPersistenceDelegate.getAttribute(ILaunchConfiguration, String, boolean) might ignore org.eclipse.core.runtime.CoreException [org.eclipse.tcf.te.launch.core.persistence.DefaultPersistenceDelegate, org.eclipse.tcf.te.launch.core.persistence.DefaultPersistenceDelegate] At DefaultPersistenceDelegate.java:[line 251]At DefaultPersistenceDelegate.java:[line 251] DE_MIGHT_IGNORE
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.launch.core >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.launch.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.launch.core <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.launch.core ---
[INFO] You have 4 CPD duplications. For more details see: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.launch.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/org.eclipse.tcf.te.launch.core-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.launch.core-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.launch.core-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/org.eclipse.tcf.te.launch.core-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.launch.core-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.launch.core-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.launch.core-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/org.eclipse.tcf.te.launch.core-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.launch.core-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.launch.core ---
[INFO] 
[INFO] -------------< org.eclipse.tcf:org.eclipse.tcf.te.ui.swt >--------------
[INFO] Building org.eclipse.tcf.te.ui.swt 1.7.0-SNAPSHOT                [26/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.ui.swt ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.ui.swt ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.ui.swt ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.ui.swt ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/org.eclipse.tcf.te.ui.swt-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.ui.swt ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/org.eclipse.tcf.te.ui.swt-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.ui.swt ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.ui.swt ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/org.eclipse.tcf.te.ui.swt-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Searching org.eclipse.tcf.te.ui.swt-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.ui.swt:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.ui.swt-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.ui.swt:java-source:sources:1.7.0-SNAPSHOT in 5 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/org.eclipse.tcf.te.ui.swt-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.ui.swt >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.ui.swt <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.ui.swt ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.ui.swt >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.ui.swt ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.ui.swt <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.ui.swt ---
[INFO] You have 3 CPD duplications. For more details see: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/org.eclipse.tcf.te.ui.swt-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.swt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.swt-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.swt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.swt-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/org.eclipse.tcf.te.ui.swt-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.swt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.swt-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.swt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.swt-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.swt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.swt-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/org.eclipse.tcf.te.ui.swt-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.swt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.swt-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.ui.swt ---
[INFO] 
[INFO] ------------< org.eclipse.tcf:org.eclipse.tcf.te.ui.forms >-------------
[INFO] Building org.eclipse.tcf.te.ui.forms 1.7.0-SNAPSHOT              [27/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.ui.forms ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.ui.forms ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.ui.forms ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.ui.forms ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/org.eclipse.tcf.te.ui.forms-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.ui.forms ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/org.eclipse.tcf.te.ui.forms-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.ui.forms ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.ui.forms ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/org.eclipse.tcf.te.ui.forms-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Searching org.eclipse.tcf.te.ui.forms-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.ui.forms:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.ui.forms-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.ui.forms:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/org.eclipse.tcf.te.ui.forms-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.ui.forms >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Fork Value is true
     [java] Warnings generated: 2
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.ui.forms <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.ui.forms ---
[INFO] BugInstance size is 2
[INFO] Error size is 0
[INFO] Total bugs: 2
[INFO] org.eclipse.tcf.te.ui.forms.parts.AbstractSection.markDirty(boolean) might ignore java.lang.Exception [org.eclipse.tcf.te.ui.forms.parts.AbstractSection, org.eclipse.tcf.te.ui.forms.parts.AbstractSection] At AbstractSection.java:[line 275]At AbstractSection.java:[line 275] DE_MIGHT_IGNORE
[INFO] org.eclipse.tcf.te.ui.forms.parts.AbstractSection.markStale(boolean) might ignore java.lang.Exception [org.eclipse.tcf.te.ui.forms.parts.AbstractSection, org.eclipse.tcf.te.ui.forms.parts.AbstractSection] At AbstractSection.java:[line 307]At AbstractSection.java:[line 307] DE_MIGHT_IGNORE
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.ui.forms >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.ui.forms ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.ui.forms <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.ui.forms ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/org.eclipse.tcf.te.ui.forms-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.forms/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.forms-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.forms/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.forms-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/org.eclipse.tcf.te.ui.forms-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.forms/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.forms-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.forms/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.forms-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.forms/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.forms-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/org.eclipse.tcf.te.ui.forms-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.forms/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.forms-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.ui.forms ---
[INFO] 
[INFO] ---------------< org.eclipse.tcf:org.eclipse.tcf.te.ui >----------------
[INFO] Building org.eclipse.tcf.te.ui 1.7.0-SNAPSHOT                    [28/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.ui ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.ui ---
[INFO] Compiling 104 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/src/org/eclipse/tcf/te/ui/wizards/newWizard/NewWizardNode.java:[152] 
	@SuppressWarnings("cast")
	                  ^^^^^^
Unnecessary @SuppressWarnings("cast")
[WARNING] /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/src/org/eclipse/tcf/te/ui/wizards/newWizard/NewWizardNode.java:[165] 
	T result = (T) adaptable.getAdapter(adapterType);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to T
[WARNING] /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/src/org/eclipse/tcf/te/ui/wizards/newWizard/NewWizardNode.java:[174] 
	T result = (T) Platform.getAdapterManager().getAdapter(sourceObject, adapterType);
	           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Type safety: Unchecked cast from Object to T
3 problems (3 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/target/org.eclipse.tcf.te.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/target/org.eclipse.tcf.te.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/target/org.eclipse.tcf.te.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.ui ---
[INFO] Searching org.eclipse.tcf.te.ui-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.ui:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.ui-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.ui:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/target/org.eclipse.tcf.te.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.ui >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.ui ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.ui ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.ui ---
[INFO] You have 3 CPD duplications. For more details see: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/target/org.eclipse.tcf.te.ui-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/target/org.eclipse.tcf.te.ui-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/target/org.eclipse.tcf.te.ui-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.ui ---
[INFO] 
[INFO] -----------< org.eclipse.tcf:org.eclipse.tcf.te.ui.controls >-----------
[INFO] Building org.eclipse.tcf.te.ui.controls 1.7.0-SNAPSHOT           [29/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.ui.controls ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.ui.controls ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.ui.controls ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.ui.controls ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Compiling 44 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/org.eclipse.tcf.te.ui.controls-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.ui.controls ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/org.eclipse.tcf.te.ui.controls-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.ui.controls ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.ui.controls ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/org.eclipse.tcf.te.ui.controls-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Searching org.eclipse.tcf.te.ui.controls-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.ui.controls:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.ui.controls-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.ui.controls:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/org.eclipse.tcf.te.ui.controls-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.ui.controls >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Fork Value is true
     [java] Warnings generated: 1
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.ui.controls <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.ui.controls ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[INFO] org.eclipse.tcf.te.ui.controls.net.RemoteHostAddressControl.onCheckAddress() might ignore java.lang.Exception [org.eclipse.tcf.te.ui.controls.net.RemoteHostAddressControl, org.eclipse.tcf.te.ui.controls.net.RemoteHostAddressControl] At RemoteHostAddressControl.java:[line 264]At RemoteHostAddressControl.java:[line 264] DE_MIGHT_IGNORE
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.ui.controls >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.ui.controls ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.ui.controls <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.ui.controls ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/org.eclipse.tcf.te.ui.controls-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.controls/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.controls-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.controls/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.controls-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/org.eclipse.tcf.te.ui.controls-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.controls/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.controls-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.controls/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.controls-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.controls/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.controls-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/org.eclipse.tcf.te.ui.controls-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.controls/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.controls-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.ui.controls ---
[INFO] 
[INFO] ------------< org.eclipse.tcf:org.eclipse.tcf.te.ui.views >-------------
[INFO] Building org.eclipse.tcf.te.ui.views 1.7.0-SNAPSHOT              [30/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.ui.views ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.ui.views ---
[INFO] The project's OSGi version is 1.7.0.202004140449
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.ui.views ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.ui.views ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.ui.views ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.views/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.ui.views ---
[INFO] Compiling 90 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/classes
[WARNING] /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.views/src/org/eclipse/tcf/te/ui/views/handler/ShowInPropertiesHandler.java:[48] 
	EventManager.getInstance().fireEvent(new ChangeEvent(view, "PropertySheetLoad", null, null));
	                                                           ^^^^^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.ui.views ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.views/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.ui.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/org.eclipse.tcf.te.ui.views-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.ui.views ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.ui.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/org.eclipse.tcf.te.ui.views-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.ui.views ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.ui.views ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.ui.views ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/org.eclipse.tcf.te.ui.views-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.ui.views ---
[INFO] Searching org.eclipse.tcf.te.ui.views-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.ui.views:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.ui.views-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.ui.views:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.ui.views ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/org.eclipse.tcf.te.ui.views-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.ui.views >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.ui.views ---
[INFO] Fork Value is true
     [java] Warnings generated: 2
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.ui.views <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.ui.views ---
[INFO] BugInstance size is 2
[INFO] Error size is 0
[INFO] Total bugs: 2
[INFO] Boxing/unboxing to parse a primitive org.eclipse.tcf.te.ui.views.categories.Category.setInitializationData(IConfigurationElement, String, Object) [org.eclipse.tcf.te.ui.views.categories.Category] At Category.java:[line 71] DM_BOXED_PRIMITIVE_FOR_PARSING
[INFO] Possible bad parsing of shift operation in org.eclipse.tcf.te.ui.views.editor.EditorInput.hashCode() [org.eclipse.tcf.te.ui.views.editor.EditorInput] At EditorInput.java:[line 82] BSHIFT_WRONG_ADD_PRIORITY
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.ui.views >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.ui.views ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.ui.views <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.ui.views ---
[INFO] You have 2 CPD duplications. For more details see: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.ui.views ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/org.eclipse.tcf.te.ui.views-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.views/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.views-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.views/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.views/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.views-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/org.eclipse.tcf.te.ui.views-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.views/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.views-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.views/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.views-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.views/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.views-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/org.eclipse.tcf.te.ui.views-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.views/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.views-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.ui.views ---
[INFO] 
[INFO] ------------< org.eclipse.tcf:org.eclipse.tcf.te.launch.ui >------------
[INFO] Building org.eclipse.tcf.te.launch.ui 1.7.0-SNAPSHOT             [31/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.launch.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.launch.ui ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.launch.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.launch.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Compiling 59 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/org.eclipse.tcf.te.launch.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.launch.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/org.eclipse.tcf.te.launch.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.launch.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.launch.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/org.eclipse.tcf.te.launch.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Searching org.eclipse.tcf.te.launch.ui-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.launch.ui:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.launch.ui-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.launch.ui:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/org.eclipse.tcf.te.launch.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.launch.ui >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Fork Value is true
     [java] Warnings generated: 2
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.launch.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.launch.ui ---
[INFO] BugInstance size is 2
[INFO] Error size is 0
[INFO] Total bugs: 2
[INFO] Dead store to cpl in org.eclipse.tcf.te.launch.ui.tabs.filetransfers.AbstractFileTransferSection.configureTableViewer(TableViewer) [org.eclipse.tcf.te.launch.ui.tabs.filetransfers.AbstractFileTransferSection] At AbstractFileTransferSection.java:[line 381] DLS_DEAD_LOCAL_STORE
[INFO] Dead store to cpl in org.eclipse.tcf.te.launch.ui.tabs.refprojects.RefProjectsSection.configureTableViewer(TableViewer) [org.eclipse.tcf.te.launch.ui.tabs.refprojects.RefProjectsSection] At RefProjectsSection.java:[line 244] DLS_DEAD_LOCAL_STORE
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.launch.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.launch.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.launch.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.launch.ui ---
[INFO] You have 7 CPD duplications. For more details see: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/org.eclipse.tcf.te.launch.ui-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.launch.ui-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.launch.ui-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/org.eclipse.tcf.te.launch.ui-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.launch.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.launch.ui-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.launch.ui-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/org.eclipse.tcf.te.launch.ui-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.launch.ui-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.launch.ui ---
[INFO] 
[INFO] ------------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.core >-------------
[INFO] Building org.eclipse.tcf.te.tcf.core 1.7.0-SNAPSHOT              [32/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.core ---
[INFO] The project's OSGi version is 1.7.0.202003010826
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Compiling 64 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/classes
[WARNING] /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/src/org/eclipse/tcf/te/tcf/core/internal/channelmanager/steps/ChainPeerStep.java:[143] 
	String tcfRedirectDelayString = System.getProperty("tcfProxyDelay");
	                                                   ^^^^^^^^^^^^^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/org.eclipse.tcf.te.tcf.core-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/org.eclipse.tcf.te.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.te.tcf.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/org.eclipse.tcf.te.tcf.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Searching org.eclipse.tcf.te.tcf.core-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.core:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.core-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.core:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/org.eclipse.tcf.te.tcf.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.core >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.core ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.core >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.core <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.core ---
[INFO] You have 5 CPD duplications. For more details see: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/org.eclipse.tcf.te.tcf.core-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/org.eclipse.tcf.te.tcf.core-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/org.eclipse.tcf.te.tcf.core-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.core ---
[INFO] 
[INFO] ---------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.model >----------
[INFO] Building org.eclipse.tcf.te.tcf.core.model 1.7.0-SNAPSHOT        [33/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/org.eclipse.tcf.te.tcf.core.model-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/org.eclipse.tcf.te.tcf.core.model-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/org.eclipse.tcf.te.tcf.core.model-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Searching org.eclipse.tcf.te.tcf.core.model-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.model:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.core.model-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.model:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/org.eclipse.tcf.te.tcf.core.model-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.core.model >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.core.model <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.core.model >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.core.model ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.core.model <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/org.eclipse.tcf.te.tcf.core.model-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.model/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.model-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.model/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.model-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/org.eclipse.tcf.te.tcf.core.model-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.model/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.model-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.model/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.model-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.model/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.model-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/org.eclipse.tcf.te.tcf.core.model-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.model/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.model-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] 
[INFO] -------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.scripting >--------
[INFO] Building org.eclipse.tcf.te.tcf.core.scripting 1.7.0-SNAPSHOT    [34/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/org.eclipse.tcf.te.tcf.core.scripting-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/org.eclipse.tcf.te.tcf.core.scripting-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/org.eclipse.tcf.te.tcf.core.scripting-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Searching org.eclipse.tcf.te.tcf.core.scripting-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.scripting:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.core.scripting-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.scripting:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/org.eclipse.tcf.te.tcf.core.scripting-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.core.scripting >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.core.scripting <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.core.scripting >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.core.scripting ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.core.scripting <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/org.eclipse.tcf.te.tcf.core.scripting-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.scripting/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.scripting-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.scripting/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.scripting-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/org.eclipse.tcf.te.tcf.core.scripting-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.scripting/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.scripting-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.scripting/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.scripting-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.scripting/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.scripting-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/org.eclipse.tcf.te.tcf.core.scripting-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.scripting/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.scripting-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] 
[INFO] -----------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.locator >-----------
[INFO] Building org.eclipse.tcf.te.tcf.locator 1.7.0-SNAPSHOT           [35/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Compiling 77 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/org.eclipse.tcf.te.tcf.locator-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/org.eclipse.tcf.te.tcf.locator-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/org.eclipse.tcf.te.tcf.locator-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Searching org.eclipse.tcf.te.tcf.locator-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.locator:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.locator-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.locator:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/org.eclipse.tcf.te.tcf.locator-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.locator >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Fork Value is true
     [java] Warnings generated: 1
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.locator <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[INFO] Dead store to cmd in org.eclipse.tcf.te.tcf.locator.services.LocatorModelRefreshService.getPeers(ILocator, IChannel, ILocatorNode, ICallback) [org.eclipse.tcf.te.tcf.locator.services.LocatorModelRefreshService] At LocatorModelRefreshService.java:[line 291] DLS_DEAD_LOCAL_STORE
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.locator >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.locator ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.locator <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] You have 4 CPD duplications. For more details see: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/org.eclipse.tcf.te.tcf.locator-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.locator/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.locator-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.locator/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.locator-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/org.eclipse.tcf.te.tcf.locator-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.locator/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.locator-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.locator/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.locator-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.locator/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.locator-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/org.eclipse.tcf.te.tcf.locator-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.locator/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.locator-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] 
[INFO] -------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.filesystem.core >-------
[INFO] Building org.eclipse.tcf.te.tcf.filesystem.core 1.7.0-SNAPSHOT   [36/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Compiling 59 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/org.eclipse.tcf.te.tcf.filesystem.core-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/org.eclipse.tcf.te.tcf.filesystem.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/org.eclipse.tcf.te.tcf.filesystem.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Searching org.eclipse.tcf.te.tcf.filesystem.core-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.filesystem.core:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.filesystem.core-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.filesystem.core:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/org.eclipse.tcf.te.tcf.filesystem.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.filesystem.core >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Fork Value is true
     [java] Warnings generated: 3
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.filesystem.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] BugInstance size is 3
[INFO] Error size is 0
[INFO] Total bugs: 3
[INFO] Exceptional return value of java.io.File.delete() ignored in org.eclipse.tcf.te.tcf.filesystem.core.internal.operations.OpDownload.doRun(IProgressMonitor) [org.eclipse.tcf.te.tcf.filesystem.core.internal.operations.OpDownload] At OpDownload.java:[line 67] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[INFO] Possible null pointer dereference in org.eclipse.tcf.te.tcf.filesystem.core.internal.operations.OpUpload.runWorkItem(OpUpload$WorkItem, IProgressMonitor) due to return value of called method [org.eclipse.tcf.te.tcf.filesystem.core.internal.operations.OpUpload, org.eclipse.tcf.te.tcf.filesystem.core.internal.operations.OpUpload] Dereferenced at OpUpload.java:[line 125]Known null at OpUpload.java:[line 125] NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE
[INFO] org.eclipse.tcf.te.tcf.filesystem.core.internal.utils.PersistenceManagerDelegate.string2digest(String) might ignore java.lang.Exception [org.eclipse.tcf.te.tcf.filesystem.core.internal.utils.PersistenceManagerDelegate, org.eclipse.tcf.te.tcf.filesystem.core.internal.utils.PersistenceManagerDelegate] At PersistenceManagerDelegate.java:[line 242]At PersistenceManagerDelegate.java:[line 242] DE_MIGHT_IGNORE
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.filesystem.core >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.filesystem.core <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] You have 6 CPD duplications. For more details see: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/org.eclipse.tcf.te.tcf.filesystem.core-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.core-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.core-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/org.eclipse.tcf.te.tcf.filesystem.core-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.core-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.core-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.core-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/org.eclipse.tcf.te.tcf.filesystem.core-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.core-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] 
[INFO] ----------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.log.core >-----------
[INFO] Building org.eclipse.tcf.te.tcf.log.core 1.7.0-SNAPSHOT          [37/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/org.eclipse.tcf.te.tcf.log.core-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/org.eclipse.tcf.te.tcf.log.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/org.eclipse.tcf.te.tcf.log.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Searching org.eclipse.tcf.te.tcf.log.core-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.log.core:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.log.core-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.log.core:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/org.eclipse.tcf.te.tcf.log.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.log.core >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.log.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.log.core >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.log.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.log.core <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/org.eclipse.tcf.te.tcf.log.core-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.log.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.log.core-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.log.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.log.core-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/org.eclipse.tcf.te.tcf.log.core-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.log.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.log.core-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.log.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.log.core-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.log.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.log.core-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/org.eclipse.tcf.te.tcf.log.core-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.log.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.log.core-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] 
[INFO] -------------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui >--------------
[INFO] Building org.eclipse.tcf.te.tcf.ui 1.7.0-SNAPSHOT                [38/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] The project's OSGi version is 1.7.0.202004150835
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Compiling 105 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/handler/DefaultContextActionsMenuContribution.java:[30] 
	@SuppressWarnings("cast")
	                  ^^^^^^
Unnecessary @SuppressWarnings("cast")
[WARNING] /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/org/eclipse/tcf/te/tcf/ui/handler/DefaultContextActionsCommandHandler.java:[35] 
	@SuppressWarnings("cast")
	                  ^^^^^^
Unnecessary @SuppressWarnings("cast")
2 problems (2 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/org.eclipse.tcf.te.tcf.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/org.eclipse.tcf.te.tcf.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/org.eclipse.tcf.te.tcf.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Searching org.eclipse.tcf.te.tcf.ui-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.ui-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/org.eclipse.tcf.te.tcf.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.ui >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Fork Value is true
     [java] Warnings generated: 3
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] BugInstance size is 3
[INFO] Error size is 0
[INFO] Total bugs: 3
[INFO] Dead store to column in org.eclipse.tcf.te.tcf.ui.dialogs.AbstractTreeSelectionDialog.createTreeAreaContent(Composite) [org.eclipse.tcf.te.tcf.ui.dialogs.AbstractTreeSelectionDialog] At AbstractTreeSelectionDialog.java:[line 126] DLS_DEAD_LOCAL_STORE
[INFO] org.eclipse.tcf.te.tcf.ui.navigator.dnd.CommonDnD.dropLocalSelection(CommonDropAdapter, Object, int, IStructuredSelection) might ignore java.lang.Exception [org.eclipse.tcf.te.tcf.ui.navigator.dnd.CommonDnD, org.eclipse.tcf.te.tcf.ui.navigator.dnd.CommonDnD] At CommonDnD.java:[line 150]At CommonDnD.java:[line 150] DE_MIGHT_IGNORE
[INFO] org.eclipse.tcf.te.tcf.ui.wizards.pages.PeerImportWizardPage$1.getElements(Object) might ignore java.lang.Exception [org.eclipse.tcf.te.tcf.ui.wizards.pages.PeerImportWizardPage$1, org.eclipse.tcf.te.tcf.ui.wizards.pages.PeerImportWizardPage$1] At PeerImportWizardPage.java:[line 160]At PeerImportWizardPage.java:[line 160] DE_MIGHT_IGNORE
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] You have 22 CPD duplications. For more details see: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/org.eclipse.tcf.te.tcf.ui-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/org.eclipse.tcf.te.tcf.ui-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/org.eclipse.tcf.te.tcf.ui-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] 
[INFO] --------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.filesystem.ui >--------
[INFO] Building org.eclipse.tcf.te.tcf.filesystem.ui 1.7.0-SNAPSHOT     [39/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Compiling 126 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/org.eclipse.tcf.te.tcf.filesystem.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/org.eclipse.tcf.te.tcf.filesystem.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/org.eclipse.tcf.te.tcf.filesystem.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Searching org.eclipse.tcf.te.tcf.filesystem.ui-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.filesystem.ui:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.filesystem.ui-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.filesystem.ui:java-source:sources:1.7.0-SNAPSHOT in 2 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/org.eclipse.tcf.te.tcf.filesystem.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.filesystem.ui >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Fork Value is true
     [java] Warnings generated: 4
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.filesystem.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] BugInstance size is 4
[INFO] Error size is 0
[INFO] Total bugs: 4
[INFO] org.eclipse.tcf.te.tcf.filesystem.ui.internal.autosave.SaveAllListener.preExecute(String, ExecutionEvent) might ignore java.lang.Exception [org.eclipse.tcf.te.tcf.filesystem.ui.internal.autosave.SaveAllListener, org.eclipse.tcf.te.tcf.filesystem.ui.internal.autosave.SaveAllListener] At SaveAllListener.java:[line 95]At SaveAllListener.java:[line 95] DE_MIGHT_IGNORE
[INFO] org.eclipse.tcf.te.tcf.filesystem.ui.internal.autosave.SaveListener.preExecute(String, ExecutionEvent) might ignore java.lang.Exception [org.eclipse.tcf.te.tcf.filesystem.ui.internal.autosave.SaveListener, org.eclipse.tcf.te.tcf.filesystem.ui.internal.autosave.SaveListener] At SaveListener.java:[line 90]At SaveListener.java:[line 90] DE_MIGHT_IGNORE
[INFO] Dead store to elements in org.eclipse.tcf.te.tcf.filesystem.ui.internal.dnd.CommonDnD.validateFilesDrop(Object, int, TransferData) [org.eclipse.tcf.te.tcf.filesystem.ui.internal.dnd.CommonDnD] At CommonDnD.java:[line 200] DLS_DEAD_LOCAL_STORE
[INFO] Exceptional return value of java.io.File.delete() ignored in org.eclipse.tcf.te.tcf.filesystem.ui.internal.dnd.CommonDnD.dropFiles(TreeViewer, String[], int, IFSTreeNode) [org.eclipse.tcf.te.tcf.filesystem.ui.internal.dnd.CommonDnD] At CommonDnD.java:[line 115] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.filesystem.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.filesystem.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/org.eclipse.tcf.te.tcf.filesystem.ui-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.ui-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.ui-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/org.eclipse.tcf.te.tcf.filesystem.ui-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.ui-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.ui-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/org.eclipse.tcf.te.tcf.filesystem.ui-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.ui-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] 
[INFO] -------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.processes.core >--------
[INFO] Building org.eclipse.tcf.te.tcf.processes.core 1.7.0-SNAPSHOT    [40/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Compiling 50 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/org.eclipse.tcf.te.tcf.processes.core-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/org.eclipse.tcf.te.tcf.processes.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/org.eclipse.tcf.te.tcf.processes.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Searching org.eclipse.tcf.te.tcf.processes.core-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.processes.core:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.processes.core-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.processes.core:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/org.eclipse.tcf.te.tcf.processes.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.processes.core >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.processes.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.processes.core >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.processes.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.processes.core <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] You have 8 CPD duplications. For more details see: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/org.eclipse.tcf.te.tcf.processes.core-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.core-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.core-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/org.eclipse.tcf.te.tcf.processes.core-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.core-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.core-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.core-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/org.eclipse.tcf.te.tcf.processes.core-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.core-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] 
[INFO] ---------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.cdt >----------
[INFO] Building org.eclipse.tcf.te.tcf.launch.cdt 1.7.0-SNAPSHOT        [41/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] The project's OSGi version is 1.7.0.202007121733
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/classes
[WARNING] /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/src/org/eclipse/tcf/te/tcf/launch/cdt/utils/TEHelper.java:[161] 
	final AtomicReference<IPeerNode> parent = new AtomicReference<IPeerNode>();
	                                              ^^^^^^^^^^^^^^^
Redundant specification of type arguments <IPeerNode>
[WARNING] /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/src/org/eclipse/tcf/te/tcf/launch/cdt/utils/TEHelper.java:[218] 
	Map<String, Object> launchAttributes = new HashMap<String, Object>();
	                                           ^^^^^^^
Redundant specification of type arguments <String, Object>
[WARNING] /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/src/org/eclipse/tcf/te/tcf/launch/cdt/controls/TCFPeerSelector.java:[130] 
	final AtomicReference<String> name = new AtomicReference<String>();
	                                         ^^^^^^^^^^^^^^^
Redundant specification of type arguments <String>
[WARNING] /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/src/org/eclipse/tcf/te/tcf/launch/cdt/launching/TEGdbAbstractLaunchDelegate.java:[164] 
	final AtomicReference<String> gdbserverPortNumber = new AtomicReference<String>(config.getAttribute(IRemoteTEConfigurationConstants.ATTR_GDBSERVER_PORT, TEHelper.getStringPreferenceValue(isAttachLaunch ? IPreferenceKeys.PREF_GDBSERVER_PORT_ATTACH : IPreferenceKeys.PREF_GDBSERVER_PORT)));
	                                                        ^^^^^^^^^^^^^^^
Redundant specification of type arguments <String>
[WARNING] /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/src/org/eclipse/tcf/te/tcf/launch/cdt/launching/TEGdbAbstractLaunchDelegate.java:[165] 
	final AtomicReference<String> gdbserverPortNumberMappedTo = new AtomicReference<String>(config.getAttribute(IRemoteTEConfigurationConstants.ATTR_GDBSERVER_PORT_MAPPED_TO, TEHelper.getStringPreferenceValue(isAttachLaunch ? IPreferenceKeys.PREF_GDBSERVER_PORT_ATTACH_MAPPED_TO : IPreferenceKeys.PREF_GDBSERVER_PORT_MAPPED_TO)));
	                                                                ^^^^^^^^^^^^^^^
Redundant specification of type arguments <String>
[WARNING] /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/src/org/eclipse/tcf/te/tcf/launch/cdt/launching/TEGdbAbstractLaunchDelegate.java:[174] 
	final AtomicReference<String> origGdbserverOutput = new AtomicReference<String>(null);
	                                                        ^^^^^^^^^^^^^^^
Redundant specification of type arguments <String>
6 problems (6 warnings)
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/org.eclipse.tcf.te.tcf.launch.cdt-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/org.eclipse.tcf.te.tcf.launch.cdt-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/org.eclipse.tcf.te.tcf.launch.cdt-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Searching org.eclipse.tcf.te.tcf.launch.cdt-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.cdt:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.launch.cdt-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.cdt:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/org.eclipse.tcf.te.tcf.launch.cdt-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.launch.cdt >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Fork Value is true
     [java] Warnings generated: 5
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.launch.cdt <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] BugInstance size is 5
[INFO] Error size is 0
[INFO] Total bugs: 5
[INFO] org.eclipse.tcf.te.tcf.launch.cdt.launching.TEGdbAbstractLaunchDelegate.shutdownSession(GdbLaunch, String, ProcessLauncher) might ignore java.lang.Exception [org.eclipse.tcf.te.tcf.launch.cdt.launching.TEGdbAbstractLaunchDelegate, org.eclipse.tcf.te.tcf.launch.cdt.launching.TEGdbAbstractLaunchDelegate] At TEGdbAbstractLaunchDelegate.java:[line 577]At TEGdbAbstractLaunchDelegate.java:[line 577] DE_MIGHT_IGNORE
[INFO] Exceptional return value of java.io.File.delete() ignored in org.eclipse.tcf.te.tcf.launch.cdt.launching.TEGdbAbstractLaunchDelegate.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor) [org.eclipse.tcf.te.tcf.launch.cdt.launching.TEGdbAbstractLaunchDelegate, org.eclipse.tcf.te.tcf.launch.cdt.launching.TEGdbAbstractLaunchDelegate] At TEGdbAbstractLaunchDelegate.java:[line 296]Another occurrence at TEGdbAbstractLaunchDelegate.java:[line 323] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[INFO] Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.tcf.te.tcf.launch.cdt.launching.TEGdbAbstractLaunchDelegate.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor) [org.eclipse.tcf.te.tcf.launch.cdt.launching.TEGdbAbstractLaunchDelegate] At TEGdbAbstractLaunchDelegate.java:[line 294] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[INFO] Exceptional return value of java.io.File.delete() ignored in org.eclipse.tcf.te.tcf.launch.cdt.launching.TERunLaunchDelegate.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor) [org.eclipse.tcf.te.tcf.launch.cdt.launching.TERunLaunchDelegate, org.eclipse.tcf.te.tcf.launch.cdt.launching.TERunLaunchDelegate] At TERunLaunchDelegate.java:[line 79]Another occurrence at TERunLaunchDelegate.java:[line 105] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[INFO] Exceptional return value of java.io.File.mkdirs() ignored in org.eclipse.tcf.te.tcf.launch.cdt.launching.TERunLaunchDelegate.launch(ILaunchConfiguration, String, ILaunch, IProgressMonitor) [org.eclipse.tcf.te.tcf.launch.cdt.launching.TERunLaunchDelegate] At TERunLaunchDelegate.java:[line 77] RV_RETURN_VALUE_IGNORED_BAD_PRACTICE
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.launch.cdt >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.launch.cdt <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/org.eclipse.tcf.te.tcf.launch.cdt-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/org.eclipse.tcf.te.tcf.launch.cdt-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/org.eclipse.tcf.te.tcf.launch.cdt-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] 
[INFO] ---------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.core >---------
[INFO] Building org.eclipse.tcf.te.tcf.launch.core 1.7.0-SNAPSHOT       [42/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/classes
[WARNING] /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/src/org/eclipse/tcf/te/tcf/launch/core/delegates/Launch.java:[193] 
	for (IPathMap.PathMapRule r : configuredMap) r.getProperties().put(IPathMap.PROP_ID, id + "/" + cnt++);
	                                                                                          ^^^
Non-externalized string literal; it should be followed by //$NON-NLS-<n>$
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/org.eclipse.tcf.te.tcf.launch.core-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/org.eclipse.tcf.te.tcf.launch.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/org.eclipse.tcf.te.tcf.launch.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Searching org.eclipse.tcf.te.tcf.launch.core-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.core:eclipse-plugin:1.7.0-SNAPSHOT in 2 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.launch.core-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.core:java-source:sources:1.7.0-SNAPSHOT in 2 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/org.eclipse.tcf.te.tcf.launch.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.launch.core >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Fork Value is true
     [java] Warnings generated: 3
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.launch.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] BugInstance size is 3
[INFO] Error size is 0
[INFO] Total bugs: 3
[INFO] org.eclipse.tcf.te.tcf.launch.core.internal.services.ImportPersistenceService.write(Object, URI) might ignore java.lang.Exception [org.eclipse.tcf.te.tcf.launch.core.internal.services.ImportPersistenceService, org.eclipse.tcf.te.tcf.launch.core.internal.services.ImportPersistenceService] At ImportPersistenceService.java:[line 64]At ImportPersistenceService.java:[line 64] DE_MIGHT_IGNORE
[INFO] org.eclipse.tcf.te.tcf.launch.core.internal.services.PathMapService.generateSourcePathMappings(Object) might ignore java.lang.Exception [org.eclipse.tcf.te.tcf.launch.core.internal.services.PathMapService, org.eclipse.tcf.te.tcf.launch.core.internal.services.PathMapService] At PathMapService.java:[line 110]At PathMapService.java:[line 110] DE_MIGHT_IGNORE
[INFO] Possible null pointer dereference in org.eclipse.tcf.te.tcf.launch.core.lm.delegates.RemoteAppLaunchManagerDelegate.initLaunchConfigAttributes(ILaunchConfigurationWorkingCopy, ILaunchSpecification) due to return value of called method [org.eclipse.tcf.te.tcf.launch.core.lm.delegates.RemoteAppLaunchManagerDelegate, org.eclipse.tcf.te.tcf.launch.core.lm.delegates.RemoteAppLaunchManagerDelegate] Dereferenced at RemoteAppLaunchManagerDelegate.java:[line 77]Known null at RemoteAppLaunchManagerDelegate.java:[line 76] NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.launch.core >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.launch.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.launch.core <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] You have 1 CPD duplication. For more details see: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/org.eclipse.tcf.te.tcf.launch.core-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.core-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.core-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/org.eclipse.tcf.te.tcf.launch.core-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.core-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.core-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.core-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/org.eclipse.tcf.te.tcf.launch.core-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.core-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] 
[INFO] ----------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.ui >----------
[INFO] Building org.eclipse.tcf.te.tcf.launch.ui 1.7.0-SNAPSHOT         [43/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/org.eclipse.tcf.te.tcf.launch.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/org.eclipse.tcf.te.tcf.launch.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/org.eclipse.tcf.te.tcf.launch.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Searching org.eclipse.tcf.te.tcf.launch.ui-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.ui:eclipse-plugin:1.7.0-SNAPSHOT in 2 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.launch.ui-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.ui:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/org.eclipse.tcf.te.tcf.launch.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.launch.ui >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Fork Value is true
     [java] Warnings generated: 1
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.launch.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[INFO] Dead store to separator in org.eclipse.tcf.te.tcf.launch.ui.editor.tabs.PathMapTab.createControl(Composite) [org.eclipse.tcf.te.tcf.launch.ui.editor.tabs.PathMapTab] At PathMapTab.java:[line 175] DLS_DEAD_LOCAL_STORE
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.launch.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.launch.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.launch.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/org.eclipse.tcf.te.tcf.launch.ui-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.ui-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.ui-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/org.eclipse.tcf.te.tcf.launch.ui-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.ui-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.ui-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/org.eclipse.tcf.te.tcf.launch.ui-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.ui-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] 
[INFO] --------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.processes.ui >---------
[INFO] Building org.eclipse.tcf.te.tcf.processes.ui 1.7.0-SNAPSHOT      [44/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Compiling 57 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/classes
[WARNING] /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/org/eclipse/tcf/te/tcf/processes/ui/editor/ProcessMonitorEventListener.java:[127] 
	@SuppressWarnings("cast")
	                  ^^^^^^
Unnecessary @SuppressWarnings("cast")
1 problem (1 warning)
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/org.eclipse.tcf.te.tcf.processes.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/org.eclipse.tcf.te.tcf.processes.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/org.eclipse.tcf.te.tcf.processes.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Searching org.eclipse.tcf.te.tcf.processes.ui-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.processes.ui:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.processes.ui-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.processes.ui:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/org.eclipse.tcf.te.tcf.processes.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.processes.ui >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.processes.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.processes.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.processes.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.processes.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] You have 5 CPD duplications. For more details see: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/cpd.xml
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/org.eclipse.tcf.te.tcf.processes.ui-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.ui-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.ui-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/org.eclipse.tcf.te.tcf.processes.ui-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.ui-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.ui-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/org.eclipse.tcf.te.tcf.processes.ui-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.ui-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] 
[INFO] ------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.services.contexts >------
[INFO] Building org.eclipse.tcf.te.tcf.services.contexts 1.7.0-SNAPSHOT [45/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/org.eclipse.tcf.te.tcf.services.contexts-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/org.eclipse.tcf.te.tcf.services.contexts-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/org.eclipse.tcf.te.tcf.services.contexts-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Searching org.eclipse.tcf.te.tcf.services.contexts-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.services.contexts:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.services.contexts-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.services.contexts:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/org.eclipse.tcf.te.tcf.services.contexts-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.services.contexts >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.services.contexts <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.services.contexts >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.services.contexts ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.services.contexts <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/org.eclipse.tcf.te.tcf.services.contexts-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.services.contexts/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.services.contexts-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.services.contexts/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.services.contexts-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/org.eclipse.tcf.te.tcf.services.contexts-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.services.contexts/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.services.contexts-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.services.contexts/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.services.contexts-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.services.contexts/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.services.contexts-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/org.eclipse.tcf.te.tcf.services.contexts-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.services.contexts/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.services.contexts-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] 
[INFO] -------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.terminals.core >--------
[INFO] Building org.eclipse.tcf.te.tcf.terminals.core 1.7.0-SNAPSHOT    [46/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/org.eclipse.tcf.te.tcf.terminals.core-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/org.eclipse.tcf.te.tcf.terminals.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/org.eclipse.tcf.te.tcf.terminals.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Searching org.eclipse.tcf.te.tcf.terminals.core-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.terminals.core:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.terminals.core-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.terminals.core:java-source:sources:1.7.0-SNAPSHOT in 3 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/org.eclipse.tcf.te.tcf.terminals.core-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.terminals.core >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.terminals.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.terminals.core >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.terminals.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.terminals.core <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/org.eclipse.tcf.te.tcf.terminals.core-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.core-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.core-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/org.eclipse.tcf.te.tcf.terminals.core-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.core-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.core-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.core-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/org.eclipse.tcf.te.tcf.terminals.core-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.core/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.core-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] 
[INFO] --------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.terminals.ui >---------
[INFO] Building org.eclipse.tcf.te.tcf.terminals.ui 1.7.0-SNAPSHOT      [47/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/org.eclipse.tcf.te.tcf.terminals.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/org.eclipse.tcf.te.tcf.terminals.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/org.eclipse.tcf.te.tcf.terminals.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Searching org.eclipse.tcf.te.tcf.terminals.ui-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.terminals.ui:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.terminals.ui-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.terminals.ui:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/org.eclipse.tcf.te.tcf.terminals.ui-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.terminals.ui >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.terminals.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.terminals.ui >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.terminals.ui <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/org.eclipse.tcf.te.tcf.terminals.ui-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.ui-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.ui-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/org.eclipse.tcf.te.tcf.terminals.ui-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.ui-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.ui-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.ui-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/org.eclipse.tcf.te.tcf.terminals.ui-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.ui/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.ui-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] 
[INFO] ---------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui.console >----------
[INFO] Building org.eclipse.tcf.te.tcf.ui.console 1.7.0-SNAPSHOT        [48/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/org.eclipse.tcf.te.tcf.ui.console-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/org.eclipse.tcf.te.tcf.ui.console-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/org.eclipse.tcf.te.tcf.ui.console-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Searching org.eclipse.tcf.te.tcf.ui.console-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui.console:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.ui.console-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui.console:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/org.eclipse.tcf.te.tcf.ui.console-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.ui.console >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.ui.console <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.ui.console >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.ui.console ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.ui.console <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/org.eclipse.tcf.te.tcf.ui.console-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.console/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.console-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.console/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.console-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/org.eclipse.tcf.te.tcf.ui.console-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.console/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.console-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.console/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.console-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.console/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.console-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/org.eclipse.tcf.te.tcf.ui.console-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.console/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.console-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] 
[INFO] ----------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui.views >-----------
[INFO] Building org.eclipse.tcf.te.tcf.ui.views 1.7.0-SNAPSHOT          [49/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/org.eclipse.tcf.te.tcf.ui.views-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/org.eclipse.tcf.te.tcf.ui.views-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/org.eclipse.tcf.te.tcf.ui.views-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Searching org.eclipse.tcf.te.tcf.ui.views-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui.views:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.tcf.ui.views-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.ui.views:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/org.eclipse.tcf.te.tcf.ui.views-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.ui.views >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Fork Value is true
     [java] Warnings generated: 1
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.ui.views <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[INFO] org.eclipse.tcf.te.tcf.ui.views.scriptpad.ScriptPad.saveFile(String) might ignore java.io.IOException [org.eclipse.tcf.te.tcf.ui.views.scriptpad.ScriptPad, org.eclipse.tcf.te.tcf.ui.views.scriptpad.ScriptPad] At ScriptPad.java:[line 594]At ScriptPad.java:[line 594] DE_MIGHT_IGNORE
[INFO] 


To see bug detail using the Findbugs GUI, use the following command "mvn findbugs:gui"



[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.ui.views >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.ui.views ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.ui.views <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/org.eclipse.tcf.te.tcf.ui.views-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.views/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.views-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.views/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.views-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/org.eclipse.tcf.te.tcf.ui.views-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.views/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.views-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.views/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.views-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.views/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.views-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/org.eclipse.tcf.te.tcf.ui.views-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.views/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.views-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] 
[INFO] --------< org.eclipse.tcf:org.eclipse.tcf.te.ui.notifications >---------
[INFO] Building org.eclipse.tcf.te.ui.notifications 1.7.0-SNAPSHOT      [50/60]
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/src/main/resources
[INFO] 
[INFO] --- tycho-compiler-plugin:1.3.0:compile (default-compile) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/classes
[INFO] 
[INFO] --- maven-resources-plugin:2.7:testResources (default-testResources) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/src/test/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/org.eclipse.tcf.te.ui.notifications-1.7.0-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/org.eclipse.tcf.te.ui.notifications-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/org.eclipse.tcf.te.ui.notifications-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Searching org.eclipse.tcf.te.ui.notifications-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.ui.notifications:eclipse-plugin:1.7.0-SNAPSHOT in 1 seconds.
[INFO] Searching org.eclipse.tcf.te.ui.notifications-1.7.0-SNAPSHOT-sources.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.ui.notifications:java-source:sources:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/org.eclipse.tcf.te.ui.notifications-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.ui.notifications >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.ui.notifications <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.ui.notifications >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.ui.notifications ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.ui.notifications <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/org.eclipse.tcf.te.ui.notifications-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.notifications/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.notifications-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.notifications/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.notifications-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/org.eclipse.tcf.te.ui.notifications-1.7.0-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.notifications/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.notifications-1.7.0-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.notifications/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.notifications-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.notifications/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.notifications-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/org.eclipse.tcf.te.ui.notifications-1.7.0-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.notifications/1.7.0-SNAPSHOT/org.eclipse.tcf.te.ui.notifications-1.7.0-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] 
[INFO] -------------< org.eclipse.tcf:org.eclipse.tcf.te.feature >-------------
[INFO] Building org.eclipse.tcf.te.feature 1.7.0-SNAPSHOT               [51/60]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.te.feature ---
[INFO] The project's OSGi version is 1.7.0.202004140449
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tcf.te.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.feature/target/org.eclipse.tcf.te.feature-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.feature ---
[INFO] Searching org.eclipse.tcf.te.feature-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.feature:eclipse-feature:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.feature >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.feature >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.feature <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.feature/target/org.eclipse.tcf.te.feature-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.feature-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.feature-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.feature-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.feature-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] -----------< org.eclipse.tcf:org.eclipse.tcf.te.sdk.feature >-----------
[INFO] Building org.eclipse.tcf.te.sdk.feature 1.7.0-SNAPSHOT           [52/60]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] The project's OSGi version is 1.7.0.202004140449
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.sdk.feature/target/org.eclipse.tcf.te.sdk.feature-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] Searching org.eclipse.tcf.te.sdk.feature-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.sdk.feature:eclipse-feature:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.sdk.feature >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.sdk.feature >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.sdk.feature/target/org.eclipse.tcf.te.sdk.feature-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.sdk.feature-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.sdk.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.sdk.feature-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.sdk.feature-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.sdk.feature-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.feature >---------
[INFO] Building org.eclipse.tcf.te.tcf.core.feature 1.7.0-SNAPSHOT      [53/60]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] The project's OSGi version is 1.7.0.202004150835
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/target/org.eclipse.tcf.te.tcf.core.feature-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] Searching org.eclipse.tcf.te.tcf.core.feature-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.feature:eclipse-feature:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.core.feature >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.core.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.core.feature >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.core.feature <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/target/org.eclipse.tcf.te.tcf.core.feature-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.feature-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.feature-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.feature-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.feature-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] ------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.sdk.feature >-------
[INFO] Building org.eclipse.tcf.te.tcf.core.sdk.feature 1.7.0-SNAPSHOT  [54/60]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] The project's OSGi version is 1.7.0.202004150835
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/target/org.eclipse.tcf.te.tcf.core.sdk.feature-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] Searching org.eclipse.tcf.te.tcf.core.sdk.feature-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.core.sdk.feature:eclipse-feature:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.core.sdk.feature >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.core.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.core.sdk.feature >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.core.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/target/org.eclipse.tcf.te.tcf.core.sdk.feature-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.sdk.feature-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.sdk.feature-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.sdk.feature-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.core.sdk.feature-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] -----------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.feature >-----------
[INFO] Building org.eclipse.tcf.te.tcf.feature 1.7.0-SNAPSHOT           [55/60]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.feature/target/org.eclipse.tcf.te.tcf.feature-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] Searching org.eclipse.tcf.te.tcf.feature-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.feature:eclipse-feature:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.feature >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.feature >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.feature <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.feature/target/org.eclipse.tcf.te.tcf.feature-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.feature-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.feature-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.feature-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.feature-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] ---------< org.eclipse.tcf:org.eclipse.tcf.te.tcf.sdk.feature >---------
[INFO] Building org.eclipse.tcf.te.tcf.sdk.feature 1.7.0-SNAPSHOT       [56/60]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] The project's OSGi version is 1.7.0.202002082211
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/target/org.eclipse.tcf.te.tcf.sdk.feature-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] Searching org.eclipse.tcf.te.tcf.sdk.feature-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.sdk.feature:eclipse-feature:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.sdk.feature >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.sdk.feature >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/target/org.eclipse.tcf.te.tcf.sdk.feature-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.sdk.feature-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.sdk.feature-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.sdk.feature-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.sdk.feature-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] -----< org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.cdt.feature >------
[INFO] Building org.eclipse.tcf.te.tcf.launch.cdt.feature 1.7.0-SNAPSHOT [57/60]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] The project's OSGi version is 1.7.0.202007121733
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/target/org.eclipse.tcf.te.tcf.launch.cdt.feature-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] Searching org.eclipse.tcf.te.tcf.launch.cdt.feature-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.cdt.feature:eclipse-feature:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.launch.cdt.feature >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.launch.cdt.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.launch.cdt.feature >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.launch.cdt.feature <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/target/org.eclipse.tcf.te.tcf.launch.cdt.feature-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt.feature-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt.feature-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt.feature-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt.feature-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] ---< org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature >----
[INFO] Building org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature 1.7.0-SNAPSHOT [58/60]
[INFO] --------------------------[ eclipse-feature ]---------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] The project's OSGi version is 1.7.0.202007121733
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:package-feature (default-package-feature) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/target/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature-1.7.0-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] Searching org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature-1.7.0-SNAPSHOT.jar for inner jars...
[INFO] Signed org.eclipse.tcf:org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature:eclipse-feature:1.7.0-SNAPSHOT in 1 seconds.
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/target/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature-1.7.0-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature-1.7.0-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/1.7.0-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] ----------------< org.eclipse.tcf:org.eclipse.tcf.repo >----------------
[INFO] Building org.eclipse.tcf.repo 1.7.0-SNAPSHOT                     [59/60]
[INFO] -------------------------[ eclipse-repository ]-------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- tycho-packaging-plugin:1.3.0:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.repo ---
[INFO] The project's OSGi version is 1.7.0.202106171832
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean-1) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- maven-resources-plugin:2.7:resources (default-resources) @ org.eclipse.tcf.repo ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] skip non existing resourceDirectory /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.repo/src/main/resources
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- target-platform-configuration:1.3.0:target-platform (default-target-platform) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-osgi-ee (default-publish-osgi-ee) @ org.eclipse.tcf.repo ---
[INFO] Published profile IUs: [a.jre.javase 10.0.0, config.a.jre.javase 10.0.0]
[INFO] Published profile IUs: [a.jre.javase 11.0.0, config.a.jre.javase 11.0.0]
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-products (default-publish-products) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:publish-categories (default-publish-categories) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- tycho-p2-publisher-plugin:1.3.0:attach-artifacts (default-attach-artifacts) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.3.0:assemble-repository (default-assemble-repository) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- tycho-p2-repository-plugin:1.3.0:archive-repository (default-archive-repository) @ org.eclipse.tcf.repo ---
[INFO] Building zip: /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.repo/target/org.eclipse.tcf.repo.zip
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.repo >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.repo <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.repo >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.repo <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] 
[INFO] --- maven-install-plugin:2.3.1:install (default-install) @ org.eclipse.tcf.repo ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.repo/target/org.eclipse.tcf.repo.zip to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.repo/1.7.0-SNAPSHOT/org.eclipse.tcf.repo-1.7.0-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.repo/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.repo/1.7.0-SNAPSHOT/org.eclipse.tcf.repo-1.7.0-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.repo/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.repo/1.7.0-SNAPSHOT/org.eclipse.tcf.repo-1.7.0-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.repo/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/org.eclipse.tcf.repo/1.7.0-SNAPSHOT/org.eclipse.tcf.repo-1.7.0-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:update-local-index (default-update-local-index) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] ---------------------< org.eclipse.tcf:tcf-parent >---------------------
[INFO] Building TCF and Target Explorer, Maven Master 1.7.0-SNAPSHOT    [60/60]
[INFO] --------------------------------[ pom ]---------------------------------
[INFO] 
[INFO] --- maven-clean-plugin:2.5:clean (default-clean) @ tcf-parent ---
[INFO] 
[INFO] --- tycho-source-plugin:1.3.0:plugin-source (plugin-source) @ tcf-parent ---
[INFO] 
[INFO] --- tycho-p2-plugin:1.3.0:p2-metadata (p2-metadata) @ tcf-parent ---
[INFO] 
[INFO] --- tycho-pack200a-plugin:1.3.0:normalize (pack200-normalize) @ tcf-parent ---
[INFO] 
[INFO] --- eclipse-jarsigner-plugin:1.1.2:sign (sign) @ tcf-parent ---
[INFO] 
[INFO] --- tycho-pack200b-plugin:1.3.0:pack (pack200-pack) @ tcf-parent ---
[INFO] 
[INFO] >>> findbugs-maven-plugin:3.0.4:check (default) > :findbugs @ tcf-parent >>>
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:findbugs (findbugs) @ tcf-parent ---
[INFO] 
[INFO] <<< findbugs-maven-plugin:3.0.4:check (default) < :findbugs @ tcf-parent <<<
[INFO] 
[INFO] 
[INFO] --- findbugs-maven-plugin:3.0.4:check (default) @ tcf-parent ---
[INFO] 
[INFO] >>> maven-pmd-plugin:3.8:cpd-check (default) > :cpd @ tcf-parent >>>
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd (cpd) @ tcf-parent ---
[INFO] 
[INFO] <<< maven-pmd-plugin:3.8:cpd-check (default) < :cpd @ tcf-parent <<<
[INFO] 
[INFO] 
[INFO] --- maven-pmd-plugin:3.8:cpd-check (default) @ tcf-parent ---
[INFO] 
[INFO] --- maven-install-plugin:2.4:install (default-install) @ tcf-parent ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.7/pom.xml to /home/jenkins/agent/workspace/tcf-1.7/.repository/org/eclipse/tcf/tcf-parent/1.7.0-SNAPSHOT/tcf-parent-1.7.0-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for TCF and Target Explorer, Maven Master 1.7.0-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.tcf.core ............................... SUCCESS [01:44 min]
[INFO] org.eclipse.tcf .................................... SUCCESS [  5.467 s]
[INFO] org.eclipse.tcf.debug .............................. SUCCESS [ 12.435 s]
[INFO] org.eclipse.tcf.debug.ui ........................... SUCCESS [ 32.289 s]
[INFO] org.eclipse.tcf.cdt.ui ............................. SUCCESS [ 17.523 s]
[INFO] org.eclipse.tcf.rse ................................ SUCCESS [ 10.656 s]
[INFO] org.eclipse.tcf.core.feature ....................... SUCCESS [  1.541 s]
[INFO] org.eclipse.tcf.core.sdk.feature ................... SUCCESS [  1.280 s]
[INFO] org.eclipse.tcf.feature ............................ SUCCESS [  1.498 s]
[INFO] org.eclipse.tcf.sdk.feature ........................ SUCCESS [  1.252 s]
[INFO] org.eclipse.tcf.cdt.feature ........................ SUCCESS [  1.174 s]
[INFO] org.eclipse.tcf.cdt.sdk.feature .................... SUCCESS [  1.190 s]
[INFO] org.eclipse.tcf.rse.feature ........................ SUCCESS [  1.169 s]
[INFO] org.eclipse.tcf.rse.sdk.feature .................... SUCCESS [  9.936 s]
[INFO] org.eclipse.tcf.te ................................. SUCCESS [  4.330 s]
[INFO] org.eclipse.tcf.te.runtime ......................... SUCCESS [  6.982 s]
[INFO] org.eclipse.tcf.te.runtime.concurrent .............. SUCCESS [  5.378 s]
[INFO] org.eclipse.tcf.te.runtime.model ................... SUCCESS [  5.105 s]
[INFO] org.eclipse.tcf.te.runtime.services ................ SUCCESS [  5.687 s]
[INFO] org.eclipse.tcf.te.runtime.persistence ............. SUCCESS [  6.059 s]
[INFO] org.eclipse.tcf.te.runtime.statushandler ........... SUCCESS [  5.073 s]
[INFO] org.eclipse.tcf.te.runtime.stepper ................. SUCCESS [  6.457 s]
[INFO] org.eclipse.tcf.te.core ............................ SUCCESS [  5.026 s]
[INFO] org.eclipse.tcf.te.core.cdt ........................ SUCCESS [  7.013 s]
[INFO] org.eclipse.tcf.te.launch.core ..................... SUCCESS [  9.413 s]
[INFO] org.eclipse.tcf.te.ui.swt .......................... SUCCESS [ 10.818 s]
[INFO] org.eclipse.tcf.te.ui.forms ........................ SUCCESS [  6.511 s]
[INFO] org.eclipse.tcf.te.ui .............................. SUCCESS [ 10.167 s]
[INFO] org.eclipse.tcf.te.ui.controls ..................... SUCCESS [  7.447 s]
[INFO] org.eclipse.tcf.te.ui.views ........................ SUCCESS [  9.220 s]
[INFO] org.eclipse.tcf.te.launch.ui ....................... SUCCESS [  9.304 s]
[INFO] org.eclipse.tcf.te.tcf.core ........................ SUCCESS [  7.815 s]
[INFO] org.eclipse.tcf.te.tcf.core.model .................. SUCCESS [  4.535 s]
[INFO] org.eclipse.tcf.te.tcf.core.scripting .............. SUCCESS [  5.213 s]
[INFO] org.eclipse.tcf.te.tcf.locator ..................... SUCCESS [  8.045 s]
[INFO] org.eclipse.tcf.te.tcf.filesystem.core ............. SUCCESS [  8.593 s]
[INFO] org.eclipse.tcf.te.tcf.log.core .................... SUCCESS [  5.923 s]
[INFO] org.eclipse.tcf.te.tcf.ui .......................... SUCCESS [ 12.393 s]
[INFO] org.eclipse.tcf.te.tcf.filesystem.ui ............... SUCCESS [ 12.377 s]
[INFO] org.eclipse.tcf.te.tcf.processes.core .............. SUCCESS [  8.001 s]
[INFO] org.eclipse.tcf.te.tcf.launch.cdt .................. SUCCESS [  8.742 s]
[INFO] org.eclipse.tcf.te.tcf.launch.core ................. SUCCESS [  9.517 s]
[INFO] org.eclipse.tcf.te.tcf.launch.ui ................... SUCCESS [  9.468 s]
[INFO] org.eclipse.tcf.te.tcf.processes.ui ................ SUCCESS [  9.196 s]
[INFO] org.eclipse.tcf.te.tcf.services.contexts ........... SUCCESS [  5.137 s]
[INFO] org.eclipse.tcf.te.tcf.terminals.core .............. SUCCESS [  7.538 s]
[INFO] org.eclipse.tcf.te.tcf.terminals.ui ................ SUCCESS [  5.448 s]
[INFO] org.eclipse.tcf.te.tcf.ui.console .................. SUCCESS [  5.496 s]
[INFO] org.eclipse.tcf.te.tcf.ui.views .................... SUCCESS [  7.268 s]
[INFO] org.eclipse.tcf.te.ui.notifications ................ SUCCESS [  6.574 s]
[INFO] org.eclipse.tcf.te.feature ......................... SUCCESS [  1.271 s]
[INFO] org.eclipse.tcf.te.sdk.feature ..................... SUCCESS [  1.527 s]
[INFO] org.eclipse.tcf.te.tcf.core.feature ................ SUCCESS [  1.266 s]
[INFO] org.eclipse.tcf.te.tcf.core.sdk.feature ............ SUCCESS [  1.298 s]
[INFO] org.eclipse.tcf.te.tcf.feature ..................... SUCCESS [  1.446 s]
[INFO] org.eclipse.tcf.te.tcf.sdk.feature ................. SUCCESS [  1.164 s]
[INFO] org.eclipse.tcf.te.tcf.launch.cdt.feature .......... SUCCESS [  1.487 s]
[INFO] org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ...... SUCCESS [  1.186 s]
[INFO] org.eclipse.tcf.repo ............................... SUCCESS [  6.383 s]
[INFO] TCF and Target Explorer, Maven Master .............. SUCCESS [  0.942 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  10:14 min
[INFO] Finished at: 2021-06-25T18:21:08Z
[INFO] ------------------------------------------------------------------------
[tcf-1.7] $ /bin/sh -xe /tmp/jenkins2195541209358108709.sh
+ VER=1.7
+ TAG=1.7.0
+ S_HOST=genie.tcf@projects-storage.eclipse.org
+ S_PATH=/home/data/httpd/download.eclipse.org/tools/tcf/builds/1.7/nightly
+ ssh genie.tcf@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.7/nightly
+ ssh genie.tcf@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.7/nightly-new /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.7/nightly-old
+ ssh genie.tcf@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.7/nightly-new
+ rsync -r --delete -e ssh /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.repo/target/repository/ genie.tcf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/tcf/builds/1.7/nightly-new/
+ scp features/org.eclipse.tcf.repo/target/org.eclipse.tcf.repo.zip genie.tcf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/tcf/builds/1.7/nightly-new/
+ ssh genie.tcf@projects-storage.eclipse.org ls -l /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.7/nightly-new
total 14444
-rw-r--r-- 1 genie.tcf tools.cdt.tcf    10544 Jun 25 14:21 artifacts.jar
-rw-r--r-- 1 genie.tcf tools.cdt.tcf     8736 Jun 25 14:21 artifacts.xml.xz
-rw-r--r-- 1 genie.tcf tools.cdt.tcf    42760 Jun 25 14:21 content.jar
-rw-r--r-- 1 genie.tcf tools.cdt.tcf    17412 Jun 25 14:21 content.xml.xz
drwxr-sr-x 2 genie.tcf tools.cdt.tcf     4096 Jun 25 14:21 features
-rw-r--r-- 1 genie.tcf tools.cdt.tcf 10077938 Jun 25 14:21 org.eclipse.tcf.repo.zip
-rw-r--r-- 1 genie.tcf tools.cdt.tcf      172 Jun 25 14:21 p2.index
drwxr-sr-x 2 genie.tcf tools.cdt.tcf     8192 Jun 25 14:21 plugins
+ ssh genie.tcf@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.7/nightly /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.7/nightly-old
+ ssh genie.tcf@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.7/nightly-new /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.7/nightly
+ S_PATH=/home/data/httpd/download.eclipse.org/tools/tcf/releases/1.7
+ ssh genie.tcf@projects-storage.eclipse.org mkdir -p /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.7/1.7.0
+ ssh genie.tcf@projects-storage.eclipse.org 'rm -rf /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.7/*-prev /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.7/*-new /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.7/*-old'
+ ssh genie.tcf@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.7/1.7.0-new
+ rsync -r --delete -e ssh /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.repo/target/repository/ genie.tcf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/tcf/releases/1.7/1.7.0-new/
+ scp features/org.eclipse.tcf.repo/target/org.eclipse.tcf.repo.zip genie.tcf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/tcf/releases/1.7/1.7.0-new/org.eclipse.tcf-1.7.0.zip
+ ssh genie.tcf@projects-storage.eclipse.org ls -l /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.7/1.7.0-new
total 14444
-rw-r--r-- 1 genie.tcf tools.cdt.tcf    10544 Jun 25 14:21 artifacts.jar
-rw-r--r-- 1 genie.tcf tools.cdt.tcf     8736 Jun 25 14:21 artifacts.xml.xz
-rw-r--r-- 1 genie.tcf tools.cdt.tcf    42760 Jun 25 14:21 content.jar
-rw-r--r-- 1 genie.tcf tools.cdt.tcf    17412 Jun 25 14:21 content.xml.xz
drwxr-sr-x 2 genie.tcf tools.cdt.tcf     4096 Jun 25 14:21 features
-rw-r--r-- 1 genie.tcf tools.cdt.tcf 10077938 Jun 25 14:21 org.eclipse.tcf-1.7.0.zip
-rw-r--r-- 1 genie.tcf tools.cdt.tcf      172 Jun 25 14:21 p2.index
drwxr-sr-x 2 genie.tcf tools.cdt.tcf     8192 Jun 25 14:21 plugins
+ ssh genie.tcf@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.7/1.7.0 /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.7/1.7.0-old
+ ssh genie.tcf@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.7/1.7.0-new /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.7/1.7.0
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 67 killed;
[ssh-agent] Stopped.
[CPD] Using default pattern '**/cpd.xml' since user defined pattern is not set
[CPD] Searching for all files in '/home/jenkins/agent/workspace/tcf-1.7' that match the pattern '**/cpd.xml'
[CPD] -> found 59 files
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.cdt.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.cdt.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.core.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.core.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.repo/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.rse.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.rse.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/features/org.eclipse.tcf.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.cdt.ui/target/cpd.xml
[CPD] -> found 6 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.core/target/cpd.xml
[CPD] -> found 27 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.debug.ui/target/cpd.xml
[CPD] -> found 58 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.debug/target/cpd.xml
[CPD] -> found 20 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf.rse/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/plugins/org.eclipse.tcf/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.core/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/cpd.xml
[CPD] -> found 9 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/cpd.xml
[CPD] -> found 15 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/cpd.xml
[CPD] -> found 2 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/cpd.xml
[CPD] -> found 2 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/cpd.xml
[CPD] -> found 4 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/cpd.xml
[CPD] -> found 11 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/cpd.xml
[CPD] -> found 11 issues (skipped 2 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/cpd.xml
[CPD] -> found 2 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/cpd.xml
[CPD] -> found 8 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/cpd.xml
[CPD] -> found 16 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/cpd.xml
[CPD] -> found 10 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/cpd.xml
[CPD] -> found 45 issues (skipped 1 duplicate)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/cpd.xml
[CPD] -> found 6 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/cpd.xml
[CPD] -> found 4 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te.ui/target/cpd.xml
[CPD] -> found 6 issues (skipped 0 duplicates)
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.7/target_explorer/plugins/org.eclipse.tcf.te/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Post processing issues on 'basic-c4szz' with source code encoding 'UTF-8'
[CPD] Creating SCM blamer to obtain author and commit information for affected files
[CPD] -> No blamer installed yet. You need to install the 'git-forensics' plugin to enable blaming for Git.
[CPD] Resolving file names for all issues in source directory '/home/jenkins/agent/workspace/tcf-1.7'
[CPD] -> resolved paths in source directory (122 found, 0 not found)
[CPD] Resolving module names from module definitions (build.xml, pom.xml, or Manifest.mf files)
[CPD] -> resolved module names for 262 issues
[CPD] Resolving package names (or namespaces) by parsing the affected files
[CPD] -> resolved package names of 122 affected files
[CPD] No filter has been set, publishing all 262 issues
[CPD] Creating fingerprints for all affected code blocks to track issues over different builds
[CPD] -> created fingerprints for 262 issues (skipped 0 issues)
[CPD] Copying affected files to Jenkins' build folder '/var/jenkins/jobs/tcf-1.7/builds/16/files-with-issues'
[CPD] -> 122 copied, 0 not in workspace, 0 not-found, 0 with I/O error
[CPD] Repository miner is not configured, skipping repository mining
[CPD] Reference build recorder is not configured
[CPD] Obtaining reference build from same job (tcf-1.7)
[CPD] Using reference build 'tcf-1.7 #14' to compute new, fixed, and outstanding issues
[CPD] Issues delta (vs. reference build): outstanding: 262, new: 0, fixed: 0
[CPD] No quality gates have been set - skipping
[CPD] Health report is disabled - skipping
[CPD] Created analysis result for 262 issues (found 0 new issues, fixed 0 issues)
[CPD] Attaching ResultAction with ID 'cpd' to build 'tcf-1.7 #16'.
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS