Skip to content

Console Output

Started by user Eugene Tarassov
Running as Eugene Tarassov
Agent basic-3zlpn is provisioned from template basic
---
apiVersion: "v1"
kind: "Pod"
metadata:
  labels:
    jenkins: "slave"
    jenkins/label-digest: "61a7508ed1b04e9ada836fcd14d4d8ef5687c7dd"
    jenkins/label: "basic"
  name: "basic-3zlpn"
  namespace: "tcf"
spec:
  containers:
  - env:
    - name: "JENKINS_SECRET"
      value: "********"
    - name: "JENKINS_TUNNEL"
      value: "jenkins-discovery.tcf.svc.cluster.local:50000"
    - name: "JENKINS_AGENT_NAME"
      value: "basic-3zlpn"
    - 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-3zlpn"
    - 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-3160.vd76b_9ddd10cc"
    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
      subPath: ""
    - 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-3zlpn (basic) in workspace /home/jenkins/agent/workspace/tcf-1.6
[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-TBQ0NO0zWJsU/agent.48
SSH_AGENT_PID=50
[ssh-agent] Started.
Running ssh-add (command line suppressed)
Identity added: /home/jenkins/agent/workspace/tcf-1.6@tmp/private_key_15707118034837408795.key (/home/jenkins/agent/workspace/tcf-1.6@tmp/private_key_15707118034837408795.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 https://gitlab.eclipse.org/eclipse/tcf/tcf.git
 > git init /home/jenkins/agent/workspace/tcf-1.6 # timeout=10
Fetching upstream changes from https://gitlab.eclipse.org/eclipse/tcf/tcf.git
 > git --version # timeout=10
 > git --version # 'git version 2.20.1'
 > git fetch --tags --force --progress -- https://gitlab.eclipse.org/eclipse/tcf/tcf.git +refs/heads/*:refs/remotes/origin/* # timeout=10
 > git config remote.origin.url https://gitlab.eclipse.org/eclipse/tcf/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.6^{commit} # timeout=10
Checking out Revision 80d6a604911069e447d4047e8d7e550adf5260a6 (origin/1.6)
 > git config core.sparsecheckout # timeout=10
 > git checkout -f 80d6a604911069e447d4047e8d7e550adf5260a6 # timeout=10
Commit message: "Releng: Upversion TCF and TE to 1.6.3"
First time build. Skipping changelog.
[tcf-1.6] $ /bin/sh -xe /tmp/jenkins678376136000968728.sh
+ date
Mon 25 Mar 2024 05:32:18 AM UTC
+ '[' -f /home/jenkins/agent/workspace/tcf-1.6/../../tcf-agent-x86Linux-1.6/workspace/agent/obj/GNU/Linux/x86_64/Debug/agent ']'
+ '[' -d /home/jenkins/agent/workspace/tcf-1.6/tests/plugins/org.eclipse.tcf.debug.test/data/agent/linux/x86_64 ']'
+ '[' -d /home/jenkins/agent/workspace/tcf-1.6/tests/plugins/org.eclipse.tcf.debug.test/data/agent/linux/x86 ']'
+ '[' -d /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tests/data/agent/linux/x86_64 ']'
+ '[' -d /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tests/data/agent/linux/x86 ']'
+ cd /home/jenkins/agent/workspace/tcf-1.6
+ sed -i 's|<eclipse-jarsigner-version>.*</eclipse-jarsigner-version>|<eclipse-jarsigner-version>1.3.2</eclipse-jarsigner-version>|g' admin/pom-config.xml
[tcf-1.6] $ /opt/tools/apache-maven/latest/bin/mvn -f pom.xml -Dtycho.localArtifacts=ignore -Dmaven.repo.local=/home/jenkins/agent/workspace/tcf-1.6/.repository -Pstatic-checks,sign -Dtcf-stream=1.6 clean install
Apache Maven 3.9.5 (57804ffe001d7215b5e7bcb531cf83df38f93546)
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: "6.2.9-300.fc38.x86_64", arch: "amd64", family: "unix"
[INFO] Scanning for projects...
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/pom.xml
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/ (0B of 134B at 0B/s)
[INFO] Adding repository http://download.eclipse.org/cbi/updates/license
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/cbi/updates/license/ (0B of 423B at 0B/s)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.0.v20131003-1638/ (0B of 3.87kB at 0B/s)
[INFO] Fetching content.jar from http://download.eclipse.org/cbi/updates/license/1.0.1.v20140414-1359/ (0B of 3.83kB at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (0B of 172B at 0B/s)
[INFO] Fetching content.xml.xz from http://download.eclipse.org/cbi/updates/license/2.0.2.v20181016-2210/ (0B of 3.57kB at 0B/s)
[INFO] Fetching p2.index from http://download.eclipse.org/eclipse/updates/3.8/ (0B of 128B at 0B/s)
[INFO] Adding repository http://download.eclipse.org/eclipse/updates/3.8
[INFO] Fetching compositeContent.jar from http://download.eclipse.org/eclipse/updates/3.8/ (0B of 467B at 0B/s)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/categories/ (0B of 781B at 0B/s)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.2-201301310800/ (0B of 335.64kB at 0B/s)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8.1-201209141540/ (0B of 305.41kB at 0B/s)
[INFO] Fetching content.jar from http://download.eclipse.org/eclipse/updates/3.8/R-3.8-201206081200/ (0B of 334.1kB at 0B/s)
[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/ (0B of 188.24kB at 0B/s)
[INFO] Adding repository http://download.eclipse.org/tools/cdt/releases/kepler
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tools/cdt/releases/kepler/ (0B at 0B/s)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/cdt/releases/kepler/r/ (0B of 57.99kB at 0B/s)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr1/ (0B of 55.59kB at 0B/s)
[INFO] Fetching content.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/ (0B of 46.84kB at 0B/s)
[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/ (0B of 421B at 0B/s)
[INFO] Fetching content.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/ (0B of 15.73kB at 0B/s)
[INFO] Adding repository http://download.eclipse.org/tm/updates/4.0
[INFO] Fetching compositeContent.xml from http://download.eclipse.org/tm/updates/4.0/ (0B of 417B at 0B/s)
[INFO] Fetching content.jar from http://download.eclipse.org/tm/updates/4.0/GA/ (0B of 29.21kB at 0B/s)
[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/ (0B of 14.35kB at 0B/s)
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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/ (0B of 63B at 0B/s)
[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/ (0B of 461.81kB at 0B/s)
[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/ (0B of 34.75kB at 0B/s)
[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/ (0B of 46.33kB at 0B/s)
[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/ (0B of 68.02kB at 0B/s)
[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/ (0B of 43.51kB at 0B/s)
[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/ (0B of 37.59kB at 0B/s)
[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/ (0B of 32.04kB at 0B/s)
[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/ (0B of 39.01kB at 0B/s)
[INFO] Unpacking org.eclipse.equinox.app_1.3.100.v20120522-1841...
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.core:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.core:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.core:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.debug:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.debug:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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/ (0B of 29.08kB at 0B/s)
[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/ (0B of 23.46kB at 0B/s)
[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/ (0B of 274.12kB at 0B/s)
[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/ (0B of 16.36kB at 0B/s)
[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/ (0B of 98.29kB at 0B/s)
[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/ (0B of 63B at 0B/s)
[INFO] Fetching com.ibm.icu_52.1.1.v201501240615.jar.pack.gz from http://download.eclipse.org/tools/orbit/downloads/drops/R20150124073747/repository/plugins/ (0B of 7.77MB at 0B/s)
[INFO] Unpacking com.ibm.icu_52.1.1.v201501240615...
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.debug:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.debug.ui:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.debug.ui:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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/ (0B of 94.95kB at 0B/s)
[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/ (0B of 29.24kB at 0B/s)
[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/ (0B of 35.63kB at 0B/s)
[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/ (0B of 66.84kB at 0B/s)
[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/ (0B of 36.98kB at 0B/s)
[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/ (0B of 51.97kB at 0B/s)
[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/ (0B of 37.89kB at 0B/s)
[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/ (0B of 78.75kB at 0B/s)
[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/ (0B of 40.05kB at 0B/s)
[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/ (0B of 30.15kB at 0B/s)
[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/ (0B of 92.87kB at 0B/s)
[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/ (0B of 54.97kB at 0B/s)
[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/ (0B of 107.78kB at 0B/s)
[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/ (0B of 286.69kB at 0B/s)
[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/ (0B of 181.58kB at 0B/s)
[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/ (0B of 699.33kB at 0B/s)
[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/ (0B of 167.93kB at 0B/s)
[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/ (0B of 97.12kB at 0B/s)
[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/ (0B of 779.29kB at 0B/s)
[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/ (0B of 27.84kB at 0B/s)
[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/ (0B of 95.91kB at 0B/s)
[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/ (0B of 40.75kB at 0B/s)
[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/ (0B of 48.97kB at 0B/s)
[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/ (0B of 63.73kB at 0B/s)
[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/ (0B of 16.75kB at 0B/s)
[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/ (0B of 321.43kB at 0B/s)
[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/ (0B of 59.89kB at 0B/s)
[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/ (0B of 17.58kB at 0B/s)
[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/ (0B of 32.85kB at 0B/s)
[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/ (0B of 32.67kB at 0B/s)
[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/ (0B of 181.44kB at 0B/s)
[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/ (0B of 1.14MB at 0B/s)
[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/ (0B of 1.03MB at 0B/s)
[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/ (0B of 1.21MB at 0B/s)
[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/ (0B of 1.13MB at 0B/s)
[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/ (0B of 1.12MB at 0B/s)
[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/ (0B of 896.28kB at 0B/s)
[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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.cdt.ui:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.cdt.ui:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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/ (0B of 93.8kB at 0B/s)
[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/ (0B of 4.97MB at 0B/s)
[INFO] Fetching org.eclipse.cdt.debug.core_7.4.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 539.34kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.ui_5.7.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 5.63MB at 0B/s)
[INFO] Fetching org.eclipse.cdt.debug.ui_7.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 1.12MB at 0B/s)
[INFO] Fetching org.eclipse.cdt.dsf_2.4.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 316.52kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.dsf.ui_2.4.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 1.3MB at 0B/s)
[INFO] Fetching org.eclipse.cdt.launch_7.1.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 227.68kB at 0B/s)
[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/ (0B of 230.35kB at 0B/s)
[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/ (0B of 144.21kB at 0B/s)
[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/ (0B of 145.46kB at 0B/s)
[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/ (0B of 109.83kB at 0B/s)
[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/ (0B of 41.5kB at 0B/s)
[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/ (0B of 111.24kB at 0B/s)
[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/ (0B of 406.14kB at 0B/s)
[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/ (0B of 34.84kB at 0B/s)
[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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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/ (0B of 406.65kB at 0B/s)
[INFO] Fetching org.eclipse.rse.services_3.3.0.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 445.43kB at 0B/s)
[INFO] Fetching org.eclipse.rse.processes.ui_3.0.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 72.85kB at 0B/s)
[INFO] Fetching org.eclipse.rse.subsystems.shells.core_3.1.300.201403271554.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 67.07kB at 0B/s)
[INFO] Fetching org.eclipse.rse.subsystems.files.core_3.3.1.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 134.11kB at 0B/s)
[INFO] Fetching org.eclipse.rse.subsystems.processes.core_3.1.300.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 29.05kB at 0B/s)
[INFO] Fetching org.eclipse.rse.ui_3.3.100.201503112018.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 1.63MB at 0B/s)
[INFO] Fetching org.eclipse.rse.subsystems.terminals.core_1.0.300.201411271155.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 24.97kB at 0B/s)
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.core.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.core.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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/ (0B of 18.64kB at 0B/s)
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.core.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.core.sdk.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.core.sdk.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.sdk.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.sdk.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.sdk.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.sdk.feature/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.sdk.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.sdk.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.cdt.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.cdt.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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/ (0B of 112.66kB at 0B/s)
[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/ (0B of 108.45kB at 0B/s)
[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/ (0B of 78.05kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.codan.core_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 137.53kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.codan.core.cxx_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 64.18kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.codan.checkers_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 85kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.codan.ui.cxx_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 25.59kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.codan.checkers.ui_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 31.58kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.codan.ui_3.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 120.21kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.core.linux_5.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 12.4kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.core.linux.x86_5.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 17.92kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.gdb_7.0.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 16.3kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.debug.mi.core_7.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 549.92kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.debug.mi.ui_6.1.1.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 151.28kB at 0B/s)
[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/ (0B of 1.35MB at 0B/s)
[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/ (0B of 17.93MB at 0B/s)
[INFO] Fetching org.eclipse.cdt.dsf.gdb_4.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 1.49MB at 0B/s)
[INFO] Fetching org.eclipse.cdt.dsf.gdb.ui_2.4.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 626kB at 0B/s)
[INFO] Fetching org.eclipse.cdt_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (0B of 32.04kB at 0B/s)
[INFO] Fetching org.eclipse.cdt_root_8.3.0.201402142303 from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/binary/ (0B of 7.89kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.gdb.ui_7.0.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 10.38kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.gdb_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (0B of 32.06kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.managedbuilder.gnu.ui_8.2.1.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 48.52kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.gnu.build_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (0B of 32.13kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.gnu.debug_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (0B of 32.17kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.gnu.dsf_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (0B of 32.13kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.make.core_7.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 431.58kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.make.ui_7.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 475.57kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.managedbuilder.core_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 1.26MB at 0B/s)
[INFO] Fetching org.eclipse.cdt.managedbuilder.ui_8.2.1.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 478.72kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.platform_8.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/features/ (0B of 32.62kB at 0B/s)
[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/ (0B of 19.21kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.core.win32_5.3.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 11.96kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.core.win32.x86_5.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 257.76kB at 0B/s)
[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/ (0B of 357.85kB at 0B/s)
[INFO] Fetching org.eclipse.cdt.core.macosx_5.2.0.201402142303.jar from http://download.eclipse.org/tools/cdt/releases/kepler/sr2/plugins/ (0B of 34.63kB at 0B/s)
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.cdt.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.cdt.sdk.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.cdt.sdk.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.sdk.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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/ (0B of 100.47kB at 0B/s)
[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/ (0B of 382.27kB at 0B/s)
[INFO] Fetching org.eclipse.dstore.extra_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 28.43kB at 0B/s)
[INFO] Fetching org.eclipse.rse.connectorservice.dstore_3.1.301.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 66.59kB at 0B/s)
[INFO] Fetching org.eclipse.rse.services.dstore_3.3.0.201406041609.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 338.45kB at 0B/s)
[INFO] Fetching org.eclipse.rse.connectorservice.local_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 14.43kB at 0B/s)
[INFO] Fetching org.eclipse.rse.connectorservice.ssh_2.1.300.201505220524.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 38.99kB at 0B/s)
[INFO] Fetching org.eclipse.rse.services.ssh_3.2.100.201403281521.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 60.56kB at 0B/s)
[INFO] Fetching org.eclipse.rse.connectorservice.telnet_1.2.300.201505220524.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 24.46kB at 0B/s)
[INFO] Fetching org.eclipse.rse.services.telnet_2.0.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 22.7kB at 0B/s)
[INFO] Fetching org.eclipse.rse.doc.user_3.4.100.201403101646.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 210.64kB at 0B/s)
[INFO] Fetching org.eclipse.rse.efs_2.1.401.201503171741.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 32.12kB at 0B/s)
[INFO] Fetching org.eclipse.rse.efs.ui_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 20.48kB at 0B/s)
[INFO] Fetching org.eclipse.rse.importexport_1.2.300.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 230.83kB at 0B/s)
[INFO] Fetching org.eclipse.rse.files.ui_3.2.200.201502052140.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 490.87kB at 0B/s)
[INFO] Fetching org.eclipse.rse.shells.ui_3.0.500.201403271554.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 140.47kB at 0B/s)
[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/ (0B of 32.07kB at 0B/s)
[INFO] Fetching org.eclipse.rse.core_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (0B of 19.28kB at 0B/s)
[INFO] Fetching org.eclipse.rse.subsystems.files.dstore_2.1.300.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 36.99kB at 0B/s)
[INFO] Fetching org.eclipse.rse.subsystems.processes.dstore_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 18.07kB at 0B/s)
[INFO] Fetching org.eclipse.rse.subsystems.shells.dstore_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 20.19kB at 0B/s)
[INFO] Fetching org.eclipse.rse.dstore.security_3.0.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 65.38kB at 0B/s)
[INFO] Fetching org.eclipse.rse.dstore_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (0B of 19.36kB at 0B/s)
[INFO] Fetching org.eclipse.rse_3.5.0.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 12.21kB at 0B/s)
[INFO] Fetching org.eclipse.rse_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (0B of 31.6kB at 0B/s)
[INFO] Fetching org.eclipse.rse.services.files.ftp_3.0.500.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 41.46kB at 0B/s)
[INFO] Fetching org.eclipse.rse.subsystems.files.ftp_2.2.0.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 33.99kB at 0B/s)
[INFO] Fetching org.eclipse.rse.ftp_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (0B of 19.09kB at 0B/s)
[INFO] Fetching org.eclipse.rse.services.local_2.2.0.201502030655.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 60.29kB at 0B/s)
[INFO] Fetching org.eclipse.rse.subsystems.files.local_2.1.300.201403251512.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 25.78kB at 0B/s)
[INFO] Fetching org.eclipse.rse.subsystems.processes.local_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 17.55kB at 0B/s)
[INFO] Fetching org.eclipse.rse.subsystems.shells.local_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 18.09kB at 0B/s)
[INFO] Fetching org.eclipse.rse.local_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (0B of 19.06kB at 0B/s)
[INFO] Fetching org.eclipse.rse.subsystems.files.ssh_2.1.300.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 17.74kB at 0B/s)
[INFO] Fetching org.eclipse.rse.subsystems.shells.ssh_2.1.400.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 17.98kB at 0B/s)
[INFO] Fetching org.eclipse.rse.ssh_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (0B of 19.04kB at 0B/s)
[INFO] Fetching org.eclipse.rse.subsystems.shells.telnet_1.2.300.201403100950.jar from http://download.eclipse.org/tm/updates/4.0/GA/plugins/ (0B of 17.99kB at 0B/s)
[INFO] Fetching org.eclipse.rse.telnet_3.7.0.201505221634.jar from http://download.eclipse.org/tm/updates/4.0/GA/features/ (0B of 19.13kB at 0B/s)
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse.sdk.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.sdk.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.rse.sdk.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.sdk.feature/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/pom.xml
[INFO] Computing target platform for MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.core:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.core:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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/ (0B of 61.71kB at 0B/s)
[INFO] Unpacking com.google.gson_2.2.4.v201311231704...
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.core:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.runtime:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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/ (0B of 39.89kB at 0B/s)
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.filesystem.core:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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/ (0B of 192.29kB at 0B/s)
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.tcf.terminals.ui:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.ui:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.feature/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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/ (0B of 73.52kB at 0B/s)
[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/ (0B of 29.38kB at 0B/s)
[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/ (0B of 18.97kB at 0B/s)
[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/ (0B of 70.06kB at 0B/s)
[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/ (0B of 19.02kB at 0B/s)
[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/ (0B of 52.63kB at 0B/s)
[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/ (0B of 19.02kB at 0B/s)
[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/ (0B of 48.59kB at 0B/s)
[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/ (0B of 19kB at 0B/s)
[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/ (0B of 18.91kB at 0B/s)
[INFO] Fetching org.eclipse.tm.terminal.feature_4.0.0.201506040610.jar from http://download.eclipse.org/tm/terminal/updates/4.0/GA/features/ (0B of 18.86kB at 0B/s)
[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/ (0B of 18.72kB at 0B/s)
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.te.feature:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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/ (0B of 90.03kB at 0B/s)
[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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.repo/pom.xml
[INFO] Resolving dependencies of MavenProject: org.eclipse.tcf:org.eclipse.tcf.repo:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.repo/pom.xml
[INFO] Resolving class path of MavenProject: org.eclipse.tcf:org.eclipse.tcf.repo:1.6.3-SNAPSHOT @ /home/jenkins/agent/workspace/tcf-1.6/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.6.3-SNAPSHOT                      [1/60]
[INFO]   from plugins/org.eclipse.tcf.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.core ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.core ---
[INFO] 
[INFO] --- resources: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.6/plugins/org.eclipse.tcf.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.core ---
[INFO] Compiling 86 source files to /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/target/classes
[INFO] 
[INFO] --- resources: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.6/plugins/org.eclipse.tcf.core/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.core ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.core ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.core >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.core ---
[INFO] Fork Value is true
     [java] Mar 25, 2024 5:34:47 AM java.util.prefs.FileSystemPreferences$1 run
     [java] INFO: Created user preferences directory.
     [java] Warnings generated: 1
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.core ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[INFO] Bad comparison of nonnegative value with 0 in org.eclipse.tcf.core.StreamChannel.read() [org.eclipse.tcf.core.StreamChannel] At StreamChannel.java:[line 117] INT_BAD_COMPARISON_WITH_NONNEGATIVE_VALUE
[INFO] 


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



[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.core >>>
[INFO] 
[INFO] --- pmd: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] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.core <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/plugins/org.eclipse.tcf.core/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.core/1.6.3-SNAPSHOT/org.eclipse.tcf.core-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.core/1.6.3-SNAPSHOT/org.eclipse.tcf.core-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.core/1.6.3-SNAPSHOT/org.eclipse.tcf.core-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.core/1.6.3-SNAPSHOT/org.eclipse.tcf.core-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.core/1.6.3-SNAPSHOT/org.eclipse.tcf.core-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/target/org.eclipse.tcf.core-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.core/1.6.3-SNAPSHOT/org.eclipse.tcf.core-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT                           [2/60]
[INFO]   from plugins/org.eclipse.tcf/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf ---
[INFO] 
[INFO] --- resources: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.6/plugins/org.eclipse.tcf/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/target/classes
[INFO] 
[INFO] --- resources: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.6/plugins/org.eclipse.tcf/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf ---
[INFO] Fork Value is true
     [java] Warnings generated: 1
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf/1.6.3-SNAPSHOT/org.eclipse.tcf-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf/1.6.3-SNAPSHOT/org.eclipse.tcf-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf/1.6.3-SNAPSHOT/org.eclipse.tcf-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf/1.6.3-SNAPSHOT/org.eclipse.tcf-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf/1.6.3-SNAPSHOT/org.eclipse.tcf-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/target/org.eclipse.tcf-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf/1.6.3-SNAPSHOT/org.eclipse.tcf-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT                     [3/60]
[INFO]   from plugins/org.eclipse.tcf.debug/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.debug ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.debug ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.debug ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.debug ---
[INFO] 
[INFO] --- resources: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.6/plugins/org.eclipse.tcf.debug/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.debug ---
[INFO] Compiling 43 source files to /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug/target/classes
[INFO] 
[INFO] --- resources: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.6/plugins/org.eclipse.tcf.debug/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.debug ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.debug ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.debug ---
[WARNING] /home/jenkins/agent/workspace/tcf-1.6/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.6/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.debug ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.debug ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.debug ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.debug ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.debug ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.debug >>>
[INFO] 
[INFO] --- findbugs: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:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.debug <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.debug >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.debug ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.debug <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/plugins/org.eclipse.tcf.debug/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.debug ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.debug/1.6.3-SNAPSHOT/org.eclipse.tcf.debug-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.debug/1.6.3-SNAPSHOT/org.eclipse.tcf.debug-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.debug/1.6.3-SNAPSHOT/org.eclipse.tcf.debug-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.debug/1.6.3-SNAPSHOT/org.eclipse.tcf.debug-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.debug/1.6.3-SNAPSHOT/org.eclipse.tcf.debug-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug/target/org.eclipse.tcf.debug-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.debug/1.6.3-SNAPSHOT/org.eclipse.tcf.debug-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT                  [4/60]
[INFO]   from plugins/org.eclipse.tcf.debug.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.debug.ui ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.debug.ui ---
[INFO] 
[INFO] --- resources: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.6/plugins/org.eclipse.tcf.debug.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.debug.ui ---
[INFO] Compiling 150 source files to /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/target/classes
[INFO] 
[INFO] --- resources: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.6/plugins/org.eclipse.tcf.debug.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.debug.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.debug.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.debug.ui ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.debug.ui ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.debug.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.debug.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.debug.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.debug.ui >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.debug.ui ---
[INFO] Fork Value is true
     [java] Warnings generated: 12
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.debug.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.debug.ui ---
[INFO] BugInstance size is 12
[INFO] Error size is 0
[INFO] Total bugs: 12
[INFO] Comparison of String objects using == or != in org.eclipse.tcf.internal.debug.ui.commands.MemoryMapWidget.isLocalEntry(IMemoryMap$MemoryRegion)  [org.eclipse.tcf.internal.debug.ui.commands.MemoryMapWidget] At MemoryMapWidget.java:[line 1085] ES_COMPARING_STRINGS_WITH_EQ
[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 267] 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 1030] 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 522] 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 567 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 567]Redundant null check at TCFNodeRegister.java:[line 568] RCN_REDUNDANT_NULLCHECK_WOULD_HAVE_BEEN_A_NPE
[INFO] Unwritten field: org.eclipse.tcf.internal.debug.ui.profiler.ProfilerView$ProfileData.error [org.eclipse.tcf.internal.debug.ui.profiler.ProfilerView$Update] At ProfilerView.java:[line 557] UWF_UNWRITTEN_FIELD
[INFO] org.eclipse.tcf.internal.debug.ui.profiler.ProfilerView$ProfileEntryComparator.compare(ProfilerView$ProfileEntry, ProfilerView$ProfileEntry) incorrectly handles float value [org.eclipse.tcf.internal.debug.ui.profiler.ProfilerView$ProfileEntryComparator] At ProfilerView.java:[line 227] CO_COMPARETO_INCORRECT_FLOATING
[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 236] 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 230] ES_COMPARING_STRINGS_WITH_EQ
[INFO] org.eclipse.tcf.internal.debug.ui.profiler.ProfilerView$ProfileEntryRefComparator.compare(ProfilerView$ProfileEntryRef, ProfilerView$ProfileEntryRef) incorrectly handles float value [org.eclipse.tcf.internal.debug.ui.profiler.ProfilerView$ProfileEntryRefComparator] At ProfilerView.java:[line 253] CO_COMPARETO_INCORRECT_FLOATING
[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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.debug.ui >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.debug.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.debug.ui <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/plugins/org.eclipse.tcf.debug.ui/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.debug.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.debug.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.debug.ui-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.debug.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.debug.ui-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.debug.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.debug.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.debug.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.debug.ui-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.debug.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.debug.ui-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/target/org.eclipse.tcf.debug.ui-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.debug.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.debug.ui-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT                    [5/60]
[INFO]   from plugins/org.eclipse.tcf.cdt.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.cdt.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.cdt.ui ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.cdt.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.cdt.ui ---
[INFO] 
[INFO] --- resources: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.6/plugins/org.eclipse.tcf.cdt.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.cdt.ui ---
[INFO] Compiling 52 source files to /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/target/classes
[INFO] 
[INFO] --- resources: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.6/plugins/org.eclipse.tcf.cdt.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.cdt.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/target/org.eclipse.tcf.cdt.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.cdt.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.cdt.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/target/org.eclipse.tcf.cdt.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.cdt.ui ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.cdt.ui ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.cdt.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/target/org.eclipse.tcf.cdt.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.cdt.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/target/org.eclipse.tcf.cdt.ui-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/target/org.eclipse.tcf.cdt.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.cdt.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/target/org.eclipse.tcf.cdt.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.cdt.ui >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.cdt.ui ---
[INFO] Fork Value is true
     [java] Warnings generated: 8
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.cdt.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.cdt.ui ---
[INFO] BugInstance size is 8
[INFO] Error size is 0
[INFO] Total bugs: 8
[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 390] 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 401] 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 313] VO_VOLATILE_INCREMENT
[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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.cdt.ui >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.cdt.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.cdt.ui <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/plugins/org.eclipse.tcf.cdt.ui/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.cdt.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/target/org.eclipse.tcf.cdt.ui-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.cdt.ui-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.cdt.ui-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/target/org.eclipse.tcf.cdt.ui-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.cdt.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.cdt.ui-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.cdt.ui-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/target/org.eclipse.tcf.cdt.ui-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.cdt.ui-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT                       [6/60]
[INFO]   from plugins/org.eclipse.tcf.rse/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.rse ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.rse ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.rse ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.rse ---
[INFO] 
[INFO] --- resources: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.6/plugins/org.eclipse.tcf.rse/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.rse ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/target/classes
[INFO] 
[INFO] --- resources: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.6/plugins/org.eclipse.tcf.rse/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.rse ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/target/org.eclipse.tcf.rse-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.rse ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.rse ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/target/org.eclipse.tcf.rse-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.rse ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.rse ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.rse ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/target/org.eclipse.tcf.rse-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.rse ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/target/org.eclipse.tcf.rse-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/target/org.eclipse.tcf.rse-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.rse ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/target/org.eclipse.tcf.rse-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.rse >>>
[INFO] 
[INFO] --- findbugs: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:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.rse <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.rse >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.rse ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.rse <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.rse ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.rse ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/target/org.eclipse.tcf.rse-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.rse/1.6.3-SNAPSHOT/org.eclipse.tcf.rse-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.rse/1.6.3-SNAPSHOT/org.eclipse.tcf.rse-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/target/org.eclipse.tcf.rse-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.rse/1.6.3-SNAPSHOT/org.eclipse.tcf.rse-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.rse/1.6.3-SNAPSHOT/org.eclipse.tcf.rse-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.rse/1.6.3-SNAPSHOT/org.eclipse.tcf.rse-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/target/org.eclipse.tcf.rse-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.rse/1.6.3-SNAPSHOT/org.eclipse.tcf.rse-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT              [7/60]
[INFO]   from features/org.eclipse.tcf.core.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.core.feature ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-feature (default-package-feature) @ org.eclipse.tcf.core.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.feature/target/org.eclipse.tcf.core.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.core.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.feature/target/org.eclipse.tcf.core.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.core.feature >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.core.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.core.feature >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.core.feature <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.core.feature ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.core.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.feature/target/org.eclipse.tcf.core.feature-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.core.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.core.feature-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.core.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.core.feature-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.core.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.core.feature-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.core.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.core.feature-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT          [8/60]
[INFO]   from features/org.eclipse.tcf.core.sdk.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-feature (default-package-feature) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.sdk.feature/target/org.eclipse.tcf.core.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.sdk.feature/target/org.eclipse.tcf.core.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.core.sdk.feature >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.core.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.core.sdk.feature >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.core.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.core.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.sdk.feature/target/org.eclipse.tcf.core.sdk.feature-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.core.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.core.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.sdk.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.core.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.core.sdk.feature-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.core.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.core.sdk.feature-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.core.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.core.sdk.feature-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT                   [9/60]
[INFO]   from features/org.eclipse.tcf.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.feature ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-feature (default-package-feature) @ org.eclipse.tcf.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.feature/target/org.eclipse.tcf.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.feature/target/org.eclipse.tcf.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.feature >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.feature >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.feature <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.feature ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.feature/target/org.eclipse.tcf.feature-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.feature-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.feature-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.feature-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.feature-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT              [10/60]
[INFO]   from features/org.eclipse.tcf.sdk.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.sdk.feature ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-feature (default-package-feature) @ org.eclipse.tcf.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.sdk.feature/target/org.eclipse.tcf.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.sdk.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.sdk.feature/target/org.eclipse.tcf.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.sdk.feature >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.sdk.feature >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.sdk.feature ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.sdk.feature/target/org.eclipse.tcf.sdk.feature-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.sdk.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.sdk.feature-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.sdk.feature-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.sdk.feature-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT              [11/60]
[INFO]   from features/org.eclipse.tcf.cdt.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.cdt.feature ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-feature (default-package-feature) @ org.eclipse.tcf.cdt.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.feature/target/org.eclipse.tcf.cdt.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.cdt.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.feature/target/org.eclipse.tcf.cdt.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.cdt.feature >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.cdt.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.cdt.feature >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.cdt.feature <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.cdt.feature ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.cdt.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.feature/target/org.eclipse.tcf.cdt.feature-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.cdt.feature-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.cdt.feature-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.cdt.feature-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.cdt.feature-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT          [12/60]
[INFO]   from features/org.eclipse.tcf.cdt.sdk.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-feature (default-package-feature) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.sdk.feature/target/org.eclipse.tcf.cdt.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.sdk.feature/target/org.eclipse.tcf.cdt.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.cdt.sdk.feature >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.cdt.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.cdt.sdk.feature >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.cdt.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.cdt.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.sdk.feature/target/org.eclipse.tcf.cdt.sdk.feature-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.cdt.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.sdk.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.cdt.sdk.feature-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.cdt.sdk.feature-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.cdt.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.cdt.sdk.feature-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT              [13/60]
[INFO]   from features/org.eclipse.tcf.rse.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.rse.feature ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-feature (default-package-feature) @ org.eclipse.tcf.rse.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.feature/target/org.eclipse.tcf.rse.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.rse.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.feature/target/org.eclipse.tcf.rse.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.rse.feature >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.rse.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.rse.feature >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.rse.feature <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.rse.feature ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.rse.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.feature/target/org.eclipse.tcf.rse.feature-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.rse.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.rse.feature-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.rse.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.rse.feature-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.rse.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.rse.feature-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.rse.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.rse.feature-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT          [14/60]
[INFO]   from features/org.eclipse.tcf.rse.sdk.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-feature (default-package-feature) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.sdk.feature/target/org.eclipse.tcf.rse.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.sdk.feature/target/org.eclipse.tcf.rse.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.rse.sdk.feature >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.rse.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.rse.sdk.feature >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.rse.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.rse.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.sdk.feature/target/org.eclipse.tcf.rse.sdk.feature-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.rse.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.rse.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.sdk.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.rse.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.rse.sdk.feature-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.rse.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.rse.sdk.feature-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.rse.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.rse.sdk.feature-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT                       [15/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te ---
[INFO] Compiling 1 source file to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/target/org.eclipse.tcf.te-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/target/org.eclipse.tcf.te-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/target/org.eclipse.tcf.te-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/target/org.eclipse.tcf.te-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/target/org.eclipse.tcf.te-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/target/org.eclipse.tcf.te-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/target/org.eclipse.tcf.te-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te/1.6.3-SNAPSHOT/org.eclipse.tcf.te-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te/1.6.3-SNAPSHOT/org.eclipse.tcf.te-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/target/org.eclipse.tcf.te-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te/1.6.3-SNAPSHOT/org.eclipse.tcf.te-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te/1.6.3-SNAPSHOT/org.eclipse.tcf.te-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te/1.6.3-SNAPSHOT/org.eclipse.tcf.te-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/target/org.eclipse.tcf.te-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te/1.6.3-SNAPSHOT/org.eclipse.tcf.te-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT               [16/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.runtime/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.runtime ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.runtime ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.runtime ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.runtime ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.runtime ---
[INFO] Compiling 37 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/org.eclipse.tcf.te.runtime-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.runtime ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.runtime ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/org.eclipse.tcf.te.runtime-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.runtime ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.runtime ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.runtime ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/org.eclipse.tcf.te.runtime-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.runtime ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/org.eclipse.tcf.te.runtime-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/org.eclipse.tcf.te.runtime-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.runtime ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/org.eclipse.tcf.te.runtime-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.runtime >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.runtime ---
[INFO] Fork Value is true
     [java] Warnings generated: 1
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.runtime <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.runtime ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[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] 


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



[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.runtime >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.runtime ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.runtime <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.runtime ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/org.eclipse.tcf.te.runtime-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/org.eclipse.tcf.te.runtime-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/org.eclipse.tcf.te.runtime-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT    [17/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Compiling 12 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/org.eclipse.tcf.te.runtime.concurrent-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/org.eclipse.tcf.te.runtime.concurrent-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/org.eclipse.tcf.te.runtime.concurrent-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/org.eclipse.tcf.te.runtime.concurrent-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/org.eclipse.tcf.te.runtime.concurrent-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/org.eclipse.tcf.te.runtime.concurrent-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.runtime.concurrent >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.runtime.concurrent <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.runtime.concurrent >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.runtime.concurrent ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.runtime.concurrent <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.runtime.concurrent ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/org.eclipse.tcf.te.runtime.concurrent-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.concurrent/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.concurrent-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.concurrent/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.concurrent-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/org.eclipse.tcf.te.runtime.concurrent-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.concurrent/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.concurrent-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.concurrent/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.concurrent-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.concurrent/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.concurrent-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/org.eclipse.tcf.te.runtime.concurrent-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.concurrent/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.concurrent-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT         [18/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.runtime.model/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.runtime.model ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.runtime.model ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.runtime.model ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.runtime.model ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Compiling 20 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/org.eclipse.tcf.te.runtime.model-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.runtime.model ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/org.eclipse.tcf.te.runtime.model-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.runtime.model ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.runtime.model ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/org.eclipse.tcf.te.runtime.model-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/org.eclipse.tcf.te.runtime.model-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/org.eclipse.tcf.te.runtime.model-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/org.eclipse.tcf.te.runtime.model-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.runtime.model >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.runtime.model <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.runtime.model >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.runtime.model ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.runtime.model <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.runtime.model ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.runtime.model ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/org.eclipse.tcf.te.runtime.model-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.model/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.model-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.model/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.model-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/org.eclipse.tcf.te.runtime.model-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.model/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.model-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.model/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.model-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.model/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.model-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/org.eclipse.tcf.te.runtime.model-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.model/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.model-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT      [19/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.runtime.services/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.runtime.services ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.runtime.services ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.runtime.services ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.runtime.services ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/org.eclipse.tcf.te.runtime.services-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.runtime.services ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/org.eclipse.tcf.te.runtime.services-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.runtime.services ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.runtime.services ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/org.eclipse.tcf.te.runtime.services-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/org.eclipse.tcf.te.runtime.services-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/org.eclipse.tcf.te.runtime.services-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/org.eclipse.tcf.te.runtime.services-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.runtime.services >>>
[INFO] 
[INFO] --- findbugs: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:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.runtime.services <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.runtime.services >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.runtime.services ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.runtime.services <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.runtime.services ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.runtime.services ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/org.eclipse.tcf.te.runtime.services-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.services/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.services-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.services/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.services-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/org.eclipse.tcf.te.runtime.services-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.services/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.services-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.services/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.services-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.services/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.services-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/org.eclipse.tcf.te.runtime.services-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.services/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.services-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT   [20/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/org.eclipse.tcf.te.runtime.persistence-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/org.eclipse.tcf.te.runtime.persistence-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/org.eclipse.tcf.te.runtime.persistence-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/org.eclipse.tcf.te.runtime.persistence-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/org.eclipse.tcf.te.runtime.persistence-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/org.eclipse.tcf.te.runtime.persistence-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.runtime.persistence >>>
[INFO] 
[INFO] --- findbugs: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:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.runtime.persistence <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.runtime.persistence >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.runtime.persistence ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.runtime.persistence <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.runtime.persistence ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/org.eclipse.tcf.te.runtime.persistence-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.persistence/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.persistence-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.persistence/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.persistence-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/org.eclipse.tcf.te.runtime.persistence-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.persistence/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.persistence-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.persistence/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.persistence-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.persistence/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.persistence-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/org.eclipse.tcf.te.runtime.persistence-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.persistence/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.persistence-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT [21/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Compiling 11 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/org.eclipse.tcf.te.runtime.statushandler-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/org.eclipse.tcf.te.runtime.statushandler-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/org.eclipse.tcf.te.runtime.statushandler-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/org.eclipse.tcf.te.runtime.statushandler-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/org.eclipse.tcf.te.runtime.statushandler-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/org.eclipse.tcf.te.runtime.statushandler-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.runtime.statushandler >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.runtime.statushandler <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.runtime.statushandler >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.runtime.statushandler ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.runtime.statushandler <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.runtime.statushandler ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/org.eclipse.tcf.te.runtime.statushandler-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.statushandler/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.statushandler-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.statushandler/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.statushandler-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/org.eclipse.tcf.te.runtime.statushandler-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.statushandler/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.statushandler-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.statushandler/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.statushandler-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.statushandler/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.statushandler-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/org.eclipse.tcf.te.runtime.statushandler-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.statushandler/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.statushandler-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT       [22/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Compiling 33 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/org.eclipse.tcf.te.runtime.stepper-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/org.eclipse.tcf.te.runtime.stepper-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/org.eclipse.tcf.te.runtime.stepper-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/org.eclipse.tcf.te.runtime.stepper-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/org.eclipse.tcf.te.runtime.stepper-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/org.eclipse.tcf.te.runtime.stepper-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.runtime.stepper >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.runtime.stepper <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.runtime.stepper >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.runtime.stepper ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.runtime.stepper <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.runtime.stepper ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/org.eclipse.tcf.te.runtime.stepper-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.stepper/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.stepper-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.stepper/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.stepper-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/org.eclipse.tcf.te.runtime.stepper-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.stepper/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.stepper-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.stepper/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.stepper-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.stepper/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.stepper-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/org.eclipse.tcf.te.runtime.stepper-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.runtime.stepper/1.6.3-SNAPSHOT/org.eclipse.tcf.te.runtime.stepper-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT                  [23/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.core ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.core ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.core ---
[INFO] Compiling 17 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.core/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core/target/org.eclipse.tcf.te.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core/target/org.eclipse.tcf.te.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.core ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.core ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core/target/org.eclipse.tcf.te.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core/target/org.eclipse.tcf.te.core-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core/target/org.eclipse.tcf.te.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core/target/org.eclipse.tcf.te.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.core >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.core ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.core >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.core <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.core ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core/target/org.eclipse.tcf.te.core-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.core-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.core-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core/target/org.eclipse.tcf.te.core-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.core-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.core-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.core-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core/target/org.eclipse.tcf.te.core-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.core-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT              [24/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.core.cdt/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.core.cdt ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.core.cdt ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.core.cdt ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.core.cdt ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/org.eclipse.tcf.te.core.cdt-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.core.cdt ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/org.eclipse.tcf.te.core.cdt-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.core.cdt ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.core.cdt ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/org.eclipse.tcf.te.core.cdt-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/org.eclipse.tcf.te.core.cdt-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/org.eclipse.tcf.te.core.cdt-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/org.eclipse.tcf.te.core.cdt-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.core.cdt >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.core.cdt <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.core.cdt >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.core.cdt ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.core.cdt <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.core.cdt ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.core.cdt ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/org.eclipse.tcf.te.core.cdt-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core.cdt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.core.cdt-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core.cdt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.core.cdt-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/org.eclipse.tcf.te.core.cdt-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core.cdt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.core.cdt-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core.cdt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.core.cdt-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core.cdt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.core.cdt-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/org.eclipse.tcf.te.core.cdt-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.core.cdt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.core.cdt-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT           [25/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.launch.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.launch.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.launch.core ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.launch.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.launch.core ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.launch.core ---
[INFO] Compiling 59 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.launch.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/org.eclipse.tcf.te.launch.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.launch.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.launch.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/org.eclipse.tcf.te.launch.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.launch.core ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.launch.core ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.launch.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/org.eclipse.tcf.te.launch.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.launch.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/org.eclipse.tcf.te.launch.core-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/org.eclipse.tcf.te.launch.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.launch.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/org.eclipse.tcf.te.launch.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.launch.core >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.launch.core ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.launch.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.launch.core ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.launch.core >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.launch.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.launch.core <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.launch.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/org.eclipse.tcf.te.launch.core-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.launch.core-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.launch.core-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/org.eclipse.tcf.te.launch.core-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.launch.core-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.launch.core-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.launch.core-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/org.eclipse.tcf.te.launch.core-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.launch.core-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT                [26/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.ui.swt/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.ui.swt ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.ui.swt ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.ui.swt ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.ui.swt ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/org.eclipse.tcf.te.ui.swt-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.ui.swt ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/org.eclipse.tcf.te.ui.swt-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.ui.swt ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.ui.swt ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/org.eclipse.tcf.te.ui.swt-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/org.eclipse.tcf.te.ui.swt-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/org.eclipse.tcf.te.ui.swt-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/org.eclipse.tcf.te.ui.swt-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.ui.swt >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.ui.swt <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.ui.swt >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.ui.swt ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.ui.swt <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.ui.swt ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/org.eclipse.tcf.te.ui.swt-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.swt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.swt-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.swt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.swt-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/org.eclipse.tcf.te.ui.swt-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.swt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.swt-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.swt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.swt-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.swt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.swt-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/org.eclipse.tcf.te.ui.swt-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.swt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.swt-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT              [27/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.ui.forms/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.ui.forms ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.ui.forms ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.ui.forms ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.ui.forms ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/org.eclipse.tcf.te.ui.forms-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.ui.forms ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/org.eclipse.tcf.te.ui.forms-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.ui.forms ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.ui.forms ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/org.eclipse.tcf.te.ui.forms-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/org.eclipse.tcf.te.ui.forms-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/org.eclipse.tcf.te.ui.forms-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/org.eclipse.tcf.te.ui.forms-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.ui.forms >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.ui.forms <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.ui.forms ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.ui.forms >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.ui.forms ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.ui.forms <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.ui.forms ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.ui.forms ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/org.eclipse.tcf.te.ui.forms-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.forms/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.forms-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.forms/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.forms-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/org.eclipse.tcf.te.ui.forms-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.forms/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.forms-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.forms/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.forms-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.forms/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.forms-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/org.eclipse.tcf.te.ui.forms-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.forms/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.forms-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT                    [28/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.ui ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.ui ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.ui ---
[INFO] Compiling 104 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui/target/org.eclipse.tcf.te.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui/target/org.eclipse.tcf.te.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.ui ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.ui ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui/target/org.eclipse.tcf.te.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui/target/org.eclipse.tcf.te.ui-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui/target/org.eclipse.tcf.te.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui/target/org.eclipse.tcf.te.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.ui >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.ui ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.ui >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.ui <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/target_explorer/plugins/org.eclipse.tcf.te.ui/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui/target/org.eclipse.tcf.te.ui-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui/target/org.eclipse.tcf.te.ui-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui/target/org.eclipse.tcf.te.ui-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT           [29/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.ui.controls/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.ui.controls ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.ui.controls ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.ui.controls ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.ui.controls ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Compiling 44 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/org.eclipse.tcf.te.ui.controls-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.ui.controls ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/org.eclipse.tcf.te.ui.controls-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.ui.controls ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.ui.controls ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/org.eclipse.tcf.te.ui.controls-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/org.eclipse.tcf.te.ui.controls-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/org.eclipse.tcf.te.ui.controls-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/org.eclipse.tcf.te.ui.controls-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.ui.controls >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.ui.controls <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.ui.controls ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.ui.controls >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.ui.controls ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.ui.controls <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.ui.controls ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.ui.controls ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/org.eclipse.tcf.te.ui.controls-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.controls/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.controls-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.controls/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.controls-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/org.eclipse.tcf.te.ui.controls-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.controls/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.controls-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.controls/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.controls-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.controls/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.controls-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/org.eclipse.tcf.te.ui.controls-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.controls/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.controls-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT              [30/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.ui.views/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.ui.views ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.ui.views ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.ui.views ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.ui.views ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.ui.views ---
[INFO] Compiling 90 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.ui.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/org.eclipse.tcf.te.ui.views-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.ui.views ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.ui.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/org.eclipse.tcf.te.ui.views-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.ui.views ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.ui.views ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.ui.views ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/org.eclipse.tcf.te.ui.views-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.ui.views ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/org.eclipse.tcf.te.ui.views-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/org.eclipse.tcf.te.ui.views-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.ui.views ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/org.eclipse.tcf.te.ui.views-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.ui.views >>>
[INFO] 
[INFO] --- findbugs: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:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.ui.views <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.ui.views >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.ui.views ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.ui.views <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.ui.views ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/org.eclipse.tcf.te.ui.views-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.views/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.views-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.views/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.views-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/org.eclipse.tcf.te.ui.views-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.views/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.views-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.views/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.views-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.views/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.views-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/org.eclipse.tcf.te.ui.views-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.views/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.views-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT             [31/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.launch.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.launch.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.launch.ui ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.launch.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.launch.ui ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Compiling 59 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/org.eclipse.tcf.te.launch.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.launch.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/org.eclipse.tcf.te.launch.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.launch.ui ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.launch.ui ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/org.eclipse.tcf.te.launch.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/org.eclipse.tcf.te.launch.ui-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/org.eclipse.tcf.te.launch.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/org.eclipse.tcf.te.launch.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.launch.ui >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.launch.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.launch.ui ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.launch.ui >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.launch.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.launch.ui <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.launch.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/org.eclipse.tcf.te.launch.ui-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.launch.ui-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.launch.ui-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/org.eclipse.tcf.te.launch.ui-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.launch.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.launch.ui-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.launch.ui-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/org.eclipse.tcf.te.launch.ui-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.launch.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.launch.ui-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT              [32/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.core ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.core ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Compiling 64 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/org.eclipse.tcf.te.tcf.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/org.eclipse.tcf.te.tcf.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.core ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.core ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/org.eclipse.tcf.te.tcf.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/org.eclipse.tcf.te.tcf.core-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/org.eclipse.tcf.te.tcf.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/org.eclipse.tcf.te.tcf.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.core >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.core >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.core <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/org.eclipse.tcf.te.tcf.core-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/org.eclipse.tcf.te.tcf.core-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/org.eclipse.tcf.te.tcf.core-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT        [33/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/org.eclipse.tcf.te.tcf.core.model-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/org.eclipse.tcf.te.tcf.core.model-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/org.eclipse.tcf.te.tcf.core.model-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/org.eclipse.tcf.te.tcf.core.model-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/org.eclipse.tcf.te.tcf.core.model-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/org.eclipse.tcf.te.tcf.core.model-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.core.model >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.core.model <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.core.model >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.core.model ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.core.model <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.core.model ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/org.eclipse.tcf.te.tcf.core.model-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.model/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.model-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.model/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.model-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/org.eclipse.tcf.te.tcf.core.model-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.model/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.model-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.model/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.model-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.model/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.model-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/org.eclipse.tcf.te.tcf.core.model-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.model/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.model-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT    [34/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Compiling 8 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/org.eclipse.tcf.te.tcf.core.scripting-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/org.eclipse.tcf.te.tcf.core.scripting-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/org.eclipse.tcf.te.tcf.core.scripting-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/org.eclipse.tcf.te.tcf.core.scripting-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/org.eclipse.tcf.te.tcf.core.scripting-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/org.eclipse.tcf.te.tcf.core.scripting-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.core.scripting >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.core.scripting <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.core.scripting >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.core.scripting ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.core.scripting <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.core.scripting ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/org.eclipse.tcf.te.tcf.core.scripting-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.scripting/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.scripting-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.scripting/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.scripting-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/org.eclipse.tcf.te.tcf.core.scripting-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.scripting/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.scripting-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.scripting/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.scripting-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.scripting/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.scripting-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/org.eclipse.tcf.te.tcf.core.scripting-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.scripting/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.scripting-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT           [35/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Compiling 77 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/org.eclipse.tcf.te.tcf.locator-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/org.eclipse.tcf.te.tcf.locator-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/org.eclipse.tcf.te.tcf.locator-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/org.eclipse.tcf.te.tcf.locator-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/org.eclipse.tcf.te.tcf.locator-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/org.eclipse.tcf.te.tcf.locator-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.locator >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.locator <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.locator >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.locator ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.locator <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.locator ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/org.eclipse.tcf.te.tcf.locator-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.locator/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.locator-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.locator/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.locator-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/org.eclipse.tcf.te.tcf.locator-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.locator/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.locator-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.locator/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.locator-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.locator/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.locator-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/org.eclipse.tcf.te.tcf.locator-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.locator/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.locator-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT   [36/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Compiling 59 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/org.eclipse.tcf.te.tcf.filesystem.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/org.eclipse.tcf.te.tcf.filesystem.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/org.eclipse.tcf.te.tcf.filesystem.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/org.eclipse.tcf.te.tcf.filesystem.core-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/org.eclipse.tcf.te.tcf.filesystem.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/org.eclipse.tcf.te.tcf.filesystem.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.filesystem.core >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Fork Value is true
     [java] Warnings generated: 2
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.filesystem.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] BugInstance size is 2
[INFO] Error size is 0
[INFO] Total bugs: 2
[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] 


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



[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.filesystem.core >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.filesystem.core <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.filesystem.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/org.eclipse.tcf.te.tcf.filesystem.core-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.core-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.core-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/org.eclipse.tcf.te.tcf.filesystem.core-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.core-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.core-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.core-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/org.eclipse.tcf.te.tcf.filesystem.core-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.core-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT          [37/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/org.eclipse.tcf.te.tcf.log.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/org.eclipse.tcf.te.tcf.log.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/org.eclipse.tcf.te.tcf.log.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/org.eclipse.tcf.te.tcf.log.core-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/org.eclipse.tcf.te.tcf.log.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/org.eclipse.tcf.te.tcf.log.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.log.core >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.log.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.log.core >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.log.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.log.core <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.log.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/org.eclipse.tcf.te.tcf.log.core-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.log.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.log.core-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.log.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.log.core-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/org.eclipse.tcf.te.tcf.log.core-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.log.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.log.core-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.log.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.log.core-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.log.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.log.core-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/org.eclipse.tcf.te.tcf.log.core-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.log.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.log.core-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT                [38/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Compiling 105 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/org.eclipse.tcf.te.tcf.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/org.eclipse.tcf.te.tcf.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/org.eclipse.tcf.te.tcf.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/org.eclipse.tcf.te.tcf.ui-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/org.eclipse.tcf.te.tcf.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/org.eclipse.tcf.te.tcf.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.ui >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.ui >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.ui <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/org.eclipse.tcf.te.tcf.ui-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/org.eclipse.tcf.te.tcf.ui-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/org.eclipse.tcf.te.tcf.ui-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT     [39/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Compiling 126 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/org.eclipse.tcf.te.tcf.filesystem.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/org.eclipse.tcf.te.tcf.filesystem.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/org.eclipse.tcf.te.tcf.filesystem.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/org.eclipse.tcf.te.tcf.filesystem.ui-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/org.eclipse.tcf.te.tcf.filesystem.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/org.eclipse.tcf.te.tcf.filesystem.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.filesystem.ui >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Fork Value is true
     [java] Warnings generated: 2
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.filesystem.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] BugInstance size is 2
[INFO] Error size is 0
[INFO] Total bugs: 2
[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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.filesystem.ui >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.filesystem.ui <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.filesystem.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/org.eclipse.tcf.te.tcf.filesystem.ui-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.ui-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.ui-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/org.eclipse.tcf.te.tcf.filesystem.ui-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.ui-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.ui-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/org.eclipse.tcf.te.tcf.filesystem.ui-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.filesystem.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.filesystem.ui-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT    [40/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Compiling 50 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/org.eclipse.tcf.te.tcf.processes.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/org.eclipse.tcf.te.tcf.processes.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/org.eclipse.tcf.te.tcf.processes.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/org.eclipse.tcf.te.tcf.processes.core-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/org.eclipse.tcf.te.tcf.processes.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/org.eclipse.tcf.te.tcf.processes.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.processes.core >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.processes.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.processes.core >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.processes.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.processes.core <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.processes.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/org.eclipse.tcf.te.tcf.processes.core-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.core-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.core-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/org.eclipse.tcf.te.tcf.processes.core-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.core-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.core-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.core-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/org.eclipse.tcf.te.tcf.processes.core-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.core-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT        [41/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Compiling 25 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/org.eclipse.tcf.te.tcf.launch.cdt-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/org.eclipse.tcf.te.tcf.launch.cdt-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/org.eclipse.tcf.te.tcf.launch.cdt-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/org.eclipse.tcf.te.tcf.launch.cdt-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/org.eclipse.tcf.te.tcf.launch.cdt-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/org.eclipse.tcf.te.tcf.launch.cdt-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.launch.cdt >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Fork Value is true
     [java] Warnings generated: 4
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.launch.cdt <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] BugInstance size is 4
[INFO] Error size is 0
[INFO] Total bugs: 4
[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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.launch.cdt >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.launch.cdt <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.launch.cdt ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/org.eclipse.tcf.te.tcf.launch.cdt-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/org.eclipse.tcf.te.tcf.launch.cdt-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/org.eclipse.tcf.te.tcf.launch.cdt-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT       [42/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Compiling 21 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/org.eclipse.tcf.te.tcf.launch.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/org.eclipse.tcf.te.tcf.launch.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/org.eclipse.tcf.te.tcf.launch.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/org.eclipse.tcf.te.tcf.launch.core-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/org.eclipse.tcf.te.tcf.launch.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/org.eclipse.tcf.te.tcf.launch.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.launch.core >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Fork Value is true
     [java] Warnings generated: 1
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.launch.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] BugInstance size is 1
[INFO] Error size is 0
[INFO] Total bugs: 1
[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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.launch.core >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.launch.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.launch.core <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.launch.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/org.eclipse.tcf.te.tcf.launch.core-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.core-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.core-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/org.eclipse.tcf.te.tcf.launch.core-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.core-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.core-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.core-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/org.eclipse.tcf.te.tcf.launch.core-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.core-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT         [43/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Compiling 30 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/org.eclipse.tcf.te.tcf.launch.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/org.eclipse.tcf.te.tcf.launch.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/org.eclipse.tcf.te.tcf.launch.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/org.eclipse.tcf.te.tcf.launch.ui-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/org.eclipse.tcf.te.tcf.launch.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/org.eclipse.tcf.te.tcf.launch.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.launch.ui >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.launch.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.launch.ui >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.launch.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.launch.ui <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.launch.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/org.eclipse.tcf.te.tcf.launch.ui-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.ui-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.ui-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/org.eclipse.tcf.te.tcf.launch.ui-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.ui-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.ui-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/org.eclipse.tcf.te.tcf.launch.ui-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.ui-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT      [44/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Compiling 57 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/org.eclipse.tcf.te.tcf.processes.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/org.eclipse.tcf.te.tcf.processes.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/org.eclipse.tcf.te.tcf.processes.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/org.eclipse.tcf.te.tcf.processes.ui-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/org.eclipse.tcf.te.tcf.processes.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/org.eclipse.tcf.te.tcf.processes.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.processes.ui >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.processes.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.processes.ui >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.processes.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.processes.ui <<<
[INFO] 
[INFO] 
[INFO] --- pmd: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/cpd.xml
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.processes.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/org.eclipse.tcf.te.tcf.processes.ui-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.ui-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.ui-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/org.eclipse.tcf.te.tcf.processes.ui-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.ui-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.ui-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/org.eclipse.tcf.te.tcf.processes.ui-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.processes.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.processes.ui-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT [45/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Compiling 4 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/org.eclipse.tcf.te.tcf.services.contexts-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/org.eclipse.tcf.te.tcf.services.contexts-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/org.eclipse.tcf.te.tcf.services.contexts-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/org.eclipse.tcf.te.tcf.services.contexts-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/org.eclipse.tcf.te.tcf.services.contexts-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/org.eclipse.tcf.te.tcf.services.contexts-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.services.contexts >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.services.contexts <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.services.contexts >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.services.contexts ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.services.contexts <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.services.contexts ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/org.eclipse.tcf.te.tcf.services.contexts-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.services.contexts/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.services.contexts-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.services.contexts/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.services.contexts-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/org.eclipse.tcf.te.tcf.services.contexts-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.services.contexts/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.services.contexts-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.services.contexts/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.services.contexts-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.services.contexts/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.services.contexts-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/org.eclipse.tcf.te.tcf.services.contexts-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.services.contexts/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.services.contexts-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT    [46/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Compiling 10 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/org.eclipse.tcf.te.tcf.terminals.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/org.eclipse.tcf.te.tcf.terminals.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/org.eclipse.tcf.te.tcf.terminals.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/org.eclipse.tcf.te.tcf.terminals.core-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/org.eclipse.tcf.te.tcf.terminals.core-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/org.eclipse.tcf.te.tcf.terminals.core-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.terminals.core >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.terminals.core <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.terminals.core >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.terminals.core ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.terminals.core <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.terminals.core ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/org.eclipse.tcf.te.tcf.terminals.core-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.core-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.core-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/org.eclipse.tcf.te.tcf.terminals.core-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.core-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.core-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.core-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/org.eclipse.tcf.te.tcf.terminals.core-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.core/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.core-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT      [47/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Compiling 7 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/org.eclipse.tcf.te.tcf.terminals.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/org.eclipse.tcf.te.tcf.terminals.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/org.eclipse.tcf.te.tcf.terminals.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/org.eclipse.tcf.te.tcf.terminals.ui-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/org.eclipse.tcf.te.tcf.terminals.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/org.eclipse.tcf.te.tcf.terminals.ui-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.terminals.ui >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.terminals.ui <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.terminals.ui >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.terminals.ui <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.terminals.ui ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/org.eclipse.tcf.te.tcf.terminals.ui-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.ui-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.ui-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/org.eclipse.tcf.te.tcf.terminals.ui-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.ui-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.ui-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.ui-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/org.eclipse.tcf.te.tcf.terminals.ui-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.terminals.ui/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.terminals.ui-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT        [48/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Compiling 9 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/org.eclipse.tcf.te.tcf.ui.console-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/org.eclipse.tcf.te.tcf.ui.console-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/org.eclipse.tcf.te.tcf.ui.console-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/org.eclipse.tcf.te.tcf.ui.console-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/org.eclipse.tcf.te.tcf.ui.console-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/org.eclipse.tcf.te.tcf.ui.console-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.ui.console >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.ui.console <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.ui.console >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.ui.console ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.ui.console <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.ui.console ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/org.eclipse.tcf.te.tcf.ui.console-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.console/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.console-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.console/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.console-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/org.eclipse.tcf.te.tcf.ui.console-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.console/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.console-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.console/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.console-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.console/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.console-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/org.eclipse.tcf.te.tcf.ui.console-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.console/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.console-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT          [49/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Compiling 22 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/org.eclipse.tcf.te.tcf.ui.views-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/org.eclipse.tcf.te.tcf.ui.views-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/org.eclipse.tcf.te.tcf.ui.views-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/org.eclipse.tcf.te.tcf.ui.views-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/org.eclipse.tcf.te.tcf.ui.views-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/org.eclipse.tcf.te.tcf.ui.views-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.ui.views >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.ui.views <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] BugInstance size is 0
[INFO] Error size is 0
[INFO] No errors/warnings found
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.ui.views >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.ui.views ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.ui.views <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.ui.views ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/org.eclipse.tcf.te.tcf.ui.views-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.views/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.views-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.views/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.views-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/org.eclipse.tcf.te.tcf.ui.views-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.views/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.views-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.views/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.views-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.views/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.views-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/org.eclipse.tcf.te.tcf.ui.views-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.ui.views/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.ui.views-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT      [50/60]
[INFO]   from target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/pom.xml
[INFO] ---------------------------[ eclipse-plugin ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier (default-build-qualifier)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-plugin (default-package-plugin)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier (default-build-qualifier) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/src/main/resources
[INFO] 
[INFO] --- tycho-compiler:0.23.1:compile (default-compile) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Compiling 16 source files to /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/classes
[INFO] 
[INFO] --- resources: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.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/src/test/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/org.eclipse.tcf.te.ui.notifications-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-plugin (default-package-plugin) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/org.eclipse.tcf.te.ui.notifications-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Pack200 normalizing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/org.eclipse.tcf.te.ui.notifications-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/org.eclipse.tcf.te.ui.notifications-1.6.3-SNAPSHOT.jar
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/org.eclipse.tcf.te.ui.notifications-1.6.3-SNAPSHOT-sources.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Pack200 packing jar /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/org.eclipse.tcf.te.ui.notifications-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.ui.notifications >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Fork Value is true
[INFO] Done FindBugs Analysis....
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.ui.notifications <<<
[INFO] 
[INFO] 
[INFO] --- findbugs: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] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.ui.notifications >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.ui.notifications ---
[WARNING] Unable to locate Source XRef to link to - DISABLED
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.ui.notifications <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.ui.notifications ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/org.eclipse.tcf.te.ui.notifications-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.notifications/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.notifications-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.notifications/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.notifications-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/org.eclipse.tcf.te.ui.notifications-1.6.3-SNAPSHOT-sources.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.notifications/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.notifications-1.6.3-SNAPSHOT-sources.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.notifications/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.notifications-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.notifications/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.notifications-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/org.eclipse.tcf.te.ui.notifications-1.6.3-SNAPSHOT.jar.pack.gz to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.ui.notifications/1.6.3-SNAPSHOT/org.eclipse.tcf.te.ui.notifications-1.6.3-SNAPSHOT-pack200.jar.pack.gz
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT               [51/60]
[INFO]   from target_explorer/features/org.eclipse.tcf.te.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.te.feature ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-feature (default-package-feature) @ org.eclipse.tcf.te.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.feature/target/org.eclipse.tcf.te.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.feature/target/org.eclipse.tcf.te.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.feature >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.feature >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.feature <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.feature ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.feature/target/org.eclipse.tcf.te.feature-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.feature-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.feature-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.feature-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.feature-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT           [52/60]
[INFO]   from target_explorer/features/org.eclipse.tcf.te.sdk.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-feature (default-package-feature) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.sdk.feature/target/org.eclipse.tcf.te.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.sdk.feature/target/org.eclipse.tcf.te.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.sdk.feature >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.sdk.feature >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.sdk.feature/target/org.eclipse.tcf.te.sdk.feature-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.sdk.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.sdk.feature-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.sdk.feature-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.sdk.feature-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT      [53/60]
[INFO]   from target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-feature (default-package-feature) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/target/org.eclipse.tcf.te.tcf.core.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/target/org.eclipse.tcf.te.tcf.core.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.core.feature >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.core.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.core.feature >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.core.feature <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.core.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/target/org.eclipse.tcf.te.tcf.core.feature-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.feature-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.feature-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.feature-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.feature-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT  [54/60]
[INFO]   from target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-feature (default-package-feature) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/target/org.eclipse.tcf.te.tcf.core.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/target/org.eclipse.tcf.te.tcf.core.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.core.sdk.feature >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.core.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.core.sdk.feature >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.core.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.core.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/target/org.eclipse.tcf.te.tcf.core.sdk.feature-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.sdk.feature-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.sdk.feature-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.core.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.core.sdk.feature-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT           [55/60]
[INFO]   from target_explorer/features/org.eclipse.tcf.te.tcf.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-feature (default-package-feature) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.feature/target/org.eclipse.tcf.te.tcf.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.feature/target/org.eclipse.tcf.te.tcf.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.feature >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.feature >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.feature <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.feature/target/org.eclipse.tcf.te.tcf.feature-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.feature-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.feature-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.feature-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.feature-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT       [56/60]
[INFO]   from target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-feature (default-package-feature) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/target/org.eclipse.tcf.te.tcf.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/target/org.eclipse.tcf.te.tcf.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.sdk.feature >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.sdk.feature >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/target/org.eclipse.tcf.te.tcf.sdk.feature-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.sdk.feature-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.sdk.feature-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.sdk.feature-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT [57/60]
[INFO]   from target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-feature (default-package-feature) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/target/org.eclipse.tcf.te.tcf.launch.cdt.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/target/org.eclipse.tcf.te.tcf.launch.cdt.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.launch.cdt.feature >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.launch.cdt.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.launch.cdt.feature >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.launch.cdt.feature <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.launch.cdt.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/target/org.eclipse.tcf.te.tcf.launch.cdt.feature-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt.feature-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt.feature-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt.feature-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt.feature-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT [58/60]
[INFO]   from target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/pom.xml
[INFO] --------------------------[ eclipse-feature ]---------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-id (default-validate-id)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:validate-version (default-validate-version)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:package-feature (default-package-feature)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-id (default-validate-id) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:validate-version (default-validate-version) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:package-feature (default-package-feature) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] Building jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/target/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata-default (default-p2-metadata-default) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:feature-p2-metadata (default-feature-p2-metadata) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] Signing jar: /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/target/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/target/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature-1.6.3-SNAPSHOT.jar to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature-1.6.3-SNAPSHOT.jar
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/1.6.3-SNAPSHOT/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT                     [59/60]
[INFO]   from features/org.eclipse.tcf.repo/pom.xml
[INFO] -------------------------[ eclipse-repository ]-------------------------
[WARNING] Parameter 'jgit.dirtyWorkingTree' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'jgit.ignore' is unknown for plugin 'tycho-packaging-plugin:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator)'
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[WARNING] Parameter 'resolver' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'environments' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'ignoreTychoRepositories' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[WARNING] Parameter 'includePackedArtifacts' is unknown for plugin 'target-platform-configuration:0.23.1:target-platform (default-target-platform)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- tycho-packaging:0.23.1:build-qualifier-aggregator (default-build-qualifier-aggregator) @ org.eclipse.tcf.repo ---
[INFO] The project's OSGi version is 1.6.3.202007121906
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean-1) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- resources: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.6/features/org.eclipse.tcf.repo/src/main/resources
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- target-platform-configuration:0.23.1:target-platform (default-target-platform) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- tycho-p2-publisher:0.23.1:publish-products (default-publish-products) @ org.eclipse.tcf.repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:0.23.1:publish-categories (default-publish-categories) @ org.eclipse.tcf.repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-publisher:0.23.1:attach-artifacts (default-attach-artifacts) @ org.eclipse.tcf.repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:0.23.1:assemble-repository (default-assemble-repository) @ org.eclipse.tcf.repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] 
[INFO] --- tycho-p2-repository:0.23.1:archive-repository (default-archive-repository) @ org.eclipse.tcf.repo ---
[WARNING]  Parameter 'qualifier' (user property 'buildQualifier') is read-only, must not be used in configuration
[INFO] Building zip: /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.repo/target/org.eclipse.tcf.repo.zip
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ org.eclipse.tcf.repo >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ org.eclipse.tcf.repo <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ org.eclipse.tcf.repo >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ org.eclipse.tcf.repo <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ org.eclipse.tcf.repo ---
[INFO] 
[INFO] 
[INFO] --- install:2.3.1:install (default-install) @ org.eclipse.tcf.repo ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.repo/target/org.eclipse.tcf.repo.zip to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.repo/1.6.3-SNAPSHOT/org.eclipse.tcf.repo-1.6.3-SNAPSHOT.zip
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.repo/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.repo/1.6.3-SNAPSHOT/org.eclipse.tcf.repo-1.6.3-SNAPSHOT.pom
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.repo/target/p2content.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.repo/1.6.3-SNAPSHOT/org.eclipse.tcf.repo-1.6.3-SNAPSHOT-p2metadata.xml
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.repo/target/p2artifacts.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/org.eclipse.tcf.repo/1.6.3-SNAPSHOT/org.eclipse.tcf.repo-1.6.3-SNAPSHOT-p2artifacts.xml
[INFO] 
[INFO] --- tycho-p2:0.23.1: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.6.3-SNAPSHOT    [60/60]
[INFO]   from pom.xml
[INFO] --------------------------------[ pom ]---------------------------------
[WARNING] Parameter 'encoding' is unknown for plugin 'tycho-source-plugin:0.23.1:plugin-source (plugin-source)'
[INFO] 
[INFO] --- clean:3.2.0:clean (default-clean) @ tcf-parent ---
[INFO] 
[INFO] --- tycho-source:0.23.1:plugin-source (plugin-source) @ tcf-parent ---
[INFO] 
[INFO] --- tycho-p2:0.23.1:p2-metadata (p2-metadata) @ tcf-parent ---
[INFO] 
[INFO] --- tycho-pack200a:0.23.1:normalize (pack200-normalize) @ tcf-parent ---
[INFO] 
[INFO] --- eclipse-jarsigner:1.3.2:sign (sign) @ tcf-parent ---
[INFO] 
[INFO] --- tycho-pack200b:0.23.1:pack (pack200-pack) @ tcf-parent ---
[INFO] 
[INFO] >>> findbugs:3.0.4:check (default) > :findbugs @ tcf-parent >>>
[INFO] 
[INFO] --- findbugs:3.0.4:findbugs (findbugs) @ tcf-parent ---
[INFO] 
[INFO] <<< findbugs:3.0.4:check (default) < :findbugs @ tcf-parent <<<
[INFO] 
[INFO] 
[INFO] --- findbugs:3.0.4:check (default) @ tcf-parent ---
[INFO] 
[INFO] >>> pmd:3.8:cpd-check (default) > :cpd @ tcf-parent >>>
[INFO] 
[INFO] --- pmd:3.8:cpd (cpd) @ tcf-parent ---
[INFO] 
[INFO] <<< pmd:3.8:cpd-check (default) < :cpd @ tcf-parent <<<
[INFO] 
[INFO] 
[INFO] --- pmd:3.8:cpd-check (default) @ tcf-parent ---
[INFO] 
[INFO] --- install:3.1.1:install (default-install) @ tcf-parent ---
[INFO] Installing /home/jenkins/agent/workspace/tcf-1.6/pom.xml to /home/jenkins/agent/workspace/tcf-1.6/.repository/org/eclipse/tcf/tcf-parent/1.6.3-SNAPSHOT/tcf-parent-1.6.3-SNAPSHOT.pom
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary for TCF and Target Explorer, Maven Master 1.6.3-SNAPSHOT:
[INFO] 
[INFO] org.eclipse.tcf.core ............................... SUCCESS [ 40.659 s]
[INFO] org.eclipse.tcf .................................... SUCCESS [  6.306 s]
[INFO] org.eclipse.tcf.debug .............................. SUCCESS [ 21.512 s]
[INFO] org.eclipse.tcf.debug.ui ........................... SUCCESS [ 28.202 s]
[INFO] org.eclipse.tcf.cdt.ui ............................. SUCCESS [ 15.669 s]
[INFO] org.eclipse.tcf.rse ................................ SUCCESS [ 10.920 s]
[INFO] org.eclipse.tcf.core.feature ....................... SUCCESS [  0.925 s]
[INFO] org.eclipse.tcf.core.sdk.feature ................... SUCCESS [  0.852 s]
[INFO] org.eclipse.tcf.feature ............................ SUCCESS [  0.830 s]
[INFO] org.eclipse.tcf.sdk.feature ........................ SUCCESS [  1.504 s]
[INFO] org.eclipse.tcf.cdt.feature ........................ SUCCESS [  0.812 s]
[INFO] org.eclipse.tcf.cdt.sdk.feature .................... SUCCESS [  0.897 s]
[INFO] org.eclipse.tcf.rse.feature ........................ SUCCESS [  1.462 s]
[INFO] org.eclipse.tcf.rse.sdk.feature .................... SUCCESS [  0.946 s]
[INFO] org.eclipse.tcf.te ................................. SUCCESS [  4.931 s]
[INFO] org.eclipse.tcf.te.runtime ......................... SUCCESS [  8.957 s]
[INFO] org.eclipse.tcf.te.runtime.concurrent .............. SUCCESS [  5.865 s]
[INFO] org.eclipse.tcf.te.runtime.model ................... SUCCESS [  6.221 s]
[INFO] org.eclipse.tcf.te.runtime.services ................ SUCCESS [  6.270 s]
[INFO] org.eclipse.tcf.te.runtime.persistence ............. SUCCESS [  7.641 s]
[INFO] org.eclipse.tcf.te.runtime.statushandler ........... SUCCESS [  7.065 s]
[INFO] org.eclipse.tcf.te.runtime.stepper ................. SUCCESS [  9.279 s]
[INFO] org.eclipse.tcf.te.core ............................ SUCCESS [  5.522 s]
[INFO] org.eclipse.tcf.te.core.cdt ........................ SUCCESS [  4.869 s]
[INFO] org.eclipse.tcf.te.launch.core ..................... SUCCESS [  9.957 s]
[INFO] org.eclipse.tcf.te.ui.swt .......................... SUCCESS [  9.558 s]
[INFO] org.eclipse.tcf.te.ui.forms ........................ SUCCESS [  6.948 s]
[INFO] org.eclipse.tcf.te.ui .............................. SUCCESS [ 14.266 s]
[INFO] org.eclipse.tcf.te.ui.controls ..................... SUCCESS [  8.854 s]
[INFO] org.eclipse.tcf.te.ui.views ........................ SUCCESS [ 12.361 s]
[INFO] org.eclipse.tcf.te.launch.ui ....................... SUCCESS [ 10.792 s]
[INFO] org.eclipse.tcf.te.tcf.core ........................ SUCCESS [  9.434 s]
[INFO] org.eclipse.tcf.te.tcf.core.model .................. SUCCESS [  4.832 s]
[INFO] org.eclipse.tcf.te.tcf.core.scripting .............. SUCCESS [  6.379 s]
[INFO] org.eclipse.tcf.te.tcf.locator ..................... SUCCESS [  9.884 s]
[INFO] org.eclipse.tcf.te.tcf.filesystem.core ............. SUCCESS [ 11.475 s]
[INFO] org.eclipse.tcf.te.tcf.log.core .................... SUCCESS [  6.716 s]
[INFO] org.eclipse.tcf.te.tcf.ui .......................... SUCCESS [ 14.815 s]
[INFO] org.eclipse.tcf.te.tcf.filesystem.ui ............... SUCCESS [ 15.050 s]
[INFO] org.eclipse.tcf.te.tcf.processes.core .............. SUCCESS [ 11.101 s]
[INFO] org.eclipse.tcf.te.tcf.launch.cdt .................. SUCCESS [ 10.765 s]
[INFO] org.eclipse.tcf.te.tcf.launch.core ................. SUCCESS [  7.367 s]
[INFO] org.eclipse.tcf.te.tcf.launch.ui ................... SUCCESS [ 10.344 s]
[INFO] org.eclipse.tcf.te.tcf.processes.ui ................ SUCCESS [ 11.034 s]
[INFO] org.eclipse.tcf.te.tcf.services.contexts ........... SUCCESS [  4.644 s]
[INFO] org.eclipse.tcf.te.tcf.terminals.core .............. SUCCESS [  6.413 s]
[INFO] org.eclipse.tcf.te.tcf.terminals.ui ................ SUCCESS [  6.476 s]
[INFO] org.eclipse.tcf.te.tcf.ui.console .................. SUCCESS [  7.708 s]
[INFO] org.eclipse.tcf.te.tcf.ui.views .................... SUCCESS [  8.058 s]
[INFO] org.eclipse.tcf.te.ui.notifications ................ SUCCESS [  7.913 s]
[INFO] org.eclipse.tcf.te.feature ......................... SUCCESS [  1.614 s]
[INFO] org.eclipse.tcf.te.sdk.feature ..................... SUCCESS [  0.780 s]
[INFO] org.eclipse.tcf.te.tcf.core.feature ................ SUCCESS [  1.003 s]
[INFO] org.eclipse.tcf.te.tcf.core.sdk.feature ............ SUCCESS [  0.797 s]
[INFO] org.eclipse.tcf.te.tcf.feature ..................... SUCCESS [  0.877 s]
[INFO] org.eclipse.tcf.te.tcf.sdk.feature ................. SUCCESS [  0.851 s]
[INFO] org.eclipse.tcf.te.tcf.launch.cdt.feature .......... SUCCESS [  1.042 s]
[INFO] org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature ...... SUCCESS [  1.016 s]
[INFO] org.eclipse.tcf.repo ............................... SUCCESS [  7.285 s]
[INFO] TCF and Target Explorer, Maven Master .............. SUCCESS [  0.648 s]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  09:37 min
[INFO] Finished at: 2024-03-25T05:41:57Z
[INFO] ------------------------------------------------------------------------
[tcf-1.6] $ /bin/sh -xe /tmp/jenkins3033324197553902624.sh
+ VER=1.6
+ TAG=1.6.4
+ S_HOST=genie.tcf@projects-storage.eclipse.org
+ S_PATH=/home/data/httpd/download.eclipse.org/tools/tcf/builds/1.6/nightly
+ ssh genie.tcf@projects-storage.eclipse.org rm -rf /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.6/nightly-new /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.6/nightly-old
+ ssh genie.tcf@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.6/nightly-new
+ rsync -r --delete -e ssh /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.repo/target/repository/ genie.tcf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/tcf/builds/1.6/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.6/nightly-new/
+ ssh genie.tcf@projects-storage.eclipse.org ls -l /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.6/nightly-new
total 9968
-rw-r--r-- 1 genie.tcf tools.cdt.tcf     3207 Mar 25 01:42 artifacts.jar
-rw-r--r-- 1 genie.tcf tools.cdt.tcf    35940 Mar 25 01:42 content.jar
drwxr-sr-x 2 genie.tcf tools.cdt.tcf     4096 Mar 25 01:42 features
-rw-r--r-- 1 genie.tcf tools.cdt.tcf 10148472 Mar 25 01:42 org.eclipse.tcf.repo.zip
drwxr-sr-x 2 genie.tcf tools.cdt.tcf    12288 Mar 25 01:42 plugins
+ ssh genie.tcf@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.6/nightly /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.6/nightly-old
+ ssh genie.tcf@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.6/nightly-new /home/data/httpd/download.eclipse.org/tools/tcf/builds/1.6/nightly
+ S_PATH=/home/data/httpd/download.eclipse.org/tools/tcf/releases/1.6
+ ssh genie.tcf@projects-storage.eclipse.org 'rm -rf /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.6/*-prev /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.6/*-new /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.6/*-old'
+ ssh genie.tcf@projects-storage.eclipse.org mkdir /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.6/1.6.4-new
+ rsync -r --delete -e ssh /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.repo/target/repository/ genie.tcf@projects-storage.eclipse.org:/home/data/httpd/download.eclipse.org/tools/tcf/releases/1.6/1.6.4-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.6/1.6.4-new/org.eclipse.tcf-1.6.4.zip
+ ssh genie.tcf@projects-storage.eclipse.org ls -l /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.6/1.6.4-new
total 9968
-rw-r--r-- 1 genie.tcf tools.cdt.tcf     3207 Mar 25 01:42 artifacts.jar
-rw-r--r-- 1 genie.tcf tools.cdt.tcf    35940 Mar 25 01:42 content.jar
drwxr-sr-x 2 genie.tcf tools.cdt.tcf     4096 Mar 25 01:42 features
-rw-r--r-- 1 genie.tcf tools.cdt.tcf 10148472 Mar 25 01:42 org.eclipse.tcf-1.6.4.zip
drwxr-sr-x 2 genie.tcf tools.cdt.tcf    12288 Mar 25 01:42 plugins
+ ssh genie.tcf@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.6/1.6.4 /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.6/1.6.4-old
+ ssh genie.tcf@projects-storage.eclipse.org mv /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.6/1.6.4-new /home/data/httpd/download.eclipse.org/tools/tcf/releases/1.6/1.6.4
$ ssh-agent -k
unset SSH_AUTH_SOCK;
unset SSH_AGENT_PID;
echo Agent pid 50 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.6' that match the pattern '**/cpd.xml'
[CPD] Traversing of symbolic links: enabled
[CPD] -> found 59 files
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.cdt.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.cdt.sdk.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.core.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.core.sdk.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.repo/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.repo/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.rse.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.rse.sdk.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.sdk.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/target/cpd.xml
[CPD] -> found 6 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'plugins/org.eclipse.tcf.cdt.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/target/cpd.xml
[CPD] -> found 27 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'plugins/org.eclipse.tcf.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/target/cpd.xml
[CPD] -> found 58 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'plugins/org.eclipse.tcf.debug.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug/target/cpd.xml
[CPD] -> found 20 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'plugins/org.eclipse.tcf.debug/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'plugins/org.eclipse.tcf.rse/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'plugins/org.eclipse.tcf/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/features/org.eclipse.tcf.te.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/features/org.eclipse.tcf.te.sdk.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/features/org.eclipse.tcf.te.tcf.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/cpd.xml
[CPD] -> found 9 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/cpd.xml
[CPD] -> found 15 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/cpd.xml
[CPD] -> found 2 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/cpd.xml
[CPD] -> found 2 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/cpd.xml
[CPD] -> found 4 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.runtime/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/cpd.xml
[CPD] -> found 11 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/cpd.xml
[CPD] -> found 11 issues (skipped 2 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/cpd.xml
[CPD] -> found 2 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/cpd.xml
[CPD] -> found 8 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/cpd.xml
[CPD] -> found 16 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/cpd.xml
[CPD] -> found 10 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/cpd.xml
[CPD] -> found 45 issues (skipped 1 duplicate)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/cpd.xml
[CPD] -> found 6 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/cpd.xml
[CPD] -> found 4 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui/target/cpd.xml
[CPD] -> found 6 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te/target/cpd.xml'
[CPD] Post processing issues on 'basic-3zlpn' 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 workspace '/home/jenkins/agent/workspace/tcf-1.6'
[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.6/builds/35/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] Searching for all files in '/home/jenkins/agent/workspace/tcf-1.6' that match the pattern '**/cpd.xml'
[CPD] Traversing of symbolic links: enabled
[CPD] -> found 59 files
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.cdt.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.cdt.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.cdt.sdk.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.core.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.core.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.core.sdk.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.repo/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.repo/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.rse.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.rse.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.rse.sdk.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/features/org.eclipse.tcf.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'features/org.eclipse.tcf.sdk.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.cdt.ui/target/cpd.xml
[CPD] -> found 6 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'plugins/org.eclipse.tcf.cdt.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.core/target/cpd.xml
[CPD] -> found 27 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'plugins/org.eclipse.tcf.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug.ui/target/cpd.xml
[CPD] -> found 58 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'plugins/org.eclipse.tcf.debug.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.debug/target/cpd.xml
[CPD] -> found 20 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'plugins/org.eclipse.tcf.debug/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf.rse/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'plugins/org.eclipse.tcf.rse/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/plugins/org.eclipse.tcf/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'plugins/org.eclipse.tcf/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/features/org.eclipse.tcf.te.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/features/org.eclipse.tcf.te.sdk.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/features/org.eclipse.tcf.te.tcf.core.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/features/org.eclipse.tcf.te.tcf.core.sdk.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/features/org.eclipse.tcf.te.tcf.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/features/org.eclipse.tcf.te.tcf.launch.cdt.sdk.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/features/org.eclipse.tcf.te.tcf.sdk.feature/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.core.cdt/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.core/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/cpd.xml
[CPD] -> found 9 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.launch.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/cpd.xml
[CPD] -> found 15 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.launch.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.runtime.concurrent/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.runtime.model/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/cpd.xml
[CPD] -> found 2 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.runtime.persistence/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.runtime.services/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.runtime.statushandler/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/cpd.xml
[CPD] -> found 2 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.runtime.stepper/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.runtime/target/cpd.xml
[CPD] -> found 4 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.runtime/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.core.model/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.core.scripting/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/cpd.xml
[CPD] -> found 11 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/cpd.xml
[CPD] -> found 11 issues (skipped 2 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.filesystem.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.cdt/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/cpd.xml
[CPD] -> found 2 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.launch.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/cpd.xml
[CPD] -> found 8 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.locator/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.log.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/cpd.xml
[CPD] -> found 16 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/cpd.xml
[CPD] -> found 10 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.processes.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.services.contexts/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.core/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.terminals.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.console/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui.views/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/cpd.xml
[CPD] -> found 45 issues (skipped 1 duplicate)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.tcf.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.ui.controls/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.ui.forms/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.ui.notifications/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/cpd.xml
[CPD] -> found 6 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.ui.swt/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/cpd.xml
[CPD] -> found 4 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.ui.views/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te.ui/target/cpd.xml
[CPD] -> found 6 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te.ui/target/cpd.xml'
[CPD] Successfully parsed file /home/jenkins/agent/workspace/tcf-1.6/target_explorer/plugins/org.eclipse.tcf.te/target/cpd.xml
[CPD] -> found 0 issues (skipped 0 duplicates)
[CPD] Successfully processed file 'target_explorer/plugins/org.eclipse.tcf.te/target/cpd.xml'
[CPD] Post processing issues on 'basic-3zlpn' 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 workspace '/home/jenkins/agent/workspace/tcf-1.6'
[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.6/builds/35/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.6)
[CPD] Using reference build 'tcf-1.6 #34' 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.6 #35'.
[Checks API] No suitable checks publisher found.
Archiving artifacts
Finished: SUCCESS